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.c132 static struct thread_stat *(*thread_stat_findnew)(u32 tid) = in thread_stat_findnew_after_first()
150 thread_stat_findnew = thread_stat_findnew_after_first;
572 ts = thread_stat_findnew(sample->tid);
647 ts = thread_stat_findnew(sample->tid);
712 ts = thread_stat_findnew(sample->tid); in report_lock_acquire_event()
770 ts = thread_stat_findnew(sample->tid); in report_lock_acquired_event()
1072 ts = thread_stat_findnew(sample->tid); in report_lock_contention_begin_event()
152 static struct thread_stat *(*thread_stat_findnew)(u32 tid) = global() variable