perf trace: Remove F_ from some of the fcntl command strings
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Jul 2017 16:07:00 +0000 (13:07 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Jul 2017 02:13:49 +0000 (23:13 -0300)
commite000e5e33f92f6bb2d24ba2cda143cb6bb872495
treebcfd76f0e787dadf4c27fa00d2af6752a29b4e36
parent7e63a13a266da652f82731b845b5c35dd866ec7e
perf trace: Remove F_ from some of the fcntl command strings

The initial ones already had that "F_" prefix stripped to make things
shorter, some hadn't, do it now.

We do this to make the 'perf trace' output more compact. At some point
perhaps the best thing to do is to have the tool do this stripping
automatically, letting the user also decide if this is to be done or
not. For now, be consistent.

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-2iot106xkl8rgb0hb8zm3gq5@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c