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

TOMOYO Linux Cross Reference
Linux/tools/perf/Documentation/itrace.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/itrace.txt (Version linux-6.12-rc7) and /tools/perf/Documentation/itrace.txt (Version linux-5.14.21)


  1                 i       synthesize instruction      1                 i       synthesize instructions events
  2                 y       synthesize cycles even << 
  3                 b       synthesize branches ev      2                 b       synthesize branches events (branch misses for Arm SPE)
  4                 c       synthesize branches ev      3                 c       synthesize branches events (calls only)
  5                 r       synthesize branches ev      4                 r       synthesize branches events (returns only)
  6                 x       synthesize transaction      5                 x       synthesize transactions events
  7                 w       synthesize ptwrite eve      6                 w       synthesize ptwrite events
  8                 p       synthesize power event      7                 p       synthesize power events (incl. PSB events for Intel PT)
  9                 o       synthesize other event      8                 o       synthesize other events recorded due to the use
 10                         of aux-output (refer t      9                         of aux-output (refer to perf record)
 11                 I       synthesize interrupt o << 
 12                         (e.g. Intel PT Event T << 
 13                 e       synthesize error event     10                 e       synthesize error events
 14                 d       create a debug log         11                 d       create a debug log
 15                 f       synthesize first level     12                 f       synthesize first level cache events
 16                 m       synthesize last level      13                 m       synthesize last level cache events
 17                 M       synthesize memory even     14                 M       synthesize memory events
 18                 t       synthesize TLB events      15                 t       synthesize TLB events
 19                 a       synthesize remote acce     16                 a       synthesize remote access events
 20                 g       synthesize a call chai     17                 g       synthesize a call chain (use with i or x)
 21                 G       synthesize a call chai     18                 G       synthesize a call chain on existing event records
 22                 l       synthesize last branch     19                 l       synthesize last branch entries (use with i or x)
 23                 L       synthesize last branch     20                 L       synthesize last branch entries on existing event records
 24                 s       skip initial number of     21                 s       skip initial number of events
 25                 q       quicker (less detailed     22                 q       quicker (less detailed) decoding
 26                 A       approximate IPC        << 
 27                 Z       prefer to ignore times     23                 Z       prefer to ignore timestamps (so-called "timeless" decoding)
 28                 T       use the timestamp trac << 
 29                                                    24 
 30         The default is all events i.e. the sam !!  25         The default is all events i.e. the same as --itrace=ibxwpe,
 31         except for perf script where it is --i     26         except for perf script where it is --itrace=ce
 32                                                    27 
 33         In addition, the period (default 10000     28         In addition, the period (default 100000, except for perf script where it is 1)
 34         for instructions events can be specifi     29         for instructions events can be specified in units of:
 35                                                    30 
 36                 i       instructions               31                 i       instructions
 37                 t       ticks                      32                 t       ticks
 38                 ms      milliseconds               33                 ms      milliseconds
 39                 us      microseconds               34                 us      microseconds
 40                 ns      nanoseconds (default)      35                 ns      nanoseconds (default)
 41                                                    36 
 42         Also the call chain size (default 16,      37         Also the call chain size (default 16, max. 1024) for instructions or
 43         transactions events can be specified.      38         transactions events can be specified.
 44                                                    39 
 45         Also the number of last branch entries     40         Also the number of last branch entries (default 64, max. 1024) for
 46         instructions or transactions events ca     41         instructions or transactions events can be specified.
 47                                                    42 
 48         Similar to options g and l, size may a     43         Similar to options g and l, size may also be specified for options G and L.
 49         On x86, note that G and L work poorly      44         On x86, note that G and L work poorly when data has been recorded with
 50         large PEBS. Refer linkperf:perf-intel-     45         large PEBS. Refer linkperf:perf-intel-pt[1] man page for details.
 51                                                    46 
 52         It is also possible to skip events gen     47         It is also possible to skip events generated (instructions, branches, transactions,
 53         ptwrite, power) at the beginning. This     48         ptwrite, power) at the beginning. This is useful to ignore initialization code.
 54                                                    49 
 55         --itrace=i0nss1000000                      50         --itrace=i0nss1000000
 56                                                    51 
 57         skips the first million instructions.      52         skips the first million instructions.
 58                                                    53 
 59         The 'e' option may be followed by flag     54         The 'e' option may be followed by flags which affect what errors will or
 60         will not be reported. Each flag must b     55         will not be reported. Each flag must be preceded by either '+' or '-'.
 61         The flags are:                             56         The flags are:
 62                 o       overflow                   57                 o       overflow
 63                 l       trace data lost            58                 l       trace data lost
 64                                                    59 
 65         If supported, the 'd' option may be fo     60         If supported, the 'd' option may be followed by flags which affect what
 66         debug messages will or will not be log     61         debug messages will or will not be logged. Each flag must be preceded
 67         by either '+' or '-'. The flags are:       62         by either '+' or '-'. The flags are:
 68                 a       all perf events            63                 a       all perf events
 69                 e       output only on errors  << 
 70                 o       output to stdout       << 
 71                                                    64 
 72         If supported, the 'q' option may be re     65         If supported, the 'q' option may be repeated to increase the effect.
                                                      

~ [ 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