Searched refs:perf_device (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hyperv_vmbus.h | 473 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10053 const char *perf_device = pinfo->device; in added_perf_counters_init_() local 10055 if (strcmp(perf_device, "cpu") == 0 && perf_has_hybrid_devices()) { in added_perf_counters_init_() 10058 perf_device = "cpu_core"; in added_perf_counters_init_() 10062 perf_device = "cpu_atom"; in added_perf_counters_init_() 10070 perf_type = read_perf_type(perf_device); in added_perf_counters_init_() 10072 warnx("%s: perf/%s/%s: failed to read %s", __func__, perf_device, pinfo->event, "type"); in added_perf_counters_init_() 10076 perf_config = read_perf_config(perf_device, pinfo->event); in added_perf_counters_init_() 10078 warnx("%s: perf/%s/%s: failed to read %s", __func__, perf_device, pinfo->event, "config"); in added_perf_counters_init_() 10083 perf_scale = read_perf_scale(perf_device, pinfo->event); in added_perf_counters_init_() 10089 …warnx("%s: perf/%s/%s: failed to open counter on cpu%d", __func__, perf_device, pinfo->event, cpu); in added_perf_counters_init_() [all …]
|
| /linux/include/linux/ |
| H A D | hyperv.h | 774 bool perf_device; member
|