]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnprintf()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2024 18:10:27 +0000 (15:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Aug 2024 21:07:21 +0000 (18:07 -0300)
commit7bedcbaefdf5d4f71302cb5428eb72ada4f380e9
tree9bc3aa0aac3a22198f810539378c52e98efef7a5
parent8df1d8c6cbd6825b3784068e7c2b37fa8a8a43f0
perf trace: Pass the richer 'struct syscall_arg' pointer to trace__btf_scnprintf()

Since we'll need it later in the current patch series and we can get the
syscall_arg_fmt from syscall_arg->fmt.

Based-on-a-patch-by: Howard Chu <howardchu95@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/Zsd8vqCrTh5h69rp@x1
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c