]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf python: Add evlist.config to set up record options
authorIan Rogers <irogers@google.com>
Fri, 28 Feb 2025 22:23:07 +0000 (14:23 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 12 Mar 2025 01:55:38 +0000 (18:55 -0700)
commit0dfcc7c86c91ffe9375e7146e19b77b1d6659b3d
treec6da8564357668f2e24e5347cfe79a62fe9b0d85
parent1a8356fbf89beeea29ce39a233f932dc06a7109a
perf python: Add evlist.config to set up record options

Add access to evlist__config that is used to configure an evlist with
record options.

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-11-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/python.c