Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/
Dthread-map.c34 thread_map__read_comms(map); in test__thread_map()
50 thread_map__read_comms(map); in test__thread_map()
101 thread_map__read_comms(threads); in test__thread_map_synthesize()
/linux-6.6.21/tools/perf/util/
Dthread_map.h26 void thread_map__read_comms(struct perf_thread_map *threads);
Dthread_map.c364 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms() function
/linux-6.6.21/tools/perf/
Dbuiltin-stat.c2754 thread_map__read_comms(evsel_list->core.threads); in cmd_stat()