Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dthread-map.c104 !perf_event__synthesize_thread_map2(NULL, threads, process_event, NULL)); in test__thread_map_synthesize()
/Linux-v6.6/tools/perf/util/
Dsynthetic-events.h70 int perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, per…
Dsynthetic-events.c1183 int perf_event__synthesize_thread_map2(struct perf_tool *tool, in perf_event__synthesize_thread_map2() function
2250 err = perf_event__synthesize_thread_map2(tool, evlist->core.threads, process, NULL); in perf_event__synthesize_stat_events()
/Linux-v6.6/tools/perf/
Dbuiltin-record.c2040 err = perf_event__synthesize_thread_map2(&rec->tool, rec->evlist->core.threads, in record__synthesize()