]> asedeno.scripts.mit.edu Git - linux.git/commit
perf trace: Rename some syscall_tp methods to raw_syscall
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Aug 2018 17:27:09 +0000 (14:27 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Aug 2018 18:07:28 +0000 (15:07 -0300)
commit63f11c80e5dd4afae69ea2578addf896ddc06fee
tree9ecfe0534cd8f672bbebd932187a4d0097c603d1
parenta98392bb1e169a04aad83ed28f2b7a63010104ec
perf trace: Rename some syscall_tp methods to raw_syscall

Because raw_syscalls have the field for the syscall number as 'id' while
the syscalls:sys_{enter,exit}_NAME have it as __syscall_nr...

Since we want to support both for being able to enable just a
syscalls:sys_{enter,exit}_name instead of asking for
raw_syscalls:sys_{enter,exit} plus filters, make the method names for
each kind of tracepoint more explicit.

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: Steven Rostedt <rostedt@goodmis.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-4rixbfzco6tsry0w9ghx3ktb@git.kernel.org
Signef-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c