Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dthread-map.c117 !thread_map__remove(threads, 0)); in test__thread_map_remove()
125 !thread_map__remove(threads, 0)); in test__thread_map_remove()
133 thread_map__remove(threads, 0)); in test__thread_map_remove()
/Linux-v4.19/tools/perf/util/
Dthread_map.h64 int thread_map__remove(struct thread_map *threads, int idx);
Dthread_map.c469 int thread_map__remove(struct thread_map *threads, int idx) in thread_map__remove() function
Devsel.c1725 if (thread_map__remove(threads, thread)) in ignore_missing_thread()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c648 if (!thread_map__remove(evsel_list->threads, in __run_perf_stat()