Home
last modified time | relevance | path

Searched refs:PERF_MEM_OP_NA (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-filter.l128 na { return constant(PERF_MEM_OP_NA); }
H A Dmem-events.c400 if (op & PERF_MEM_OP_NA) in perf_mem__op_scnprintf()
H A Darm-spe.c520 union perf_mem_data_src data_src = { .mem_op = PERF_MEM_OP_NA }; in arm_spe__synth_data_source()
/linux/include/uapi/linux/
H A Dperf_event.h1315 #define PERF_MEM_OP_NA 0x01 /* not available */ macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h1315 #define PERF_MEM_OP_NA 0x01 /* not available */ macro
/linux/arch/x86/events/amd/
H A Dibs.c714 data_src->mem_op = PERF_MEM_OP_NA; in perf_ibs_get_mem_op()