Home
last modified time | relevance | path

Searched refs:PERF_MEM_OP_STORE (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dbpf-filter.l130 store { return constant(PERF_MEM_OP_STORE); }
H A Dmem-events.c429 else if (op & PERF_MEM_OP_STORE) in perf_mem__op_scnprintf()
H A Darm-spe.c810 data_src.mem_op = PERF_MEM_OP_STORE; in arm_spe__synth_data_source()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h1328 #define PERF_MEM_OP_STORE 0x04 /* store instruction */ macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1328 #define PERF_MEM_OP_STORE 0x04 /* store instruction */ macro
/linux-6.15/arch/x86/events/amd/
H A Dibs.c845 data_src->mem_op = PERF_MEM_OP_STORE; in perf_ibs_get_mem_op()
1105 data->data_src.mem_op != PERF_MEM_OP_STORE) in perf_ibs_parse_ld_st_data()
/linux-6.15/arch/x86/events/intel/
H A Dds.c275 dse.mem_op = PERF_MEM_OP_STORE; in precise_datala_hsw()