Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dthread-map.c33 thread_map__read_comms(map); in test__thread_map()
49 thread_map__read_comms(map); in test__thread_map()
100 thread_map__read_comms(threads); in test__thread_map_synthesize()
/linux-5.19.10/tools/perf/util/
Dthread_map.h28 void thread_map__read_comms(struct perf_thread_map *threads);
Dthread_map.c363 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms() function
/linux-5.19.10/tools/perf/
Dbuiltin-stat.c2493 thread_map__read_comms(evsel_list->core.threads); in cmd_stat()