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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c15 } fake_threads[] = { variable in typeref:struct:__anon25166
88 for (i = 0; i < ARRAY_SIZE(fake_threads); i++) {
91 thread = machine__findnew_thread(machine, fake_threads[i].pid,
92 fake_threads[i].pid);
96 thread__set_comm(thread, fake_threads[i].comm);

Completed in 1773 milliseconds