]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf python: Add member access to a number of evsel variables
authorIan Rogers <irogers@google.com>
Fri, 28 Feb 2025 22:23:02 +0000 (14:23 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 12 Mar 2025 01:55:37 +0000 (18:55 -0700)
commitcc8bf352dd1c1700b56cbe8b0151ed7b6364f68b
treec72fa35cd81075a8072ac5b6d4aac718b3b246e1
parentd8e17677799c7e30e37ac0ccb523516322ebad20
perf python: Add member access to a number of evsel variables

Most variables are part of the perf_event_attr, so that they may be
queried and modified.

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