diff options
author | Ian Rogers <irogers@google.com> | 2025-01-31 23:43:18 -0800 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2025-02-04 21:28:46 -0800 |
commit | 63e287131cf0c59b026053d6d63fe271604ffa7e (patch) | |
tree | f6584b337444a10e43d55ec2bf9e9f0f1ddcf3ee /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 57e13264dcea670d5f42a067562f02aa923219e2 (diff) |
perf pmu: Rename name matching for no suffix or wildcard variants
Wildcard PMU naming will match a name like pmu_1 to a PMU name like
pmu_10 but not to a PMU name like pmu_2 as the suffix forms part of
the match. No suffix matching will match pmu_10 to either pmu_1 or
pmu_2. Add or rename matching functions on PMU to make it clearer what
kind of matching is being performed.
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Link: https://lore.kernel.org/r/20250201074320.746259-4-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions