Home
last modified time | relevance | path

Searched refs:test_event (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu-events.c351 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event()
354 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
369 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
372 test_event->alias_long_desc); in compare_alias_to_test_event()
382 if (!is_same(alias->str, test_event->alias_str)) { in compare_alias_to_test_event()
384 pmu_name, alias->str, test_event->alias_str); in compare_alias_to_test_event()
388 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
390 pmu_name, alias->str, test_event->alias_long_desc); in compare_alias_to_test_event()
394 if (!is_same(alias->pmu_name, test_event->event.pmu) && in compare_alias_to_test_event()
397 pmu_name, alias->pmu_name, test_event in compare_alias_to_test_event()
350 compare_alias_to_test_event(struct pmu_event_info *alias, struct perf_pmu_test_event const *test_event, char const *pmu_name) compare_alias_to_test_event() argument
418 struct perf_pmu_test_event const *test_event = *test_event_table; test__pmu_event_table_core_callback() local
449 struct perf_pmu_test_event const *test_event = *test_event_table; test__pmu_event_table_sys_callback() local
508 struct perf_pmu_test_event const *test_event; global() member
559 struct perf_pmu_test_event test_event = **test_event_table; __test_core_pmu_event_aliases() local
610 struct perf_pmu_test_event test_event = **table; __test_uncore_pmu_event_aliases() local
[all...]
H A Dparse-events.c2376 static int test_event(const struct evlist_test *e) in test_event() function
2453 test_ret = test_event(e); in test_events()
2551 test_ret = test_event(&e); in test__pmu_events()
2577 test_ret = test_event(&e); in test__pmu_events()
2672 return test_event(&e); in test__pmu_events_alias()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c138 struct fsnotify_event *test_event; in fanotify_merge() local
153 list_for_each_entry_reverse(test_event, list, list) { in fanotify_merge()
156 if (fanotify_should_merge(test_event, event)) { in fanotify_merge()
157 FANOTIFY_E(test_event)->mask |= new->mask; in fanotify_merge()
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dhybrid.c220 static int test_event(const struct evlist_test *e) in test_event() function
272 test_ret = test_event(e); in test_events()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dpmu-events.c256 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument
261 if (!strcmp(test_event, alias->name)) in find_alias()
H A Dparse-events.c1873 static int test_event(struct evlist_test *e) in test_event() function
1912 ret1 = test_event(e); in test_events()
2016 ret = test_event(&e); in test_pmu_events()
2022 ret = test_event(&e); in test_pmu_events()

Completed in 14 milliseconds