Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dlock.h16 #define LCB_F_PERCPU (1U << 4) macro
117 { LCB_F_PERCPU, "PERCPU" },
/linux-6.15/kernel/locking/
H A Dpercpu-rwsem.c175 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_READ); in __percpu_down_read()
239 trace_contention_begin(sem, LCB_F_PERCPU | LCB_F_WRITE); in percpu_down_write()
/linux-6.15/tools/perf/util/
H A Dlock-contention.h123 #define LCB_F_PERCPU (1U << 4) macro
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c19 #define LCB_F_PERCPU (1U << 4) macro
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c1500 { LCB_F_PERCPU | LCB_F_READ, "pcpu-sem:R", "percpu-rwsem" },
1501 { LCB_F_PERCPU | LCB_F_WRITE, "pcpu-sem:W", "percpu-rwsem" },