| /tools/testing/selftests/bpf/prog_tests/ |
| A D | uretprobe_stack.c | 65 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 D | kselftest_deps.sh | 93 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 D | Makefile | 190 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 D | Makefile | 162 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 D | sysfs_update_schemes_tried_regions_hang.py | 14 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | damon_nr_regions.py | 28 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)], 95 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | damos_apply_interval.py | 18 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | damos_tried_regions.py | 18 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | sysfs_update_schemes_tried_regions_wss_estimation.py | 16 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | drgn_dump_damon_status.py | 78 def targets_to_list(targets): argument 81 'struct damon_target', targets.address_of_(), 'list')]
|
| A D | damos_quota.py | 20 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | damos_quota_goal.py | 19 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
|
| A D | _damon_sysfs.py | 591 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 D | sysfs.py | 186 targets=[_damon_sysfs.DamonTarget(pid=-1)],
|
| /tools/objtool/include/objtool/ |
| A D | objtool.h | 19 struct list_head targets; member
|
| /tools/lib/bpf/ |
| A D | usdt.c | 585 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 D | Makefile.build | 158 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 159 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
| A D | Build.include | 57 # PHONY targets skipped in both cases.
|
| /tools/objtool/ |
| A D | objtool.c | 69 list_add(&func->pv_target, &f->pv_ops[idx].targets); in objtool_pv_add()
|
| /tools/testing/radix-tree/ |
| A D | Makefile | 11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
|
| /tools/testing/rbtree/ |
| A D | Makefile | 15 targets: $(TARGETS) target
|
| /tools/testing/scatterlist/ |
| A D | Makefile | 12 targets: include $(TARGETS) target
|
| /tools/testing/selftests/arm64/ |
| A D | README | 9 framework using standard Linux top-level-makefile targets:
|
| /tools/testing/selftests/kho/ |
| A D | vmtest.sh | 25 supported targets: aarch64, x86_64
|
| /tools/testing/selftests/net/forwarding/ |
| A 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" \
|