Searched refs:perf_thread_map__idx (Results 1 – 4 of 4) sorted by relevance
17 LIBPERF_API int perf_thread_map__idx(struct perf_thread_map *map, pid_t pid);
108 int perf_thread_map__idx(struct perf_thread_map *threads, pid_t pid) in perf_thread_map__idx() function
1164 thread_idx = perf_thread_map__idx(evsel->core.threads, thread); in pyrf_evsel__read()1445 thread_idx = perf_thread_map__idx(pos2->core.threads, thread); in pyrf_evlist__compute_metric()
2343 thread_map_idx = perf_thread_map__idx(evsel->core.threads, sample->tid); in perf_sample__fprint_metric()