Searched refs:add_counter (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5729 int add_counter(unsigned int msr_num, char *path, char *name, in add_counter() function 5885 if (add_counter(msr_num, path, name_buffer, width, scope, type, format, 0)) in parse_add_command() 5941 add_counter(0, path, name_buf, 64, SCOPE_CPU, COUNTER_USEC, in probe_sysfs() 5968 add_counter(0, path, name_buf, 64, SCOPE_CPU, COUNTER_ITEMS, in probe_sysfs()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 6255 int add_counter(unsigned int msr_num, char *path, char *name, in add_counter() function 6408 if (add_counter(msr_num, path, name_buffer, width, scope, type, format, 0)) in parse_add_command() 6473 add_counter(0, path, name_buf, 64, SCOPE_CPU, COUNTER_USEC, FORMAT_PERCENT, SYSFS_PERCPU); in probe_sysfs() 6501 add_counter(0, path, name_buf, 64, SCOPE_CPU, COUNTER_ITEMS, FORMAT_DELTA, SYSFS_PERCPU); in probe_sysfs()
|
Completed in 15 milliseconds