perf tools: Get a perf cgroup more portably in BPF
authorNamhyung Kim <namhyung@kernel.org>
Fri, 23 Sep 2022 06:32:05 +0000 (23:32 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Sep 2022 13:05:50 +0000 (10:05 -0300)
commite42c9c54f2e731885ea2bd92c478c85d879637a6
tree79fac289f3aa836d6f3b827bbc7d190003c4308a
parentf76349cf41451c5c42a99f18a9163377e4b364ff
perf tools: Get a perf cgroup more portably in BPF

The perf_event_cgrp_id can be different on other configurations.

To be more portable as CO-RE, it needs to get the cgroup subsys id using
the bpf_core_enum_value() helper.

Suggested-by: Ian Rogers <irogers@google.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Hao Luo <haoluo@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Song Liu <songliubraving@fb.com>
Cc: bpf@vger.kernel.org
Link: https://lore.kernel.org/r/20220923063205.772936-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/bpf_skel/bperf_cgroup.bpf.c
tools/perf/util/bpf_skel/off_cpu.bpf.c