Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dutil.c80 bool test_attr__enabled; variable
H A Devsel.c90 static bool test_attr__enabled(void) in test_attr__enabled() function
92 static bool test_attr__enabled; in test_attr__enabled() local
98 test_attr__enabled = (dir != NULL); in test_attr__enabled()
101 return test_attr__enabled; in test_attr__enabled()
2875 if (unlikely(test_attr__enabled())) { in evsel__open_cpu()