Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c23 #define TEST_TAG_LOG_LEVEL_PFX "comment:test_log_level=" macro
249 } else if (str_has_pfx(s, TEST_TAG_LOG_LEVEL_PFX)) { in parse_test_spec()
250 val = s + sizeof(TEST_TAG_LOG_LEVEL_PFX) - 1; in parse_test_spec()