Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dattr.c47 test_attr__enabled = (dir != NULL); in test_attr__init()
162 if (unlikely(test_attr__enabled) && !ready) in test_attr__ready()
/linux-6.1.9/tools/perf/util/
Dutil.h68 extern bool test_attr__enabled;
Dutil.c77 bool test_attr__enabled; variable
Devsel.c2104 if (unlikely(test_attr__enabled)) { in evsel__open_cpu()