Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-top.c1095 static void *process_thread(void *arg) in process_thread() function
1321 if (pthread_create(&thread_process, NULL, process_thread, top)) { in __cmd_top()