Home
last modified time | relevance | path

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

/tools/perf/
Dperf-sys.h72 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
Dperf.h10 extern bool test_attr__enabled;
/tools/perf/tests/
Dattr.c45 test_attr__enabled = (dir != NULL); in test_attr__init()
154 if (unlikely(test_attr__enabled) && !ready) in test_attr__ready()
/tools/perf/util/
Dutil.c32 bool test_attr__enabled; variable