diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2019-01-08 10:56:59 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-01-08 13:28:13 -0300 |
commit | f2e14cd2c93699aa0aeaa8240457ab359f1258ff (patch) | |
tree | 5885941a16e19d54ec358d0428b63b9fab03b0e7 /net/lapb/lapb_timer.c | |
parent | 9231967e2f515fce9e19687c0c40dfda416b3512 (diff) |
perf top: Lift restriction on using callchains without "sym" in --sort
This restriction is not present in 'perf report' and since 'perf top'
uses the same hists browser, remove it from it as well.
With this we create per event buckets with callchain trees, so that
# perf top --sort dso -g --no-children
Bucketizes samples by DSO and below it shows the callchains leading to
functions in this DSO.
Try also:
# perf top -e sched:*switch -g --no-children
To see the callchains leading to sched switches, pressing 'E' to expand
all one can quickly see the most common scheduler switches and what
leads to them, for instance, calls to IO, futexes, etc.
Acked-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions