]> asedeno.scripts.mit.edu Git - linux.git/commit
perf trace: Rename thread_thread->paths to thread_trace->files
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Dec 2018 13:56:12 +0000 (10:56 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 28 Dec 2018 19:33:03 +0000 (16:33 -0300)
commitf4a74fcbfd943e128bbd464dc31b4405e1514d63
treecabecc443caed0f57f534d4e1e0df487a150b3be
parent61f611593f2c90547cb09c0bf6977414454a27e6
perf trace: Rename thread_thread->paths to thread_trace->files

So that we can add more per file attributes besides the pathname, such
as which ioctl beautifier to use, for cases such as the sound and
usbdeffs ioctls, that both use the 'U' command, so we have to
differentiate at the major number for the device file.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-1895cmhrdz2dkl5prf2cj2yj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c