Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l109 store { return constant(PERF_MEM_OP_STORE); }
H A Dmem-events.c335 else if (op & PERF_MEM_OP_STORE) in perf_mem__op_scnprintf()
H A Darm-spe.c526 data_src.mem_op = PERF_MEM_OP_STORE; in arm_spe__synth_data_source()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1307 #define PERF_MEM_OP_STORE 0x04 /* store instruction */ macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1307 #define PERF_MEM_OP_STORE 0x04 /* store instruction */ macro
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c716 data_src->mem_op = PERF_MEM_OP_STORE; in perf_ibs_get_mem_op()
970 data->data_src.mem_op != PERF_MEM_OP_STORE) in perf_ibs_parse_ld_st_data()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c220 dse.mem_op = PERF_MEM_OP_STORE; in precise_datala_hsw()