Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snb.c163 INTEL_UNCORE_EVENT_DESC(data_writes, "event=0x02"),
164 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"),
165 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"),
/linux-4.1.27/tools/perf/bench/
Dnuma.c80 bool data_writes; member
167 …OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -…
695 if (g->p.data_writes) in access_data()
1599 p->data_writes = true; in init_params()