Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dthread-map.c128 !thread_map__remove(threads, 0)); in test__thread_map_remove()
136 !thread_map__remove(threads, 0)); in test__thread_map_remove()
144 thread_map__remove(threads, 0)); in test__thread_map_remove()
/linux/tools/perf/util/
H A Dthread_map.h28 int thread_map__remove(struct perf_thread_map *threads, int idx);
H A Dthread_map.c409 int thread_map__remove(struct perf_thread_map *threads, int idx) in thread_map__remove() function
H A Devsel.c1939 * because thread_map__remove() will decrease threads->nr. in update_fds()
1944 if (thread_map__remove(threads, thread)) in update_fds()
/linux/tools/perf/
H A Dbuiltin-stat.c668 if (!thread_map__remove(evsel_list->core.threads, in stat_handle_error()