Searched refs:counter_type (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/turbostat/ |
| H A D | added_perf_counters.py | 16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument 101 counter_type = 'delta' variable 106 counter_type = counter_type,
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_counters.c | 324 enum efx_tc_counter_type counter_type, in efx_tc_counter_update() argument 331 cnt = efx_tc_flower_find_counter_by_fw_id(efx, counter_type, counter_idx); in efx_tc_counter_update() 340 counter_idx, counter_type); in efx_tc_counter_update()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_hw.h | 310 enum prestera_hw_cpu_code_cnt_t counter_type,
|
| H A D | prestera_hw.c | 636 u8 counter_type; member 2228 enum prestera_hw_cpu_code_cnt_t counter_type, in prestera_hw_cpu_code_counters_get() argument 2232 .counter_type = counter_type, in prestera_hw_cpu_code_counters_get()
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_ioc.h | 533 u8 counter_type; member
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 102 enum counter_type { COUNTER_ITEMS, COUNTER_CYCLES, COUNTER_SECONDS, COUNTER_USEC, COUNTER_K2M }; enum 117 enum counter_type type; 137 enum counter_type type; 566 …unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, … 2730 static inline int print_name(int width, int *printed, char *delim, char *name, enum counter_type ty… in print_name() 10188 …unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, … in add_counter() 10297 … unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format) in make_perf_counter_info() 10318 enum counter_scope scope, enum counter_type type, enum counter_format format) in add_perf_counter() 10387 enum counter_type type = COUNTER_CYCLES; in parse_add_command_msr()
|