Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/prog_tests/
A Duretprobe_stack.c65 static struct range targets[] = { variable
95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack()
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack()
149 2, &caller, &targets[1]); in test_uretprobe_stack()
152 3, &caller, &targets[1], &targets[1]); in test_uretprobe_stack()
155 4, &caller, &targets[1], &targets[1], &targets[2]); in test_uretprobe_stack()
158 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
161 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
167 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
175 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
[all …]
/tools/testing/selftests/
A Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
272 targets=$(echo "$targets" | grep -v "$fail_target")
292 echo -e "$targets";
/tools/sched_ext/
A DMakefile190 c-sched-targets = scx_simple scx_qmap scx_central scx_flatcg
192 $(addprefix $(BINDIR)/,$(c-sched-targets)): \
201 $(c-sched-targets): %: $(BINDIR)/%
210 rm -f $(c-sched-targets)
220 @printf ' %s\n' $(c-sched-targets)
249 all_targets: $(c-sched-targets)
251 .PHONY: all all_targets $(c-sched-targets) clean help
/tools/testing/selftests/sched_ext/
A DMakefile162 auto-test-targets := \
187 testcase-targets := $(addsuffix .o,$(addprefix $(SCXOBJ_DIR)/,$(auto-test-targets)))
198 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_…
205 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
/tools/testing/selftests/damon/
A Dsysfs_update_schemes_tried_regions_hang.py14 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Ddamon_nr_regions.py28 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
95 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Ddamos_apply_interval.py18 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Ddamos_tried_regions.py18 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Dsysfs_update_schemes_tried_regions_wss_estimation.py16 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Ddrgn_dump_damon_status.py78 def targets_to_list(targets): argument
81 'struct damon_target', targets.address_of_(), 'list')]
A Ddamos_quota.py20 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A Ddamos_quota_goal.py19 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
A D_damon_sysfs.py591 targets = None variable in DamonCtx
596 def __init__(self, ops='paddr', monitoring_attrs=DamonAttrs(), targets=[], argument
602 self.targets = targets
603 for idx, target in enumerate(self.targets):
630 if int(content) != len(self.targets):
631 err = write_file(nr_targets_file, '%d' % len(self.targets))
634 for target in self.targets:
A Dsysfs.py186 targets=[_damon_sysfs.DamonTarget(pid=-1)],
/tools/objtool/include/objtool/
A Dobjtool.h19 struct list_head targets; member
/tools/lib/bpf/
A Dusdt.c585 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local
768 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets)); in collect_usdt_targets()
773 targets = tmp; in collect_usdt_targets()
775 target = &targets[target_cnt]; in collect_usdt_targets()
794 *out_targets = targets; in collect_usdt_targets()
802 free(targets); in collect_usdt_targets()
967 struct usdt_target *targets = NULL; in usdt_manager_attach_usdt() local
993 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt()
1033 struct usdt_target *target = &targets[i]; in usdt_manager_attach_usdt()
1114 free(targets); in usdt_manager_attach_usdt()
[all …]
/tools/build/
A DMakefile.build158 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
159 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
A DBuild.include57 # PHONY targets skipped in both cases.
/tools/objtool/
A Dobjtool.c69 list_add(&func->pv_target, &f->pv_ops[idx].targets); in objtool_pv_add()
/tools/testing/radix-tree/
A DMakefile11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
/tools/testing/rbtree/
A DMakefile15 targets: $(TARGETS) target
/tools/testing/scatterlist/
A DMakefile12 targets: include $(TARGETS) target
/tools/testing/selftests/arm64/
A DREADME9 framework using standard Linux top-level-makefile targets:
/tools/testing/selftests/kho/
A Dvmtest.sh25 supported targets: aarch64, x86_64
/tools/testing/selftests/net/forwarding/
A Dvxlan_bridge_1q_ipv6.sh719 local -a targets=("$h2_mac $h2"
740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \

Completed in 28 milliseconds

12