perf trace: Allow associating scnprintf routines with well known arg names
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Oct 2019 18:50:15 +0000 (15:50 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Oct 2019 14:23:52 +0000 (11:23 -0300)
commit5d88099bc00dccddf5da18e25e1223f01644f7a2
treeafc1891fdff8616cd484df3bc29c77fa629311e7
parentfd21834704a678a583cf294aea47c7ed3fd9d8d2
perf trace: Allow associating scnprintf routines with well known arg names

For instance 'msr' appears in several tracepoints, so we can associate
it with a single scnprintf() routine auto-generated from kernel headers,
as will be done in followup patches.

Start with an empty array of associations.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-89ptht6s5fez82lykuwq1eyb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c