Arnaldo Carvalho de Melo
c96f4edcc3
perf trace: Show comm/tid for augmented_syscalls
To get us a bit more like the sys_enter + sys_exit combo:
# perf trace -e tools/perf/examples/bpf/augmented_syscalls.c,openat cat /etc/passwd > /dev/null
0.000 ( ): openat(dfd: CWD, filename: 0x31b6dda8, flags: CLOEXEC)
0.009 ( 0.009 ms): cat/3619 openat(dfd: CWD, filename: 0x31b6dda8, flags: CLOEXEC) = 3
0.051 ( ): openat(dfd: CWD, filename: 0x31d75ce0, flags: CLOEXEC)
0.054 ( 0.010 ms): cat/3619 openat(dfd: CWD, filename: 0x31d75ce0, flags: CLOEXEC) = 3
0.539 ( ): openat(dfd: CWD, filename: 0xca71506b)
0.543 ( 0.115 ms): cat/3619 openat(dfd: CWD, filename: 0xca71506b) = 3
#
After:
# perf trace -e tools/perf/examples/bpf/augmented_syscalls.c,openat cat /etc/passwd > /dev/null
0.000 ( ): cat/4919 openat(dfd: CWD, filename: 0xc8358da8, flags: CLOEXEC)
0.007 ( 0.005 ms): cat/4919 openat(dfd: CWD, filename: 0xc8358da8, flags: CLOEXEC) = 3
0.032 ( ): cat/4919 openat(dfd: CWD, filename: 0xc8560ce0, flags: CLOEXEC)
0.033 ( 0.006 ms): cat/4919 openat(dfd: CWD, filename: 0xc8560ce0, flags: CLOEXEC) = 3
0.301 ( ): cat/4919 openat(dfd: CWD, filename: 0x91fa306b)
0.304 ( 0.004 ms): cat/4919 openat(dfd: CWD, filename: 0x91fa306b) = 3
#
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-6w8ytyo5y655a1hsyfpfily6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2018-08-30 15:52:19 -03:00
..
2018-08-30 15:15:11 -03:00
2018-07-30 12:36:51 -03:00
2018-08-08 15:55:54 -03:00
2018-08-30 15:52:19 -03:00
2018-08-08 15:55:57 -03:00
2018-07-11 09:39:57 -04:00
2018-08-08 15:55:43 -03:00
2018-02-19 12:28:08 -03:00
2018-07-11 10:01:50 -03:00
2018-08-20 08:54:59 -03:00
2018-08-30 15:52:18 -03:00
2018-08-08 15:55:52 -03:00
2018-08-30 15:51:54 -03:00
2018-02-05 13:58:02 -03:00
2018-01-23 09:51:38 -03:00
2018-08-08 15:55:53 -03:00
2017-11-02 11:10:55 +01:00
2018-05-15 10:32:16 -03:00
2017-11-07 10:30:18 +01:00
2018-07-31 10:53:20 -03:00
2017-11-07 10:30:18 +01:00
2017-11-02 11:10:55 +01:00
2018-07-24 14:37:33 -03:00
2017-11-07 10:30:18 +01:00
2018-02-19 09:49:12 -03:00
2018-04-12 10:33:31 -03:00
2018-04-26 13:47:08 -03:00
2018-04-30 12:20:54 -03:00
2018-08-13 15:22:18 -03:00
2018-06-04 10:28:52 -03:00
2017-11-07 10:30:18 +01:00
2017-11-07 10:30:18 +01:00
2018-04-18 15:35:48 -03:00
2018-06-04 10:28:50 -03:00
2018-03-16 13:56:50 -03:00
2018-08-13 15:22:10 -03:00
2018-06-05 10:09:54 -03:00
2018-08-13 15:22:10 -03:00
2018-07-24 14:54:58 -03:00
2018-04-26 13:47:09 -03:00
2018-07-24 14:37:33 -03:00
2018-08-30 15:52:19 -03:00
2018-04-12 10:33:34 -03:00
2017-11-02 11:10:55 +01:00
2018-08-14 15:10:40 -03:00
2017-03-13 10:59:31 -03:00
2014-03-18 18:17:06 -03:00
2018-08-20 08:54:58 -03:00
2018-07-31 10:54:50 -03:00
2018-08-30 14:49:25 -03:00
2017-09-25 10:39:43 -03:00
2017-11-02 11:10:55 +01:00
2017-12-27 12:16:00 -03:00
2017-11-02 11:10:55 +01:00
2018-02-23 14:29:59 +00:00
2015-08-06 16:48:27 -03:00
2018-06-04 10:28:50 -03:00
2018-08-01 12:33:24 -03:00