Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c136 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/
Dexpr.l87 spec \\{sch}
89 symbol ({spec}|{sym})+
Dtrace-event.h92 int script_spec_register(const char *spec, struct scripting_ops *ops);
Dstat.c99 ID(TOPDOWN_BAD_SPEC, topdown-bad-spec),
/tools/lib/bpf/
Dlibbpf.c4383 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/
Dbuiltin-script.c2548 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 …]
DMakefile.perf677 perf.spec $(SCRIPTS) \
1012 …$(call QUIET_CLEAN, core-gen) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h T…
/tools/testing/selftests/bpf/
Dtest_offload.py547 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/
Dsecurity.txt22 # rpmbuild -bp selinux-policy.spec
71 # rpmbuild --noclean --noprep -ba selinux-policy.spec
Dtopdown.txt238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
/tools/testing/selftests/wireguard/qemu/
DMakefile231 $(BUILD_PATH)/init-cpio-spec.txt:
261 $(KERNEL_BZIMAGE): $(KERNEL_BUILD_PATH)/.config $(BUILD_PATH)/init-cpio-spec.txt $(MUSL_PATH)/lib/l…