Searched refs:perf_device (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hv/ |
| A D | channel_mgmt.c | 34 .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 …]
|
| A D | hyperv_vmbus.h | 411 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
|
| /linux/tools/perf/arch/x86/util/ |
| A D | iostat.c | 455 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()
|
| /linux/tools/power/x86/turbostat/ |
| A D | turbostat.c | 9221 struct perf_counter_info *make_perf_counter_info(const char *perf_device, in make_perf_counter_info() argument 9232 errx(1, "%s: Failed to allocate %s/%s\n", __func__, perf_device, perf_event); in make_perf_counter_info() 9234 strncpy(pinfo->device, perf_device, ARRAY_SIZE(pinfo->device) - 1); in make_perf_counter_info() 9254 warnx("ignoring thread counter perf/%s/%s", perf_device, perf_event); in add_perf_counter() 9261 warnx("ignoring core counter perf/%s/%s", perf_device, perf_event); in add_perf_counter() 9268 warnx("ignoring package counter perf/%s/%s", perf_device, perf_event); in add_perf_counter() 9311 char perf_device[PERF_DEV_NAME_BYTES] = ""; in parse_add_command_msr() local 9328 BUILD_BUG_ON(ARRAY_SIZE(perf_device) <= 31); in parse_add_command_msr() 9330 if (sscanf(add_command, "perf/%31[^/]/%31[^,]", &perf_device[0], &perf_event[0]) == 2) in parse_add_command_msr() 9404 const bool is_perf_counter = perf_device[0] && perf_event[0]; in parse_add_command_msr() [all …]
|
| /linux/include/linux/ |
| A D | hyperv.h | 827 bool perf_device; member
|
Completed in 33 milliseconds