Searched refs:last_match (Results 1 – 7 of 7) sorted by relevance
75 if (self->last_match && self->last_match->pid == pid) in perf_session__findnew()76 return self->last_match; in perf_session__findnew()83 self->last_match = th; in perf_session__findnew()97 self->last_match = th; in perf_session__findnew()
56 session->last_match = NULL; in perf_event__exit_del_thread()
41 struct thread *last_match; member
149 self->last_match = NULL; in perf_session__new()227 self->last_match = NULL; in perf_session__remove_thread()
130 last_match = end141 add_arg(lines[last_match:end])142 last_match = end + 1149 add_arg(lines[last_match:end-1])
1545 Job *j, *last_match; in j_lookup() local1595 last_match = NULL; in j_lookup()1599 if (last_match) { in j_lookup()1604 last_match = j; in j_lookup()1606 if (last_match) in j_lookup()1607 return (last_match); in j_lookup()1613 last_match = NULL; in j_lookup()1616 if (last_match) { in j_lookup()1621 last_match = j; in j_lookup()1623 if (last_match) in j_lookup()[all …]
662 TermMatch last_match = sorted_matches[0]; in SortAndDeoverlap() local663 clean_matches.push_back(last_match); in SortAndDeoverlap()666 if (iter->offset >= last_match.offset + last_match.length) { in SortAndDeoverlap()667 last_match = *iter; in SortAndDeoverlap()668 clean_matches.push_back(last_match); in SortAndDeoverlap()