Home
last modified time | relevance | path

Searched refs:perf_thread_map__comm (Results 1 – 7 of 7) sorted by relevance

/tools/perf/tests/
Dthread-map.c39 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()
/tools/lib/perf/
Dthreadmap.c40 char *perf_thread_map__comm(struct perf_thread_map *map, int thread) in perf_thread_map__comm() function
65 free(perf_thread_map__comm(threads, i)); in perf_thread_map__delete()
Dlibperf.map15 perf_thread_map__comm;
/tools/lib/perf/include/perf/
Dthreadmap.h13 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int thread);
/tools/lib/perf/Documentation/
Dlibperf.txt66 char *perf_thread_map__comm(struct perf_thread_map *map, int thread);
/tools/perf/util/
Dstat-display.c133 perf_thread_map__comm(evsel->core.threads, id.thread), in aggr_printout()
Dsynthetic-events.c1176 char *comm = perf_thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()