Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_common.c17 } fake_threads[] = { variable
93 for (i = 0; i < ARRAY_SIZE(fake_threads); i++) { in setup_fake_machine()
96 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
97 fake_threads[i].pid); in setup_fake_machine()
101 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()