diff options
author | 2024-02-23 17:14:19 -0800 | |
---|---|---|
committer | 2024-02-29 13:39:54 -0800 | |
commit | d4be39cadef0dbba6667a96e8e7857d510ed4e20 (patch) | |
tree | cf8980f1c19ffde680a1551afec556a3f78d09ba /tools/perf/scripts/python/export-to-postgresql.py | |
parent | perf pmu: Fix a potential memory leak in perf_pmu__lookup() (diff) | |
download | wireguard-linux-d4be39cadef0dbba6667a96e8e7857d510ed4e20.tar.xz wireguard-linux-d4be39cadef0dbba6667a96e8e7857d510ed4e20.zip |
perf metrics: Fix metric matching
The metric match function fails for cases like looking for "metric" in
the string "all;foo_metric;metric" as the "metric" in "foo_metric"
matches but isn't preceeded by a ';'. Fix this by matching the first
list item and recursively matching on failure the next item after a
semicolon.
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240224011420.3066322-1-irogers@google.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions