1STACKCOLLAPSE-PERF.PL(1)         User Commands        STACKCOLLAPSE-PERF.PL(1)
2
3
4

NAME

6       stackcollapse-perf.pl - manual page for stackcollapse-perf.pl 1.0
7

DESCRIPTION

9       Unknown  option: help USAGE: ./stackcollapse-perf.pl [options] infile >
10       outfile
11
12       --pid  # include PID with process names [1]
13
14       --tid  # include TID and PID with process names [1]
15
16       --inline
17              # un-inline using addr2line
18
19       --all  # all annotations (--kernel --jit)
20
21       --kernel
22              # annotate kernel functions with a _[k]
23
24       --jit  # annotate jit functions with a _[j]
25
26       --context
27              # adds source context to --inline
28
29       --srcline
30              # parses output of 'perf script -F+srcline' and adds source con‐
31              text
32
33       --addrs
34              # include raw addresses where symbols can't be found
35
36       --event-filter=EVENT
37              # event name filter
38
39   [1]  perf script must emit both PID and TIDs for these to work; eg, Linux <
40       4.1:
41              perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace
42
43              for Linux >= 4.1:
44
45              perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace
46
47              If you save this output add --header on Linux >= 3.14 to include
48              perf info.
49
50
51
52stackcollapse-perf.pl 1.0        November 2023        STACKCOLLAPSE-PERF.PL(1)
Impressum