Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dthread-map.c126 !thread_map__remove(threads, 0)); in test__thread_map_remove()
134 !thread_map__remove(threads, 0)); in test__thread_map_remove()
142 thread_map__remove(threads, 0)); in test__thread_map_remove()
/Linux-v5.4/tools/perf/util/
Dthread_map.h30 int thread_map__remove(struct perf_thread_map *threads, int idx);
Dthread_map.c409 int thread_map__remove(struct perf_thread_map *threads, int idx) in thread_map__remove() function
Devsel.c1511 if (thread_map__remove(threads, thread)) in ignore_missing_thread()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c498 if (!thread_map__remove(evsel_list->core.threads, in __run_perf_stat()