Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dbpf-filter.l154 locked { return constant(PERF_MEM_LOCK_LOCKED); }
Dmem-events.c550 else if (mask & PERF_MEM_LOCK_LOCKED) in perf_mem__lck_scnprintf()
/linux-6.12.1/include/uapi/linux/
Dperf_event.h1380 #define PERF_MEM_LOCK_LOCKED 0x02 /* locked transaction */ macro
/linux-6.12.1/tools/include/uapi/linux/
Dperf_event.h1380 #define PERF_MEM_LOCK_LOCKED 0x02 /* locked transaction */ macro
/linux-6.12.1/arch/x86/events/amd/
Dibs.c924 data_src->mem_lock = PERF_MEM_LOCK_LOCKED; in perf_ibs_get_mem_lock()