]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf pmu: Factor term parsing into a perf_event_attr into a helper
authorIan Rogers <irogers@google.com>
Sun, 5 Oct 2025 18:24:12 +0000 (11:24 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 15 Oct 2025 14:59:10 +0000 (23:59 +0900)
commit70424bb5ff5772635e86c6bcfaa9622bc222e1e6
treebef1a818001a8bbda3452f92d4cc45a48595f09c
parent7f20b3dd93f6a10cd742c091f047464185b09eed
perf pmu: Factor term parsing into a perf_event_attr into a helper

Factor existing functionality in perf_pmu__name_from_config into a
helper that will be used in later patches.

Tested-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: James Clark <james.clark@linaro.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/pmu.c