Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c3051 static int thread_list_cb(struct thread *thread, void *data) in thread_list_cb() function
3066 return machine__for_each_thread(machine, thread_list_cb, list); in machine__thread_list()