Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.h36 struct thread *last_match; member
Dmachine.c48 threads->last_match = NULL; in machine__threads_init()
421 th = threads->last_match; in __threads__get_last_match()
428 threads->last_match = NULL; in __threads__get_last_match()
449 threads->last_match = th; in __threads__set_last_match()
1677 if (threads->last_match == th) in __machine__remove_thread()