/tools/perf/util/ |
A D | trace-event-scripting.c | 32 char spec[]; member 37 static struct script_spec *script_spec__new(const char *spec, in script_spec__new() 55 static struct script_spec *script_spec__find(const char *spec) in script_spec__find() 65 static int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register() 81 struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup() 91 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec)) in script_spec__for_each()
|
A D | branch.c | 216 const char *branch_spec_desc(int spec) in branch_spec_desc()
|
A D | branch.h | 25 u64 spec:2; member
|
/tools/lib/bpf/ |
A D | usdt.bpf.h | 97 struct __bpf_usdt_spec *spec; in bpf_usdt_arg_cnt() local 118 struct __bpf_usdt_spec *spec; in bpf_usdt_arg_size() local 150 struct __bpf_usdt_spec *spec; in bpf_usdt_arg() local 233 struct __bpf_usdt_spec *spec; in bpf_usdt_cookie() local
|
A D | relo_core.c | 265 struct bpf_core_spec *spec) in bpf_core_parse_spec() 485 struct bpf_core_spec *spec, in bpf_core_match_member() 680 const struct bpf_core_spec *spec, in bpf_core_calc_field_relo() 820 const struct bpf_core_spec *spec, in bpf_core_calc_type_relo() 864 const struct bpf_core_spec *spec, in bpf_core_calc_enumval_relo() 1172 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec) in bpf_core_format_spec()
|
A D | relo_core.h | 32 struct bpf_core_accessor spec[BPF_CORE_SPEC_MAX_LEN]; member
|
A D | usdt.c | 240 struct usdt_spec spec; member 1192 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) in parse_usdt_spec()
|
A D | libbpf.c | 7720 struct bpf_core_spec spec; in fixup_log_failed_core_relo() local 11811 const char *spec; in attach_kprobe_multi() local 11843 const char *spec; in attach_kprobe_session() local
|
/tools/testing/selftests/bpf/ |
A D | test_loader.c | 133 static void free_test_spec(struct test_spec *spec) in free_test_spec() 398 struct test_spec *spec) in parse_test_spec() 661 struct test_spec *spec, in prepare_case() 812 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv() 884 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run() 941 struct test_spec *spec, in run_subtest() 1159 struct test_spec *spec = &specs[i++]; in process_subtest() local
|
/tools/testing/selftests/breakpoints/ |
A D | step_after_suspend_test.c | 161 struct itimerspec spec = {}; in suspend() local
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | reg_bounds.c | 852 int branch_taken, struct case_spec spec, in load_range_cmp_prog() 1154 static int parse_range_cmp_log(const char *log_buf, struct case_spec spec, in parse_range_cmp_log() 1408 struct case_spec spec = { in verify_case_op() local
|
/tools/net/ynl/pyynl/ |
A D | ynl_gen_c.py | 1346 def _load_nested_set_nest(self, spec): argument 1367 def _load_nested_set_submsg(self, spec): argument
|
/tools/perf/ |
A D | builtin-record.c | 3909 const char **spec; in record__init_thread_numa_masks() local 3942 char *user_spec, *spec, *spec_ptr, *mask, *mask_ptr, *dup_mask = NULL; in record__init_thread_user_masks() local
|
A D | builtin-script.c | 2914 static int list_available_languages_cb(struct scripting_ops *ops, const char *spec) in list_available_languages_cb() 2963 char spec[PATH_MAX]; in parse_scriptname() local
|
A D | builtin-lock.c | 2511 static bool add_lock_delay(char *spec) in add_lock_delay()
|
/tools/include/uapi/linux/ |
A D | perf_event.h | 1458 spec : 2, /* branch speculation info */ member
|