~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/perf/Documentation/perf-check.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/perf/Documentation/perf-check.txt (Architecture i386) and /tools/perf/Documentation/perf-check.txt (Architecture sparc64)


  1 perf-check(1)                                       1 perf-check(1)
  2 ===============                                     2 ===============
  3                                                     3 
  4 NAME                                                4 NAME
  5 ----                                                5 ----
  6 perf-check - check if features are present in       6 perf-check - check if features are present in perf
  7                                                     7 
  8 SYNOPSIS                                            8 SYNOPSIS
  9 --------                                            9 --------
 10 [verse]                                            10 [verse]
 11 'perf check' [<options>]                           11 'perf check' [<options>]
 12 'perf check' {feature <feature_list>} [<option     12 'perf check' {feature <feature_list>} [<options>]
 13                                                    13 
 14 DESCRIPTION                                        14 DESCRIPTION
 15 -----------                                        15 -----------
 16 With no subcommands given, 'perf check' comman     16 With no subcommands given, 'perf check' command just prints the command
 17 usage on the standard output.                      17 usage on the standard output.
 18                                                    18 
 19 If the subcommand 'feature' is used, then stat     19 If the subcommand 'feature' is used, then status of feature is printed
 20 on the standard output (unless '-q' is also pa     20 on the standard output (unless '-q' is also passed), ie. whether it is
 21 compiled-in/built-in or not.                       21 compiled-in/built-in or not.
 22 Also, 'perf check feature' returns with exit s     22 Also, 'perf check feature' returns with exit status 0 if the feature
 23 is built-in, otherwise returns with exit statu     23 is built-in, otherwise returns with exit status 1.
 24                                                    24 
 25 SUBCOMMANDS                                        25 SUBCOMMANDS
 26 -----------                                        26 -----------
 27                                                    27 
 28 feature::                                          28 feature::
 29                                                    29 
 30         Print whether feature(s) is compiled-i     30         Print whether feature(s) is compiled-in or not, and also returns with an
 31         exit status of 0, if passed feature(s)     31         exit status of 0, if passed feature(s) are compiled-in, else 1.
 32                                                    32 
 33         It expects a feature list as an argume     33         It expects a feature list as an argument. There can be a single feature
 34         name/macro, or multiple features can a     34         name/macro, or multiple features can also be passed as a comma-separated
 35         list, in which case the exit status wi     35         list, in which case the exit status will be 0 only if all of the passed
 36         features are compiled-in.                  36         features are compiled-in.
 37                                                    37 
 38         The feature names/macros are case-inse     38         The feature names/macros are case-insensitive.
 39                                                    39 
 40         Example Usage:                             40         Example Usage:
 41                 perf check feature libtraceeve     41                 perf check feature libtraceevent
 42                 perf check feature HAVE_LIBTRA     42                 perf check feature HAVE_LIBTRACEEVENT
 43                 perf check feature libtraceeve     43                 perf check feature libtraceevent,bpf
 44                                                    44 
 45         Supported feature names/macro:             45         Supported feature names/macro:
 46                 aio                     /  HAV     46                 aio                     /  HAVE_AIO_SUPPORT
 47                 bpf                     /  HAV     47                 bpf                     /  HAVE_LIBBPF_SUPPORT
 48                 bpf_skeletons           /  HAV     48                 bpf_skeletons           /  HAVE_BPF_SKEL
 49                 debuginfod              /  HAV     49                 debuginfod              /  HAVE_DEBUGINFOD_SUPPORT
 50                 dwarf                   /  HAV     50                 dwarf                   /  HAVE_DWARF_SUPPORT
 51                 dwarf_getlocations      /  HAV     51                 dwarf_getlocations      /  HAVE_DWARF_GETLOCATIONS_SUPPORT
 52                 dwarf-unwind            /  HAV     52                 dwarf-unwind            /  HAVE_DWARF_UNWIND_SUPPORT
 53                 auxtrace                /  HAV     53                 auxtrace                /  HAVE_AUXTRACE_SUPPORT
 54                 libaudit                /  HAV     54                 libaudit                /  HAVE_LIBAUDIT_SUPPORT
 55                 libbfd                  /  HAV     55                 libbfd                  /  HAVE_LIBBFD_SUPPORT
 56                 libcapstone             /  HAV     56                 libcapstone             /  HAVE_LIBCAPSTONE_SUPPORT
 57                 libcrypto               /  HAV     57                 libcrypto               /  HAVE_LIBCRYPTO_SUPPORT
 58                 libdw-dwarf-unwind      /  HAV     58                 libdw-dwarf-unwind      /  HAVE_DWARF_SUPPORT
 59                 libelf                  /  HAV     59                 libelf                  /  HAVE_LIBELF_SUPPORT
 60                 libnuma                 /  HAV     60                 libnuma                 /  HAVE_LIBNUMA_SUPPORT
 61                 libopencsd              /  HAV     61                 libopencsd              /  HAVE_CSTRACE_SUPPORT
 62                 libperl                 /  HAV     62                 libperl                 /  HAVE_LIBPERL_SUPPORT
 63                 libpfm4                 /  HAV     63                 libpfm4                 /  HAVE_LIBPFM
 64                 libpython               /  HAV     64                 libpython               /  HAVE_LIBPYTHON_SUPPORT
 65                 libslang                /  HAV     65                 libslang                /  HAVE_SLANG_SUPPORT
 66                 libtraceevent           /  HAV     66                 libtraceevent           /  HAVE_LIBTRACEEVENT
 67                 libunwind               /  HAV     67                 libunwind               /  HAVE_LIBUNWIND_SUPPORT
 68                 lzma                    /  HAV     68                 lzma                    /  HAVE_LZMA_SUPPORT
 69                 numa_num_possible_cpus  /  HAV     69                 numa_num_possible_cpus  /  HAVE_LIBNUMA_SUPPORT
 70                 syscall_table           /  HAV     70                 syscall_table           /  HAVE_SYSCALL_TABLE_SUPPORT
 71                 zlib                    /  HAV     71                 zlib                    /  HAVE_ZLIB_SUPPORT
 72                 zstd                    /  HAV     72                 zstd                    /  HAVE_ZSTD_SUPPORT
 73                                                    73 
 74 OPTIONS                                            74 OPTIONS
 75 -------                                            75 -------
 76 -q::                                               76 -q::
 77 --quiet::                                          77 --quiet::
 78         Do not print any messages or warnings      78         Do not print any messages or warnings
 79                                                    79 
 80         This can be used along with subcommand     80         This can be used along with subcommands such as 'perf check feature'
 81         to hide unnecessary output in test scr     81         to hide unnecessary output in test scripts, eg.
 82         'perf check feature --quiet libtraceev     82         'perf check feature --quiet libtraceevent'
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php