Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 61) sorted by relevance

123

/tools/bpf/bpftool/
Dcfg.c48 #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 …]
Dstruct_ops.c188 static struct res do_search(const char *name, work_func func, void *data, in do_search()
237 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id()
302 work_func func, void *data, in do_work_on_struct_ops()
/tools/include/linux/
Dobjtool.h72 #define STACK_FRAME_NON_STANDARD(func) \ argument
82 #define STACK_FRAME_NON_STANDARD_FP(func) STACK_FRAME_NON_STANDARD(func) argument
84 #define STACK_FRAME_NON_STANDARD_FP(func) argument
Dstatic_call_types.h37 #define DECLARE_STATIC_CALL(name, func) \ argument
62 void *func; member
77 void *func; member
95 void *func; member
/tools/power/cpupower/utils/helpers/
Dpci.c27 int slot, int func, int vendor, int dev) in pci_acc_init()
58 int func) in pci_slot_func_init()
/tools/testing/selftests/bpf/prog_tests/
Dcore_read_macros.c8 void (*func)(struct callback_head *head); member
18 void (*func)(struct callback_head *head); member
Dlookup_key.c22 char *func; in libbpf_print_cb() local
/tools/objtool/
Dcheck.c65 struct symbol *func = insn->func; in next_insn_same_func() local
92 #define func_for_each_insn(file, func, insn) \ argument
156 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
253 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
365 struct symbol *func; in decode_instructions() local
459 struct symbol *sym, *func; in add_pv_ops() local
905 struct symbol *func; in add_ignores() local
1118 struct symbol *func; in add_uaccess_safe() local
1916 struct symbol *func, in find_jump_table()
1959 struct symbol *func) in mark_func_jump_tables()
[all …]
Dobjtool.c115 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
/tools/lib/traceevent/plugins/
Dplugin_function.c120 const char *func, unsigned long long function) in show_function()
137 const char *func; in function_handler() local
178 const char *func; in trace_stack_handler() local
Dplugin_kmem.c18 const char *func; in call_site_handler() local
/tools/arch/x86/kcpuid/
Dkcpuid.c138 struct cpuid_func *func; in cpuid_store() local
187 struct cpuid_func *func = &range->funcs[f]; in raw_dump_range() local
292 struct cpuid_func *func; in parse_line() local
480 static void show_func(struct cpuid_func *func) in show_func()
515 struct cpuid_func *func; in show_info() local
/tools/testing/selftests/bpf/progs/
Dsample_ret0.c4 int func() in func() function
Dsample_map_ret0.c20 SEC(".text") int func() in func() function
Dexhandler_kern.c23 void *func; in BPF_PROG() local
Dtest_core_read_macros.c12 void (*func)(struct callback_head___shuffled *head); member
Dkfree_skb.c21 void (*func)(struct callback_head *head); member
65 void *func; in BPF_PROG() local
Dbtf_dump_test_case_ordering.c47 void (*func)(struct callback_head *); member
Dbtf_data.c47 int func(struct root_struct *root) in func() function
/tools/testing/memblock/tests/
Dcommon.h143 static inline void run_top_down(int (*func)()) in run_top_down()
151 static inline void run_bottom_up(int (*func)()) in run_bottom_up()
/tools/lib/api/
Ddebug-internal.h7 #define __pr(func, fmt, ...) \ argument
/tools/testing/selftests/timens/
Dlog.h10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
/tools/lib/traceevent/
Devent-parse.c86 tep_event_handler_func func; member
99 tep_func_handler func; member
392 char *func; member
399 char *func; member
479 struct func_map *func; in __find_func() local
494 tep_func_resolver_t *func; member
509 tep_func_resolver_t *func, void *priv) in tep_set_function_resolver()
608 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function()
2990 struct tep_function_handler *func; in find_func_handler() local
3005 struct tep_function_handler *func; in remove_func_handler() local
[all …]
/tools/perf/util/
Dbpf_ftrace.c23 struct filter_entry *func; in perf_ftrace__latency_prepare_bpf() local
Dtrace-event.c57 tep_func_resolver_t *func) in trace_event__register_resolver()

123