Home
last modified time | relevance | path

Searched refs:data_reads (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/events/intel/
Duncore_snb.c606 INTEL_UNCORE_EVENT_DESC(data_reads, "event=0x01"),
607 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
608 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
/linux-5.19.10/tools/perf/bench/
Dnuma.c95 bool data_reads; member
183 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"…
828 if (g->p.data_reads) in access_data()
1799 p->data_reads = true; in init_params()