Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-lock.c134 static struct thread_stat *(*thread_stat_findnew)(u32 tid) = variable
152 thread_stat_findnew = thread_stat_findnew_after_first; in thread_stat_findnew_first()
586 ts = thread_stat_findnew(sample->tid); in report_lock_acquire_event()
661 ts = thread_stat_findnew(sample->tid); in report_lock_acquired_event()
726 ts = thread_stat_findnew(sample->tid); in report_lock_contended_event()
784 ts = thread_stat_findnew(sample->tid); in report_lock_release_event()
1086 ts = thread_stat_findnew(sample->tid); in report_lock_contention_begin_event()