diff options
| author | David Ahern <[email protected]> | 2015-03-19 18:23:03 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-21 17:53:31 +0000 |
| commit | 13f22a2d4a5359867aa05562fc922f1ca24873a5 (patch) | |
| tree | fae7fabd2e98315162b26e33778c0111766d85de /tools/perf/config/feature-checks/test-libpython-version.c | |
| parent | perf probe: Fix failure to add multiple probes without debuginfo (diff) | |
| download | kernel-13f22a2d4a5359867aa05562fc922f1ca24873a5.tar.gz kernel-13f22a2d4a5359867aa05562fc922f1ca24873a5.zip | |
perf trace: Fix summary_only option
The intent of the -s/--summary-only option is to just show a summary of
the system calls and statistics without any of the individual events.
Commit e596663ebb2 broke that by showing the interrupted lines:
perf trace -i perf.data -s
...
0.741 ( 0.000 ms): sleep/31316 fstat(fd: 4, statbuf: 0x7ffc75ceb830 ) ...
0.744 ( 0.000 ms): sleep/31316 mmap(len: 100244, prot: READ, flags: PRIVATE, fd: 4 ) ...
0.747 ( 0.000 ms): perf/31315 write(fd: 3, buf: 0x7d4bb0, count: 8 ) ...
...
Fix by checking for the summary only option.
Signed-off-by: David Ahern <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/config/feature-checks/test-libpython-version.c')
0 files changed, 0 insertions, 0 deletions
