Searched refs:targets (Results 1 – 19 of 19) sorted by relevance
/tools/testing/selftests/ |
D | kselftest_deps.sh | 93 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/ |
D | objtool.h | 19 struct list_head targets; member
|
/tools/lib/bpf/ |
D | usdt.c | 584 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/ |
D | Makefile.build | 166 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 167 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Build.include | 55 # PHONY targets skipped in both cases.
|
/tools/testing/scatterlist/ |
D | Makefile | 12 targets: include $(TARGETS) target
|
/tools/testing/kunit/configs/android/ |
D | kunit_defconfig | 1 # Defconfig fragment for Android Kunit targets
|
/tools/testing/selftests/arm64/ |
D | README | 9 framework using standard Linux top-level-makefile targets:
|
/tools/objtool/ |
D | objtool.c | 137 list_add(&func->pv_target, &f->pv_ops[idx].targets); in objtool_pv_add()
|
D | check.c | 558 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/ |
D | Makefile | 28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
|
/tools/perf/ |
D | Makefile.perf | 628 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/ |
D | vxlan_bridge_1q_ipv6.sh | 719 local -a targets=("$h2_mac $h2" 740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \
|
D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \
|
D | vxlan_bridge_1d.sh | 464 local -a targets=("$h2_mac $h2"
|
D | vxlan_bridge_1d_ipv6.sh | 585 local -a targets=("$h2_mac $h2"
|
/tools/bpf/bpftool/ |
D | Makefile | 145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
|
/tools/perf/tests/ |
D | make | 397 # Add feature dump dependency for run/run_O targets
|
/tools/perf/Documentation/ |
D | perf-config.txt | 394 Default is '1', meaning just jump targets will have offsets show right beside
|