Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dperf.h9 extern bool test_attr__enabled;
Dperf-sys.h113 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
/linux-4.4.14/tools/perf/tests/
Dattr.c39 test_attr__enabled = (dir != NULL); in test_attr__init()
/linux-4.4.14/tools/perf/util/
Dutil.c33 bool test_attr__enabled; variable