Searched refs:data_writes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | uncore_snb.c | 426 INTEL_UNCORE_EVENT_DESC(data_writes, "event=0x02"), 427 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"), 428 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"),
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_snb.c | 758 INTEL_UNCORE_EVENT_DESC(data_writes, "event=0x02"), 759 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"), 760 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"),
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 95 bool data_writes; member 183 OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -R)"), 769 if (g->p.data_writes) in access_data() 1716 p->data_writes = true; in init_params()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 96 bool data_writes; member 183 OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -R)"), 806 if (g->p.data_writes) in access_data() 1776 p->data_writes = true; in init_params()
|
Completed in 9 milliseconds