Home
last modified time | relevance | path

Searched refs:pmu_event (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/perf/hisilicon/ !
Dhns3_pmu.c882 struct hns3_pmu_event_attr *pmu_event; in hns3_pmu_get_pmu_event() local
892 pmu_event = eattr->var; in hns3_pmu_get_pmu_event()
894 if (event == pmu_event->event) in hns3_pmu_get_pmu_event()
895 return pmu_event; in hns3_pmu_get_pmu_event()
937 struct hns3_pmu_event_attr *pmu_event) in hns3_pmu_is_enabled_global_mode() argument
941 if (!(pmu_event->filter_support & HNS3_PMU_FILTER_SUPPORT_GLOBAL)) in hns3_pmu_is_enabled_global_mode()
948 struct hns3_pmu_event_attr *pmu_event) in hns3_pmu_is_enabled_func_mode() argument
953 if (!(pmu_event->filter_support & HNS3_PMU_FILTER_SUPPORT_FUNC)) in hns3_pmu_is_enabled_func_mode()
963 struct hns3_pmu_event_attr *pmu_event) in hns3_pmu_is_enabled_func_queue_mode() argument
968 if (!(pmu_event->filter_support & HNS3_PMU_FILTER_SUPPORT_FUNC_QUEUE)) in hns3_pmu_is_enabled_func_queue_mode()
[all …]
/linux-6.12.1/tools/perf/tests/ !
Dpmu-events.c23 struct pmu_event event;
300 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events()
369 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
419 static int test__pmu_event_table_core_callback(const struct pmu_event *pe, in test__pmu_event_table_core_callback()
434 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_core_callback()
453 static int test__pmu_event_table_sys_callback(const struct pmu_event *pe, in test__pmu_event_table_sys_callback()
465 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_sys_callback()
575 struct pmu_event const *event = &test_event.event; in __test_core_pmu_event_aliases()
626 struct pmu_event const *event = &test_event.event; in __test_uncore_pmu_event_aliases()
Dparse-events.c2628 char pmu_event[PATH_MAX]; in test__pmu_events() local
2664 n = snprintf(pmu_event, sizeof(pmu_event), "%s%s", path, ent->d_name); in test__pmu_events()
2670 file = fopen(pmu_event, "r"); in test__pmu_events()
2692 pr_debug("skipping parameterized PMU event: %s which contains ?\n", pmu_event); in test__pmu_events()
/linux-6.12.1/tools/perf/pmu-events/ !
Dpmu-events.h41 struct pmu_event { struct
75 typedef int (*pmu_event_iter_fn)(const struct pmu_event *pe,
Dempty-pmu-events.c253 static void decompress_event(int offset, struct pmu_event *pe) in decompress_event()
311 struct pmu_event pe = { in pmu_events_table__for_each_event_pmu()
332 struct pmu_event pe = { in pmu_events_table__find_event_pmu()
DREADME48 struct pmu_event pme_power8[] = {
/linux-6.12.1/tools/perf/util/ !
Dpmu.c503 static int update_alias(const struct pmu_event *pe, in update_alias()
531 const struct pmu_event *pe, enum event_source src) in perf_pmu__new_alias()
981 static int pmu_add_cpu_aliases_map_callback(const struct pmu_event *pe, in pmu_add_cpu_aliases_map_callback()
1013 static int pmu_add_sys_aliases_iter_fn(const struct pmu_event *pe, in pmu_add_sys_aliases_iter_fn()