Searched refs:contention_begin_event (Results 1 – 1 of 1) sorted by relevance
478 int (*contention_begin_event)(struct evsel *evsel, in pop_from_result() 1185 .contention_begin_event = report_lock_contention_begin_event, in report_lock_contention_begin_event() 1190 .contention_begin_event = report_lock_contention_begin_event, in report_lock_contention_begin_event() 1227 if (trace_handler->contention_begin_event) in report_lock_contention_end_event() 1228 return trace_handler->contention_begin_event(evsel, sample); in report_lock_contention_end_event() 585 int (*contention_begin_event)(struct evsel *evsel, global() member