Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Diostat.c459 void *perf_device = NULL; in iostat_print_counters() local
466 perf_device = evlist->selected->priv; in iostat_print_counters()
467 if (perf_device && perf_device != counter->priv) { in iostat_print_counters()
/linux/drivers/hv/
H A Dhyperv_vmbus.h405 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c9567 const char *perf_device = pinfo->device; in added_perf_counters_init_() local
9569 if (strcmp(perf_device, "cpu") == 0 && perf_has_hybrid_devices()) { in added_perf_counters_init_()
9572 perf_device = "cpu_core"; in added_perf_counters_init_()
9576 perf_device = "cpu_atom"; in added_perf_counters_init_()
9584 perf_type = read_perf_type(perf_device); in added_perf_counters_init_()
9586 warnx("%s: perf/%s/%s: failed to read %s", __func__, perf_device, pinfo->event, "type"); in added_perf_counters_init_()
9590 perf_config = read_perf_config(perf_device, pinfo->event); in added_perf_counters_init_()
9593 __func__, perf_device, pinfo->event, "config"); in added_perf_counters_init_()
9598 perf_scale = read_perf_scale(perf_device, pinfo->event); in added_perf_counters_init_()
9605 __func__, perf_device, pinf in added_perf_counters_init_()
10276 make_perf_counter_info(const char * perf_device,const char * perf_event,const char * name,unsigned int width,enum counter_scope scope,enum counter_type type,enum counter_format format) make_perf_counter_info() argument
10301 add_perf_counter(const char * perf_device,const char * perf_event,const char * name_buffer,unsigned int width,enum counter_scope scope,enum counter_type type,enum counter_format format) add_perf_counter() argument
10366 char perf_device[PERF_DEV_NAME_BYTES] = ""; parse_add_command_msr() local
[all...]
/linux/include/linux/
H A Dhyperv.h762 bool perf_device; member