]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 15 Jul 2019 20:03:10 +0000 (17:03 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 29 Jul 2019 21:34:41 +0000 (18:34 -0300)
commit5ca0b7f5004a5f1a35c1cb47894790ad98e34ed1
tree051b2247e272b5a4a0bd5b6e38435a66f5a8a62b
parentc8c805707ed4c5d976210821da3242af8610a533
perf trace: Look up maps just on the __augmented_syscalls__ BPF object

We can conceivably have multiple BPF object files for other purposes, so
better look just on the BPF object containing the __augmented_syscalls__
map for all things augmented_syscalls related.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Brendan Gregg <brendan.d.gregg@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-3jt8knkuae9lt705r1lns202@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c