Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmachine.c32 machine->last_match = NULL; in machine__init()
352 th = machine->last_match; in __machine__findnew_thread()
359 thread__zput(machine->last_match); in __machine__findnew_thread()
367 machine->last_match = thread__get(th); in __machine__findnew_thread()
403 machine->last_match = thread__get(th); in __machine__findnew_thread()
1259 if (machine->last_match == th) in machine__remove_thread()
1260 thread__zput(machine->last_match); in machine__remove_thread()
Dmachine.h34 struct thread *last_match; member