Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/
Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
271 targets=$(echo "$targets" | grep -v "$fail_target")
291 echo -e "$targets";
/tools/objtool/include/objtool/
Dobjtool.h19 struct list_head targets; member
/tools/lib/bpf/
Dusdt.c584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets)); in collect_usdt_targets()
771 targets = tmp; in collect_usdt_targets()
773 target = &targets[target_cnt]; in collect_usdt_targets()
792 *out_targets = targets; in collect_usdt_targets()
800 free(targets); in collect_usdt_targets()
965 struct usdt_target *targets = NULL; in usdt_manager_attach_usdt() local
991 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt()
1031 struct usdt_target *target = &targets[i]; in usdt_manager_attach_usdt()
1112 free(targets); in usdt_manager_attach_usdt()
[all …]
/tools/build/
DMakefile.build166 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
167 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DBuild.include55 # PHONY targets skipped in both cases.
/tools/testing/scatterlist/
DMakefile12 targets: include $(TARGETS) target
/tools/testing/kunit/configs/android/
Dkunit_defconfig1 # Defconfig fragment for Android Kunit targets
/tools/testing/selftests/arm64/
DREADME9 framework using standard Linux top-level-makefile targets:
/tools/objtool/
Dobjtool.c137 list_add(&func->pv_target, &f->pv_ops[idx].targets); in objtool_pv_add()
Dcheck.c558 INIT_LIST_HEAD(&file->pv_ops[idx].targets); in init_pv_ops()
3386 list_for_each_entry(target, &file->pv_ops[idx].targets, pv_target) { in pv_call_dest()
/tools/testing/radix-tree/
DMakefile28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
/tools/perf/
DMakefile.perf628 tests-coresight-targets: FORCE
631 tests-coresight-targets-clean:
635 …shell_compatibility_test $(ALL_PROGRAMS) $(LANG_BINDINGS) $(OTHER_PROGRAMS) tests-coresight-targets
1132 …MBOL)-clean $(LIBPERF)-clean fixdep-clean python-clean bpf-skel-clean tests-coresight-targets-clean
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1q_ipv6.sh719 local -a targets=("$h2_mac $h2"
740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \
Dvxlan_bridge_1q.sh577 local -a targets=("$h2_mac $h2"
598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \
Dvxlan_bridge_1d.sh464 local -a targets=("$h2_mac $h2"
Dvxlan_bridge_1d_ipv6.sh585 local -a targets=("$h2_mac $h2"
/tools/bpf/bpftool/
DMakefile145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
/tools/perf/tests/
Dmake397 # Add feature dump dependency for run/run_O targets
/tools/perf/Documentation/
Dperf-config.txt394 Default is '1', meaning just jump targets will have offsets show right beside