Searched refs:event_regex (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | trace_fs_test.c | 66 const char *const event_regex) in expect_truncated_path() argument 74 ASSERT_EQ(0, tracefs_extract_field(trace, event_regex, "path", path, in expect_truncated_path() 551 const char *const event_regex = REGEX_DENY_ACCESS_FS(TRACE_TASK); in TEST_F() local 568 count = tracefs_count_matches(buf, event_regex); in TEST_F() 573 ASSERT_EQ(0, tracefs_extract_field(buf, event_regex, "blockers", in TEST_F() 586 const char *const event_regex = REGEX_DENY_ACCESS_FS(TRACE_TASK); in TEST_F() local 631 count = tracefs_count_matches(buf, event_regex); in TEST_F() 636 ASSERT_EQ(0, tracefs_extract_field(buf, event_regex, "blockers", in TEST_F()
|
| H A D | net_test.c | 3662 const char *const event_regex = REGEX_DENY_ACCESS_NET(TRACE_TASK); in TEST_F() local 3727 count = tracefs_count_matches(buf, event_regex); in TEST_F() 3734 ASSERT_EQ(0, tracefs_extract_field(buf, event_regex, "port", field, in TEST_F()
|