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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dthread.c115 if (self->last_match && self->last_match->pid == pid)
116 return self->last_match;
123 self->last_match = th;
137 self->last_match = th;
H A Dbuild-id.c47 session->last_match = NULL;
H A Dsession.h30 struct thread *last_match; member in struct:perf_session
H A Dsession.c103 self->last_match = NULL;
169 self->last_match = NULL;

Completed in 69 milliseconds