Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dlock.h95 TRACE_EVENT(contention_begin,
/linux-6.15/tools/perf/tests/shell/
H A Dlock_contention.sh30 if ! perf list tracepoint | grep -q lock:contention_begin; then
/linux-6.15/kernel/locking/
H A Dmutex.c1127 EXPORT_TRACEPOINT_SYMBOL_GPL(contention_begin);
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c482 int contention_begin(u64 *ctx) in contention_begin() function