Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/turbostat/
H A Dadded_perf_counters.py16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument
95 counter_scope = 'core' variable
97 counter_scope = 'package' variable
99 counter_scope = 'cpu' variable
105 counter_scope = counter_scope,
/linux/drivers/counter/
H A Dcounter-sysfs.c40 enum counter_scope scope;
570 const enum counter_scope scope, in counter_attr_create()
749 const enum counter_scope scope, in counter_ext_attrs_create()
766 const enum counter_scope scope, in counter_array_attrs_create()
806 const enum counter_scope scope, in counter_sysfs_exts_add()
844 const enum counter_scope scope = COUNTER_SCOPE_SIGNAL; in counter_signal_attrs_create()
944 const enum counter_scope scope = COUNTER_SCOPE_COUNT; in counter_count_attrs_create()
1062 const enum counter_scope scope = COUNTER_SCOPE_DEVICE; in counter_sysfs_attr_add()
H A Dcounter-chrdev.c488 const enum counter_scope scope, in counter_get_array_data()
528 const enum counter_scope scope = comp_node->component.scope; in counter_get_data()
/linux/include/uapi/linux/
H A Dcounter.h23 enum counter_scope { enum