]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf python tracepoint: Switch to using parse_events
authorIan Rogers <irogers@google.com>
Fri, 28 Feb 2025 22:23:08 +0000 (14:23 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 12 Mar 2025 01:55:38 +0000 (18:55 -0700)
commitf7cffbabf78203e5b67e4b632741d43644a513ba
treed153afbee0ef04877d8006ab3252fc42d6aa10a4
parent0dfcc7c86c91ffe9375e7146e19b77b1d6659b3d
perf python tracepoint: Switch to using parse_events

Rather than manually configuring an evsel, switch to using
parse_events for greater commonality with the rest of the perf code.

Reviewed-by: Howard Chu <howardchu95@gmail.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Link: https://lore.kernel.org/r/20250228222308.626803-12-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/python/tracepoint.py