Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_cgroups (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsynthetic-events.h83 int perf_event__synthesize_cgroups(const struct perf_tool *tool, perf_event__handler_t process, str…
H A Dsynthetic-events.c634 int perf_event__synthesize_cgroups(const struct perf_tool *tool, in perf_event__synthesize_cgroups() function
661 int perf_event__synthesize_cgroups(const struct perf_tool *tool __maybe_unused, in perf_event__synthesize_cgroups() function
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1290 ret = perf_event__synthesize_cgroups(&top->tool, perf_event__process, in __cmd_top()
H A Dbuiltin-record.c2117 err = perf_event__synthesize_cgroups(tool, process_synthesized_event, in record__synthesize()