/tools/bpf/bpftool/ |
D | cfg.c | 48 #define func_prev(func) list_prev_entry(func, l) argument 49 #define func_next(func) list_next_entry(func, l) argument 52 #define entry_bb(func) func_first_bb(func) argument 53 #define exit_bb(func) func_last_bb(func) argument 58 #define func_first_bb(func) \ argument 60 #define func_last_bb(func) \ argument 65 struct func_node *new_func, *func; in cfg_append_func() local 88 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb() 134 struct func_node *func, *last_func; in cfg_partition_funcs() local 165 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head() [all …]
|
D | main.h | 134 int (*func)(int argc, char **argv); member
|
/tools/objtool/ |
D | check.c | 59 struct symbol *func = insn->func; in next_insn_same_func() local 75 #define func_for_each_insn_all(file, func, insn) \ argument 80 #define func_for_each_insn(file, func, insn) \ argument 87 #define func_for_each_insn_continue_reverse(file, func, insn) \ argument 123 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 207 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 233 struct symbol *func; in decode_instructions() local 403 struct symbol *func; in add_ignores() local 495 struct symbol *func; in add_uaccess_safe() local 999 struct symbol *func, in find_jump_table() [all …]
|
D | warn.h | 20 struct symbol *func; in offstr() local
|
D | check.h | 44 struct symbol *func; member
|
D | elf.c | 121 struct symbol *func; in find_containing_func() local
|
/tools/power/cpupower/utils/helpers/ |
D | pci.c | 27 int slot, int func, int vendor, int dev) in pci_acc_init() 58 int func) in pci_slot_func_init()
|
/tools/testing/selftests/bpf/progs/ |
D | sample_ret0.c | 4 int func() in func() function
|
D | sample_map_ret0.c | 20 SEC(".text") int func() in func() function
|
D | btf_dump_test_case_ordering.c | 47 void (*func)(struct callback_head *); member
|
/tools/lib/traceevent/plugins/ |
D | plugin_kmem.c | 33 const char *func; in call_site_handler() local
|
D | plugin_function.c | 132 const char *func; in function_handler() local
|
/tools/lib/api/ |
D | debug-internal.h | 7 #define __pr(func, fmt, ...) \ argument
|
/tools/perf/tests/ |
D | clang.c | 7 int (*func)(void); member
|
D | tests.h | 32 int (*func)(struct test *test, int subtest); member
|
/tools/testing/selftests/bpf/ |
D | trace_helpers.c | 25 char func[256], buf[256]; in load_kallsyms() local
|
/tools/testing/selftests/kvm/x86_64/ |
D | cr4_cpuid_sync_test.c | 28 int func, subfunc; in cr4_cpuid_is_sync() local
|
/tools/lib/traceevent/ |
D | event-parse.c | 79 tep_event_handler_func func; member 92 tep_func_handler func; member 398 char *func; member 405 char *func; member 485 struct func_map *func; in __find_func() local 500 tep_func_resolver_t *func; member 515 tep_func_resolver_t *func, void *priv) in tep_set_function_resolver() 614 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function() 2978 struct tep_function_handler *func; in find_func_handler() local 2993 struct tep_function_handler *func; in remove_func_handler() local [all …]
|
D | event-plugin.c | 276 tep_plugin_load_func func; in load_plugin() local 433 tep_plugin_unload_func func; in tep_unload_plugins() local
|
/tools/perf/util/ |
D | trace-event.c | 57 tep_func_resolver_t *func) in trace_event__register_resolver()
|
D | bpf-loader.c | 190 int (*func)(const char *, struct perf_probe_event *); member 750 bpf_prog_iter_callback_t func, in bpf__foreach_event() 1214 struct bpf_obj_config__map_func *func = in bpf__obj_config_map() local 1262 foreach_key_array_all(map_config_func_t func, in foreach_key_array_all() 1282 foreach_key_array_ranges(map_config_func_t func, void *arg, in foreach_key_array_ranges() 1310 map_config_func_t func, in bpf_map_config_foreach_key()
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/ |
D | types.h | 141 void (*func)(struct callback_head *head); member
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 24 work_func_t func; member
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 930 static int override_return_code(int dimm, unsigned int func, int rc) in override_return_code() 1182 static int get_dimm(struct nfit_mem *nfit_mem, unsigned int func) in get_dimm() 1201 unsigned int func = cmd; in nfit_test_ctl() local 2671 const guid_t *guid, u64 rev, u64 func, union acpi_object *argv4) in nfit_test_evaluate_dsm()
|
/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 373 void (*func)(int *); member
|