Home
last modified time | relevance | path

Searched refs:thread_map__comm (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dthread-map.c30 thread_map__comm(map, 0) && in test__thread_map()
31 !strcmp(thread_map__comm(map, 0), NAME)); in test__thread_map()
45 thread_map__comm(map, 0) && in test__thread_map()
46 !strcmp(thread_map__comm(map, 0), "dummy")); in test__thread_map()
72 thread_map__comm(threads, 0) && in process_event()
73 !strcmp(thread_map__comm(threads, 0), NAME)); in process_event()
/Linux-v4.19/tools/perf/util/
Dthread_map.h57 static inline char *thread_map__comm(struct thread_map *map, int thread) in thread_map__comm() function
Dthread_map.c349 free(thread_map__comm(threads, i)); in thread_map__delete()
Devent.c994 char *comm = thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c862 thread_map__comm(evsel->threads, id), in aggr_printout()