Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Duncore_snb.c754 INTEL_UNCORE_EVENT_DESC(data_reads, "event=0x01"),
755 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
756 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
/Linux-v6.6/tools/perf/bench/
Dnuma.c95 bool data_reads; member
182 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"…
804 if (g->p.data_reads) in access_data()
1775 p->data_reads = true; in init_params()