/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.h | 23 int i, found = 1; in validate_gpr() local 29 found = 0; in validate_gpr() 33 if (!found) in validate_gpr() 41 int i, found = 1; in validate_fpr() local 46 found = 0; in validate_fpr() 50 if (!found) in validate_fpr() 58 int i, found = 1; in validate_fpr_float() local 63 found = 0; in validate_fpr_float() 67 if (!found) in validate_fpr_float()
|
/tools/testing/selftests/powerpc/cache_shape/ |
D | cache_shape.c | 55 int found; in test_cache_shape() local 59 found = 0; in test_cache_shape() 63 found++; in test_cache_shape() 69 found++; in test_cache_shape() 75 found++; in test_cache_shape() 81 found++; in test_cache_shape() 87 found++; in test_cache_shape() 93 found++; in test_cache_shape() 99 found++; in test_cache_shape() 105 found++; in test_cache_shape() [all …]
|
/tools/perf/tests/ |
D | keep-tracking.c | 37 int i, found; in find_comm() local 39 found = 0; in find_comm() 49 found += 1; in find_comm() 54 return found; in find_comm() 78 int found, err = -1; in test__keep_tracking() local 123 found = find_comm(evlist, comm); in test__keep_tracking() 124 if (found != 1) { in test__keep_tracking() 145 found = find_comm(evlist, comm); in test__keep_tracking() 146 if (found != 1) { in test__keep_tracking()
|
/tools/perf/util/ |
D | find-map.c | 6 int found = 0; in find_map() local 14 while (!found && fgets(line, sizeof(line), maps)) { in find_map() 25 found = 1; in find_map() 29 return !found; in find_map()
|
D | vdso.c | 32 bool found; member 79 if (vdso_file->found) in get_file() 103 vdso_file->found = (vdso != NULL); in get_file() 104 vdso_file->error = !vdso_file->found; in get_file() 115 if (vdso_info->vdso.found) in machine__exit_vdso() 118 if (vdso_info->vdso32.found) in machine__exit_vdso() 120 if (vdso_info->vdsox32.found) in machine__exit_vdso() 218 if (vdso_file->found) in vdso__get_compat_file() 232 vdso_file->found = true; in vdso__get_compat_file()
|
/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 49 libusb_device *found; member 65 state->found = NULL; in test_init() 92 state->found = dev; in test_init() 97 if (!state->found) { in test_init() 102 ret = libusb_open(state->found, &state->handle); in test_init() 164 libusb_get_config_descriptor(state.found, 0, &conf); in main()
|
/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 49 libusb_device *found; member 65 state->found = NULL; in test_init() 92 state->found = dev; in test_init() 97 if (!state->found) { in test_init() 102 ret = libusb_open(state->found, &state->handle); in test_init() 164 libusb_get_config_descriptor(state.found, 0, &conf); in main()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | trace_printk.c | 13 int err, iter = 0, duration = 0, found = 0; in test_trace_printk() local 62 found++; in test_trace_printk() 63 if (found == bss->trace_printk_ran) in test_trace_printk() 69 if (CHECK(!found, "message from bpf_trace_printk not found", in test_trace_printk()
|
D | test_global_funcs.c | 6 bool found; variable 23 found = true; in libbpf_debug_print() 42 found = false; in check_load() 88 CHECK(found, "", "expected string '%s'", err_str); in test_test_global_funcs()
|
D | get_stack_raw_tp.c | 36 bool found = false; in get_stack_print_output() local 45 found = num_stack > 0; in get_stack_print_output() 50 found = true; in get_stack_print_output() 55 if (found) { in get_stack_print_output()
|
D | bpf_tcp_ca.c | 215 static bool found; variable 232 found = true; in libbpf_debug_print() 244 found = false; in test_invalid_license() 249 ASSERT_EQ(found, true, "expected_err_msg"); in test_invalid_license() 314 found = false; in test_rel_setsockopt() 321 ASSERT_TRUE(found, "expected_err_msg"); in test_rel_setsockopt()
|
D | resolve_btfids.c | 147 bool found = false; in test_resolve_btfids() local 152 found = true; in test_resolve_btfids() 156 ret = CHECK(!found, "id_check", in test_resolve_btfids()
|
/tools/testing/selftests/kvm/x86_64/ |
D | xss_msr_test.c | 23 bool found = false; in is_supported_msr() local 29 found = true; in is_supported_msr() 35 return found; in is_supported_msr()
|
/tools/usb/usbip/src/ |
D | usbip_detach.c | 39 int found = 0; in detach_port() local 62 found = 1; in detach_port() 70 if (!found) { in detach_port()
|
/tools/lib/api/fs/ |
D | fs.c | 92 bool found; member 151 bool found = false; in fs__read_mounts() local 159 while (!found && in fs__read_mounts() 164 found = true; in fs__read_mounts() 169 return fs->found = found; in fs__read_mounts() 191 fs->found = true; in fs__check_mounts() 230 fs->found = true; in fs__env_override() 255 if (fs->found) in fs__mountpoint()
|
/tools/lib/traceevent/plugins/ |
D | plugin_sched_switch.c | 15 int found = 0; in write_state() local 22 if (found) in write_state() 25 found = 1; in write_state() 29 if (!found) in write_state()
|
/tools/perf/ |
D | Makefile.config | 258 $(call $(error $(PYTHON)-config not found))) 423 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 435 msg := $(error No libasan found, please install libasan); 441 msg := $(error No libubsan found, please install libubsan); 446 msg := $(error No static glibc found, please install glibc-static); 448 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); 455 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 460 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 513 …dummy := $(error Error: No libopencsd library found or the version is not up-to-date. Please insta… 529 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); [all …]
|
/tools/perf/Documentation/ |
D | perf-archive.txt | 6 perf-archive - Create archive with object files with build-ids found in perf.data file 16 buildids found so that analysis of perf.data contents can be possible on another
|
/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.c | 9 struct _aarch64_ctx *found = NULL; in get_header() local 12 return found; in get_header() 20 found = head; in get_header() 25 return found; in get_header()
|
/tools/bpf/bpftool/ |
D | tracelog.c | 69 bool found = false; in get_tracefs_pipe() local 85 found = true; in get_tracefs_pipe() 91 if (found && validate_tracefs_mnt(mnt, TRACEFS_MAGIC)) in get_tracefs_pipe()
|
/tools/perf/arch/ |
D | common.c | 94 bool found = false; in lookup_path() local 110 found = true; in lookup_path() 116 return found; in lookup_path()
|
/tools/testing/selftests/cpufreq/ |
D | governor.sh | 90 local found=$(cat $filepath | grep $2 | wc -l) 91 if [ $found = 0 ]; then
|
/tools/testing/selftests/arm64/ |
D | README | 5 completely when env-variable ARCH is found to be different than 'arm64' 24 Further details on building and running KFST can be found in:
|
/tools/build/feature/ |
D | test-libunwind-debug-frame.c | 6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
|
D | test-libunwind-debug-frame-aarch64.c | 6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
|