Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.c89 static bool test_attr__enabled(void) in test_attr__enabled() function
91 static bool test_attr__enabled; in test_attr__enabled() local
97 test_attr__enabled = (dir != NULL); in test_attr__enabled()
100 return test_attr__enabled; in test_attr__enabled()
2655 if (unlikely(test_attr__enabled())) { in evsel__open_cpu()