]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:28 +0000 (11:41 +0100)
commit9e4236a21e4ead7a51efcadd187f001810d3712f
tree492e5a39d0718be032689716d8a13980c0cb38aa
parent225e67d2db56e2d100aaba32db2ffe6da2e67ead
perf trace: Allow associating scnprintf routines with well known arg names

[ Upstream commit 854e6bab6092c5f705adef19bf852734eaf9c110 ]

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>
Stable-dep-of: 03e9a5d8eb55 ("perf trace: Handle failure when trace point folder is missed")
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/perf/builtin-trace.c