Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dattr.c47 test_attr__enabled = (dir != NULL); in test_attr__init()
162 if (unlikely(test_attr__enabled) && !ready) in test_attr__ready()
/openbmc/linux/tools/perf/util/
H A Dutil.h76 extern bool test_attr__enabled;
H A Dutil.c79 bool test_attr__enabled; variable
H A Devsel.c2089 if (unlikely(test_attr__enabled)) { in evsel__open_cpu()