Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Duncore_snb.c265 INTEL_UNCORE_EVENT_DESC(data_reads, "event=0x01"),
266 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
267 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
/Linux-v4.19/tools/perf/bench/
Dnuma.c91 bool data_reads; member
178 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"…
747 if (g->p.data_reads) in access_data()
1684 p->data_reads = true; in init_params()