Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 115) sorted by relevance

12345

/tools/testing/selftests/powerpc/ptrace/
Dptrace-gpr.h23 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/
Dcache_shape.c55 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/
Dkeep-tracking.c37 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/
Dfind-map.c6 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()
Dvdso.c32 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/
Dtest.c49 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/
Dtest.c49 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/
Dtrace_printk.c13 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()
Dtest_global_funcs.c6 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()
Dget_stack_raw_tp.c36 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()
Dbpf_tcp_ca.c215 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()
Dresolve_btfids.c147 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/
Dxss_msr_test.c23 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/
Dusbip_detach.c39 int found = 0; in detach_port() local
62 found = 1; in detach_port()
70 if (!found) { in detach_port()
/tools/lib/api/fs/
Dfs.c92 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/
Dplugin_sched_switch.c15 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/
DMakefile.config258 $(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/
Dperf-archive.txt6 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/
Dtestcases.c9 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/
Dtracelog.c69 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/
Dcommon.c94 bool found = false; in lookup_path() local
110 found = true; in lookup_path()
116 return found; in lookup_path()
/tools/testing/selftests/cpufreq/
Dgovernor.sh90 local found=$(cat $filepath | grep $2 | wc -l)
91 if [ $found = 0 ]; then
/tools/testing/selftests/arm64/
DREADME5 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/
Dtest-libunwind-debug-frame.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
Dtest-libunwind-debug-frame-aarch64.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,

12345