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.c127 !thread_map__remove(threads, 0)); in test__thread_map_remove()
135 !thread_map__remove(threads, 0)); in test__thread_map_remove()
143 thread_map__remove(threads, 0)); in test__thread_map_remove()
/linux/tools/perf/util/
H A Dthread_map.h26 int thread_map__remove(struct perf_thread_map *threads, int idx);
H A Dthread_map.c377 int thread_map__remove(struct perf_thread_map *threads, int idx) in thread_map__remove() function
H A Devsel.c2228 * because thread_map__remove() will decrease threads->nr. in evsel__ignore_missing_thread()
2233 if (thread_map__remove(threads, thread)) in evsel__ignore_missing_thread()
/linux/tools/perf/
H A Dbuiltin-stat.c689 if (!thread_map__remove(evsel_list->core.threads, in stat_handle_error()