aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2018-12-14 10:22:18 -0300
committerArnaldo Carvalho de Melo <[email protected]>2018-12-18 12:24:00 -0300
commit42e4a52d01d087e7ce069049799e3e336eaec101 (patch)
tree9a812d7b721179d79bc2c7c72c9d65e3cb1d8fdb /scripts/gcc-plugins/cyc_complexity_plugin.c
parente7c634fcc6ff921d725ba988cdb198ca8b59a39f (diff)
perf trace: Allow configuring if the syscall duration should be printed
# perf config trace.show_duration=no # perf config -l | grep trace trace.default_events=/home/acme/git/perf/tools/perf/examples/bpf/augmented_raw_syscalls.o trace.show_zeros=true trace.show_duration=no # trace -e *sleep sleep 1 0.000 sleep/8729 nanosleep(rqtp: 0x7ffcb0b4c940, rmtp: 0) = 0 # perf config trace.show_duration=yes # trace -e *sleep sleep 1 0.000 (1000.212 ms): sleep/8735 nanosleep(rqtp: 0x7ffca15fa770, rmtp: 0) = 0 # Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Luis Cláudio Gonçalves <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions