Searched refs:contention_begin (Results 1 – 5 of 5) sorted by relevance
197 rv_attach_trace_probe("rtapp_sleep", contention_begin, handle_contention_begin); in enable_sleep()210 rv_detach_trace_probe("rtapp_sleep", contention_begin, handle_contention_begin); in disable_sleep()
95 TRACE_EVENT(contention_begin,
36 if ! perf list tracepoint | grep -q lock:contention_begin; then
1167 EXPORT_TRACEPOINT_SYMBOL_GPL(contention_begin);
525 int contention_begin(u64 *ctx) in contention_begin() function