Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-lock.c186 static struct thread_stat *(*thread_stat_findnew)(u32 tid) = variable
204 thread_stat_findnew = thread_stat_findnew_after_first; in thread_stat_findnew_first()
418 ts = thread_stat_findnew(sample->tid); in report_lock_acquire_event()
490 ts = thread_stat_findnew(sample->tid); in report_lock_acquired_event()
552 ts = thread_stat_findnew(sample->tid); in report_lock_contended_event()
607 ts = thread_stat_findnew(sample->tid); in report_lock_release_event()