Home
last modified time | relevance | path

Searched refs:self_id (Results 1 – 8 of 8) sorted by relevance

/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h39 int (*get_count_percent)(unsigned int self_id, double *percent,
41 int (*get_count)(unsigned int self_id, unsigned long long *count,
Dsnb_idle.c27 static int snb_get_count_percent(unsigned int self_id, double *percent,
Dhsw_ext_idle.c29 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent,
Dnhm_idle.c30 static int nhm_get_count_percent(unsigned int self_id, double *percent,
Dmperf_monitor.c29 static int mperf_get_count_percent(unsigned int self_id, double *percent,
Damd_fam14h_idle.c46 static int fam14h_get_count_percent(unsigned int self_id, double *percent,
/tools/firewire/
Dnosy-dump.c796 if (pp->self_id.extended) { in print_packet()
804 pp->self_id.phy_id, in print_packet()
805 (pp->self_id.link_active ? "active" : "not active"), in print_packet()
806 pp->self_id.gap_count, in print_packet()
807 speed_names[pp->self_id.phy_speed], in print_packet()
808 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()
809 (pp->self_id.initiated_reset ? ", initiator" : "")); in print_packet()
Dnosy-dump.h46 } self_id; member