Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds