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       --addrs
30              # include raw addresses where symbols can't be found
31
32       --event-filter=EVENT
33              # event name filter
34
35   [1] perf script must emit both PID and TIDs for these to work; eg, Linux  <
36       4.1:
37              perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace
38
39              for Linux >= 4.1:
40
41              perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace
42
43              If you save this output add --header on Linux >= 3.14 to include
44              perf info.
45
46
47
48stackcollapse-perf.pl 1.0        January 2020         STACKCOLLAPSE-PERF.PL(1)
Impressum