Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snb.c159 INTEL_UNCORE_EVENT_DESC(data_reads, "event=0x01"),
160 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"),
161 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
/linux-4.1.27/tools/perf/bench/
Dnuma.c79 bool data_reads; member
166 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via writes (can be mixed with -W)…
693 if (g->p.data_reads) in access_data()
1598 p->data_reads = true; in init_params()