Searched refs:DEBUG (Results 1 – 25 of 27) sorted by relevance
12
/tools/perf/ |
D | Makefile | 45 ifeq ($(DEBUG),) 46 override DEBUG = 0 51 override DEBUG = 0
|
D | Makefile.config | 195 ifndef DEBUG 196 DEBUG := 0 199 ifeq ($(DEBUG),0) 285 ifeq ($(DEBUG),0)
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 29 #define DEBUG 0 macro 108 if (DEBUG) in tm_una_ping() 259 if (DEBUG) in tm_una_ping() 289 if (DEBUG) in tm_una_pong() 333 if (DEBUG) in test_fp_vec()
|
/tools/power/acpi/ |
D | Makefile.config | 26 DEBUG ?= true 82 ifeq ($(strip $(DEBUG)),true)
|
/tools/power/cpupower/bench/ |
D | config.h | 18 #ifdef DEBUG
|
/tools/lib/subcmd/ |
D | Makefile | 25 ifeq ($(DEBUG),0) 31 ifeq ($(DEBUG),1)
|
/tools/lib/api/ |
D | Makefile | 23 ifeq ($(DEBUG),0) 31 ifeq ($(DEBUG),0)
|
/tools/power/cpupower/utils/ |
D | cpupower.c | 38 #ifdef DEBUG 66 #ifdef DEBUG in print_help() 156 #ifdef DEBUG in handle_options()
|
/tools/testing/selftests/bpf/progs/ |
D | dev_cgroup.c | 16 #ifdef DEBUG in bpf_prog1()
|
/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 176 DEBUG("Dirtied %"PRIu64" pages\n", pages_count); in vcpu_worker() 314 DEBUG("guest physical test memory offset: 0x%lx\n", guest_test_phys_mem); in run_test() 381 DEBUG("Total bits checked: dirty (%"PRIu64"), clear (%"PRIu64"), " in run_test() 498 DEBUG("Test iterations: %"PRIu64", interval: %"PRIu64" (ms)\n", in main()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | amd_fam14h_idle.c | 88 #ifdef DEBUG 236 #ifdef DEBUG in amd_fam14h_start() 256 #ifdef DEBUG in amd_fam14h_stop()
|
/tools/virtio/virtio-trace/ |
D | trace-agent.h | 70 #ifdef DEBUG
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 111 DEBUG=1 189 DEBUG=0 197 [ $DEBUG -ne 0 ] && set -x
|
/tools/perf/Documentation/ |
D | Build.txt | 61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address' 70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
|
/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 46 #ifdef DEBUG
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 28 #define DEBUG(...) printf(__VA_ARGS__); macro 30 #define DEBUG(...) macro
|
/tools/laptop/dslm/ |
D | dslm.c | 18 #ifdef DEBUG
|
/tools/virtio/linux/ |
D | kernel.h | 123 #ifdef DEBUG
|
/tools/power/cpupower/ |
D | Makefile | 26 DEBUG ?= true macro
|
/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 19 #define DEBUG macro 20 #ifdef DEBUG
|
/tools/perf/tests/ |
D | make | 65 make_debug := DEBUG=1 277 ifdef DEBUG
|
D | attr.py | 344 level = logging.DEBUG
|
/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 32 #define DEBUG 0x0001 macro 46 if (DEBUG & level) in debug_print()
|
/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 226 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG)
|
/tools/testing/selftests/bpf/ |
D | test_cgroup_attach.c | 45 #ifdef DEBUG
|
12