Searched refs:perf_thread_map__comm (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ | 
| D | thread-map.c | 39 			perf_thread_map__comm(map, 0) &&  in test__thread_map()40 			!strcmp(perf_thread_map__comm(map, 0), NAME));  in test__thread_map()
 54 			perf_thread_map__comm(map, 0) &&  in test__thread_map()
 55 			!strcmp(perf_thread_map__comm(map, 0), "dummy"));  in test__thread_map()
 81 			perf_thread_map__comm(threads, 0) &&  in process_event()
 82 			!strcmp(perf_thread_map__comm(threads, 0), NAME));  in process_event()
 
 | 
| /Linux-v5.4/tools/perf/lib/ | 
| D | threadmap.c | 40 char *perf_thread_map__comm(struct perf_thread_map *map, int thread)  in perf_thread_map__comm()  function65 			free(perf_thread_map__comm(threads, i));  in perf_thread_map__delete()
 
 | 
| D | libperf.map | 15 		perf_thread_map__comm;
 | 
| /Linux-v5.4/tools/perf/lib/include/perf/ | 
| D | threadmap.h | 13 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int thread);
 | 
| /Linux-v5.4/tools/perf/lib/Documentation/man/ | 
| D | libperf.rst | 45   char \*perf_thread_map__comm(struct perf_thread_map \*map, int thread);
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | stat-display.c | 120 			perf_thread_map__comm(evsel->core.threads, id),  in aggr_printout()
 | 
| D | synthetic-events.c | 903 		char *comm = perf_thread_map__comm(threads, i);  in perf_event__synthesize_thread_map2()
 |