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

/linux-master/tools/perf/tests/
H A Dhists_common.c19 } fake_threads[] = { variable in typeref:struct:__anon1008
95 for (i = 0; i < ARRAY_SIZE(fake_threads); i++) {
98 thread = machine__findnew_thread(machine, fake_threads[i].pid,
99 fake_threads[i].pid);
103 thread__set_comm(thread, fake_threads[i].comm, 0);

Completed in 91 milliseconds