Home
last modified time | relevance | path

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

/linux/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.c633 int perf_event__synthesize_cgroups(const struct perf_tool *tool, in perf_event__synthesize_cgroups() function
660 int perf_event__synthesize_cgroups(const struct perf_tool *tool __maybe_unused, in perf_event__synthesize_cgroups() function
/linux/tools/perf/
H A Dbuiltin-top.c1286 ret = perf_event__synthesize_cgroups(&top->tool, perf_event__process, in __cmd_top()
H A Dbuiltin-record.c2114 err = perf_event__synthesize_cgroups(tool, process_synthesized_event, in record__synthesize()