Home
last modified time | relevance | path

Searched defs:counter_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/tools/testing/selftests/turbostat/
Dadded_perf_counters.py16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument
101 counter_type = 'delta' variable
/linux-6.14.4/drivers/net/ethernet/sfc/
Dtc_counters.c324 enum efx_tc_counter_type counter_type, in efx_tc_counter_update()
/linux-6.14.4/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.c636 u8 counter_type; member
2228 enum prestera_hw_cpu_code_cnt_t counter_type, in prestera_hw_cpu_code_counters_get()
/linux-6.14.4/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h518 u8 counter_type; member
Dmpi30_cnfg.h1901 u8 counter_type; member
/linux-6.14.4/tools/power/x86/turbostat/
Dturbostat.c101 enum counter_type { COUNTER_ITEMS, COUNTER_CYCLES, COUNTER_SECONDS, COUNTER_USEC, COUNTER_K2M }; enum