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

/linux-master/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) function
H A Devsel.c1737 * because thread_map__remove() will decrease threads->nr.
1742 if (thread_map__remove(threads, thread))
/linux-master/tools/perf/tests/
H A Dthread-map.c128 !thread_map__remove(threads, 0));
136 !thread_map__remove(threads, 0));
144 thread_map__remove(threads, 0));
/linux-master/tools/perf/
H A Dbuiltin-stat.c667 if (!thread_map__remove(evsel_list->core.threads,

Completed in 180 milliseconds