Home
last modified time | relevance | path

Searched refs:type_and_num (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhwmon_pmu.c140 return ((union hwmon_pmu_event_key)key).type_and_num; in hwmon_pmu__event_hashmap_hash()
145 return ((union hwmon_pmu_event_key)key1).type_and_num == in hwmon_pmu__event_hashmap_equal()
146 ((union hwmon_pmu_event_key)key2).type_and_num; in hwmon_pmu__event_hashmap_equal()
325 .type_and_num = cur->key, in hwmon_pmu__read_events()
488 .type_and_num = cur->key, in hwmon_pmu__for_each_event()
567 key.type_and_num = cur->key; in hwmon_pmu__have_event()
596 .type_and_num = cur->key, in hwmon_pmu__config_term()
602 attr->config = key.type_and_num; in hwmon_pmu__config_term()
610 .type_and_num = 0, in hwmon_pmu__config_term()
615 attr->config = key.type_and_num; in hwmon_pmu__config_term()
[all …]
H A Dhwmon_pmu.h103 long type_and_num; member
/linux-6.15/tools/perf/tests/
H A Dhwmon_pmu.c192 if (evsel->core.attr.config != (u64)test_events[i].key.type_and_num) { in do_test()
196 test_events[i].key.type_and_num); in do_test()