Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/notify/fanotify/
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-5.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()
/kernel/liteos_m/testsuites/sample/kernel/event/
DBUILD.gn32 static_library("test_event") {
/kernel/liteos_m/testsuites/
DBUILD.gn64 "sample/kernel/event:test_event",