Searched refs:spec (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 136 struct itimerspec spec = {}; in suspend() local 151 spec.it_value.tv_sec = 5; in suspend() 152 err = timerfd_settime(timerfd, 0, &spec, NULL); in suspend()
|
/tools/perf/util/ |
D | expr.l | 87 spec \\{sch} 89 symbol ({spec}|{sym})+
|
D | trace-event.h | 92 int script_spec_register(const char *spec, struct scripting_ops *ops);
|
D | stat.c | 99 ID(TOPDOWN_BAD_SPEC, topdown-bad-spec),
|
/tools/lib/bpf/ |
D | libbpf.c | 4383 struct bpf_core_accessor spec[BPF_CORE_SPEC_MAX_LEN]; member 4517 struct bpf_core_spec *spec) in bpf_core_parse_spec() argument 4529 memset(spec, 0, sizeof(*spec)); in bpf_core_parse_spec() 4530 spec->btf = btf; in bpf_core_parse_spec() 4531 spec->root_type_id = type_id; in bpf_core_parse_spec() 4532 spec->relo_kind = relo_kind; in bpf_core_parse_spec() 4547 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_parse_spec() 4550 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_parse_spec() 4553 if (spec->raw_len == 0) in bpf_core_parse_spec() 4560 access_idx = spec->raw_spec[0]; in bpf_core_parse_spec() [all …]
|
/tools/perf/ |
D | builtin-script.c | 2548 char spec[]; member 2553 static struct script_spec *script_spec__new(const char *spec, in script_spec__new() argument 2556 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1); in script_spec__new() 2559 strcpy(s->spec, spec); in script_spec__new() 2571 static struct script_spec *script_spec__find(const char *spec) in script_spec__find() argument 2576 if (strcasecmp(s->spec, spec) == 0) in script_spec__find() 2581 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register() argument 2585 s = script_spec__find(spec); in script_spec_register() 2589 s = script_spec__new(spec, ops); in script_spec_register() 2598 static struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup() argument [all …]
|
D | Makefile.perf | 677 perf.spec $(SCRIPTS) \ 1012 …$(call QUIET_CLEAN, core-gen) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h T…
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 547 spec = "" 549 spec += " prio %d" % (prio) 551 spec += " handle %s" % (handle) 553 spec += " chain %d" % (chain) 556 .format(op=op, dev=self['ifname'], qdisc=qdisc, spec=spec,
|
/tools/perf/Documentation/ |
D | security.txt | 22 # rpmbuild -bp selinux-policy.spec 71 # rpmbuild --noclean --noprep -ba selinux-policy.spec
|
D | topdown.txt | 238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
|
/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 231 $(BUILD_PATH)/init-cpio-spec.txt: 261 $(KERNEL_BZIMAGE): $(KERNEL_BUILD_PATH)/.config $(BUILD_PATH)/init-cpio-spec.txt $(MUSL_PATH)/lib/l…
|