Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/
H A Dstat+event_uniquifying.sh35 for pmu_event in "${pmu_events[@]}"; do
36 if [[ "$pmu_v_event" == "$pmu_event" ]]; then
42 for pmu_event in "${pmu_events[@]}"; do
43 if [[ "$event" == "$pmu_event" ]]; then
/linux/tools/perf/tests/
H A Dpmu-events.c23 struct pmu_event event;
260 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events()
329 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
379 static int test__pmu_event_table_core_callback(const struct pmu_event *pe, in test__pmu_event_table_core_callback()
394 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_core_callback()
413 static int test__pmu_event_table_sys_callback(const struct pmu_event *pe, in test__pmu_event_table_sys_callback()
425 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_sys_callback()
534 struct pmu_event const *event = &test_event.event; in __test_core_pmu_event_aliases()
602 struct pmu_event const *event = &test_event.event; in __test_uncore_pmu_event_aliases()
H A Dparse-events.c2692 char pmu_event[PATH_MAX]; in test__pmu_events() local
2728 n = snprintf(pmu_event, sizeof(pmu_event), "%s%s", path, ent->d_name); in test__pmu_events()
2734 file = fopen(pmu_event, "r"); in test__pmu_events()
2756 pr_debug("skipping parameterized PMU event: %s which contains ?\n", pmu_event); in test__pmu_events()
/linux/tools/perf/pmu-events/
H A Dpmu-events.h47 struct pmu_event { struct
86 typedef int (*pmu_event_iter_fn)(const struct pmu_event *pe,
H A Dempty-pmu-events.c2857 static void decompress_event(int offset, struct pmu_event *pe) in decompress_event()
2923 struct pmu_event pe = { in pmu_events_table__for_each_event_pmu()
2944 struct pmu_event pe = { in pmu_events_table__find_event_pmu()
H A DREADME48 struct pmu_event pme_power8[] = {
/linux/tools/perf/util/
H A Dpmu.c540 static int update_alias(const struct pmu_event *pe, in update_alias()
585 const struct pmu_event *pe, enum event_source src) in perf_pmu__new_alias()
1076 static int pmu_add_cpu_aliases_map_callback(const struct pmu_event *pe, in pmu_add_cpu_aliases_map_callback()
1111 static int pmu_add_sys_aliases_iter_fn(const struct pmu_event *pe, in pmu_add_sys_aliases_iter_fn()