linux/tools/perf/trace/beauty
Arnaldo Carvalho de Melo f9f83b3344 perf trace beauty: Allow accessing syscall args values in a syscall arg formatter
For instance, fcntl's upcoming 'arg' formatter needs to look at the
'cmd' value to decide how to format its value, sometimes it is a file
flags, sometimes an fd, a pointer to a structure, etc.

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: http://lkml.kernel.org/n/tip-2tw2jfaqm48dtw8a4addghze@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-07-18 23:13:53 -03:00
..
beauty.h perf trace beauty: Allow accessing syscall args values in a syscall arg formatter 2017-07-18 23:13:53 -03:00
Build perf trace beauty: Mask ignored fcntl 'arg' parameter 2017-07-18 23:13:52 -03:00
eventfd.c perf trace beauty eventfd: No need to include eventfd.h 2016-06-30 18:27:43 -03:00
fcntl.c perf trace beauty: Mask ignored fcntl 'arg' parameter 2017-07-18 23:13:52 -03:00
flock.c perf trace beauty flock: Add more conditional defines 2016-07-12 00:00:39 -03:00
futex_op.c perf trace beauty futex_op: Add missing defines for older systems 2016-07-12 15:20:37 -03:00
mmap.c perf trace: Check if MAP_32BIT is defined (again) 2016-12-20 09:37:40 -03:00
mode_t.c perf trace: Beautify mode_t arguments 2016-04-08 09:58:13 -03:00
msg_flags.c perf trace beauty msg_flags: Remove MSG_TRYHARD 2016-07-12 00:00:39 -03:00
open_flags.c perf trace beauty open_flags: Add more conditional defines 2016-07-12 00:00:39 -03:00
perf_event_open.c perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/ 2016-04-26 13:14:59 -03:00
pid.c perf trace: Read thread's COMM from /proc when not set 2016-04-26 13:15:00 -03:00
sched_policy.c perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systems 2016-06-30 18:27:43 -03:00
seccomp.c perf trace beauty seccomp: Remove seccomp.h include 2016-07-12 15:20:38 -03:00
signum.c perf tools: Add signal.h to places using its definitions 2017-04-20 13:22:43 -03:00
socket_type.c perf trace: Move socket_type beautifier to tools/perf/trace/beauty/ 2016-04-14 13:53:10 -03:00
statx.c perf trace: Beautify statx syscall 'flag' and 'mask' arguments 2017-03-31 14:42:31 -03:00
waitid_options.c