Home
last modified time | relevance | path

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

123

/tools/perf/tests/
Dkeep-tracking.c29 int i, found; in find_comm() local
31 found = 0; in find_comm()
38 found += 1; in find_comm()
42 return found; in find_comm()
66 int found, err = -1; in test__keep_tracking() local
111 found = find_comm(evlist, comm); in test__keep_tracking()
112 if (found != 1) { in test__keep_tracking()
133 found = find_comm(evlist, comm); in test__keep_tracking()
134 if (found != 1) { in test__keep_tracking()
/tools/perf/util/
Dfind-vdso-map.c5 int found = 0; in find_vdso_map() local
13 while (!found && fgets(line, sizeof(line), maps)) { in find_vdso_map()
25 found = 1; in find_vdso_map()
29 return !found; in find_vdso_map()
Dcgroup.c16 int found = 0; in cgroupfs_find_mountpoint() local
37 found = 1; in cgroupfs_find_mountpoint()
43 if (found) in cgroupfs_find_mountpoint()
47 if (!found) in cgroupfs_find_mountpoint()
115 goto found; in add_cgroup()
122 found: in add_cgroup()
Ddrv_configs.c25 bool found = false; in perf_evsel__apply_drv_configs() local
32 found = true; in perf_evsel__apply_drv_configs()
45 if (!found || !pmu->set_drv_config) { in perf_evsel__apply_drv_configs()
Dvdso.c28 bool found; member
75 if (vdso_file->found) in get_file()
99 vdso_file->found = (vdso != NULL); in get_file()
100 vdso_file->error = !vdso_file->found; in get_file()
111 if (vdso_info->vdso.found) in machine__exit_vdso()
114 if (vdso_info->vdso32.found) in machine__exit_vdso()
116 if (vdso_info->vdsox32.found) in machine__exit_vdso()
214 if (vdso_file->found) in vdso__get_compat_file()
228 vdso_file->found = true; in vdso__get_compat_file()
Dmem-events.c46 bool found = false; in perf_mem_events__parse() local
64 e->record = found = true; in perf_mem_events__parse()
72 if (found) in perf_mem_events__parse()
82 bool found = false; in perf_mem_events__init() local
97 e->supported = found = true; in perf_mem_events__init()
100 return found ? 0 : -ENOENT; in perf_mem_events__init()
Dsrcline.c27 bool found; member
90 if (a2l->found) in find_address_in_section()
103 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section()
172 a2l->found = false; in addr2line()
176 if (a2l->found && unwind_inlines) { in addr2line()
185 if (a2l->found && a2l->filename) { in addr2line()
Dprobe-finder.c216 goto found; in convert_variable_location()
220 found: in convert_variable_location()
732 bool found; member
751 fsp->found = true; in find_best_scope_cb()
761 fsp->found = true; in find_best_scope_cb()
776 .found = false, in find_best_scope()
781 return fsp.found ? die_mem : NULL; in find_best_scope()
1051 int found; member
1070 param->found = 1; in pubname_search_cb()
1099 .found = 0, in debuginfo__find_probe_location()
[all …]
Dprobe-file.c419 goto found; in probe_cache__open()
446 found: in probe_cache__open()
602 goto found; in probe_cache__find()
611 goto found; in probe_cache__find()
615 found: in probe_cache__find()
630 goto found; in probe_cache__find_by_name()
634 found: in probe_cache__find_by_name()
/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/lib/api/fs/
Dfs.c82 bool found; member
128 bool found = false; in fs__read_mounts() local
136 while (!found && in fs__read_mounts()
141 found = true; in fs__read_mounts()
145 return fs->found = found; in fs__read_mounts()
167 fs->found = true; in fs__check_mounts()
205 fs->found = true; in fs__env_override()
228 if (fs->found) in fs__mountpoint()
/tools/lib/traceevent/
Dplugin_sched_switch.c29 int found = 0; in write_state() local
36 if (found) in write_state()
39 found = 1; in write_state()
43 if (!found) in write_state()
/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
Dperf-buildid-list.txt15 This command displays the buildids found in a perf.data file, so that other
/tools/perf/
DMakefile.config260 …msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please i…
270 msg := $(error No static glibc found, please install glibc-static);
272 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]);
279 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and…
283 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d…
315 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled);
360 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel…
400 msg := $(warning No debug_frame support found in libunwind-aarch64);
406 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_…
433 msg := $(warning Disabling post unwind, no support found.);
[all …]
DCREDITS30 The full history of the files can be found in the upstream Git commits.
/tools/perf/arch/
Dcommon.c81 bool found = false; in lookup_path() local
97 found = true; in lookup_path()
103 return found; in lookup_path()
/tools/build/feature/
Dtest-libunwind-debug-frame-arm.c5 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
Dtest-libunwind-debug-frame.c5 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
Dtest-libunwind-debug-frame-aarch64.c5 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c101 int found, i; in standard_ebb_callee() local
116 found = 0; in standard_ebb_callee()
119 found += count_pmc(i, sample_period); in standard_ebb_callee()
122 if (!found) in standard_ebb_callee()
/tools/perf/pmu-events/
Djsmn.c84 goto found; in jsmn_parse_primitive()
102 found: in jsmn_parse_primitive()
/tools/usb/usbip/
Dconfigure.ac70 [AC_MSG_RESULT([not found]); exit 1])
89 [where usb.ids is found (default /usr/share/hwdata/)])],
/tools/testing/selftests/x86/
Dtest_vsyscall.c102 bool found = false; in init_vsys() local
138 found = true; in init_vsys()
144 if (!found) { in init_vsys()

123