Searched refs:perf_thread_map__comm (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | thread-map.c | 40 perf_thread_map__comm(map, 0) && in test__thread_map() 41 !strcmp(perf_thread_map__comm(map, 0), NAME)); in test__thread_map() 55 perf_thread_map__comm(map, 0) && in test__thread_map() 56 !strcmp(perf_thread_map__comm(map, 0), "dummy")); in test__thread_map() 82 perf_thread_map__comm(threads, 0) && in process_event() 83 !strcmp(perf_thread_map__comm(threads, 0), NAME)); in process_event()
|
/openbmc/linux/tools/lib/perf/ |
H A D | threadmap.c | 40 char *perf_thread_map__comm(struct perf_thread_map *map, int idx) in perf_thread_map__comm() function 75 free(perf_thread_map__comm(threads, i)); in perf_thread_map__delete()
|
H A D | libperf.map | 18 perf_thread_map__comm;
|
/openbmc/linux/tools/lib/perf/include/perf/ |
H A D | threadmap.h | 14 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 68 char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/openbmc/linux/tools/perf/util/ |
H A D | stat-display.c | 226 COMM_LEN, perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_std() 277 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_csv() 326 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_json()
|
H A D | synthetic-events.c | 1204 char *comm = perf_thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()
|