perf trace beauty fcntl: Basic 'arg' beautifier
authorArnaldo Carvalho de Melo <[email protected]>
Fri, 14 Jul 2017 14:05:40 +0000 (11:05 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 19 Jul 2017 02:13:55 +0000 (23:13 -0300)
commit9c47f66748381ecbaa3a5eb301b81fd2fd0a282d
tree86d42e198e2fef57569ffeea8512777eceb61898
parent84d1d8a12df33a3e707866b9a1f9872058c3d1fb
perf trace beauty fcntl: Basic 'arg' beautifier

Sometimes it should be printed as an hex number, like with F_SETLK,
F_SETLKW and F_GETLK, that treat 'arg' as a struct flock pointer, in
other cases it is just an integer.

Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-trace.c
tools/perf/trace/beauty/beauty.h
tools/perf/trace/beauty/fcntl.c