Home
last modified time | relevance | path

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

/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c135 struct fsnotify_event *test_event; in fanotify_merge() local
149 list_for_each_entry_reverse(test_event, list, list) { in fanotify_merge()
150 if (fanotify_should_merge(test_event, event)) { in fanotify_merge()
151 FANOTIFY_E(test_event)->mask |= new->mask; in fanotify_merge()
/Linux-v5.10/tools/perf/tests/
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()
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()