Home
last modified time | relevance | path

Searched refs:perf_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c34 .perf_device = true,
41 .perf_device = true,
48 .perf_device = true,
55 .perf_device = true,
62 .perf_device = true,
69 .perf_device = false,
76 .perf_device = false,
83 .perf_device = false,
90 .perf_device = false,
97 .perf_device = false,
[all …]
H A Dhyperv_vmbus.h419 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c455 void *perf_device = NULL; in iostat_print_counters() local
462 perf_device = evlist->selected->priv; in iostat_print_counters()
463 if (perf_device && perf_device != counter->priv) { in iostat_print_counters()
/openbmc/linux/include/linux/
H A Dhyperv.h825 bool perf_device; member