/tools/bpf/bpftool/ |
A 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 134 struct func_node *func, *last_func; in cfg_partition_funcs() local 337 struct func_node *func; in cfg_build() local 357 struct func_node *func, *func2; in cfg_destroy() local [all …]
|
A D | struct_ops.c | 186 static struct res do_search(const char *name, work_func func, void *data, in do_search() 235 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id() 306 work_func func, void *data, in do_work_on_struct_ops()
|
/tools/include/linux/ |
A D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ argument 62 void *func; member 77 void *func; member 95 void *func; member
|
/tools/objtool/ |
A D | check.c | 430 struct symbol *func; in decode_instructions() local 549 struct symbol *sym, *func; in add_pv_ops() local 990 struct symbol *func; in add_ignores() local 1215 struct symbol *func; in add_uaccess_safe() local 2111 struct symbol *func) in mark_func_jump_tables() 2141 struct symbol *func) in add_func_jump_tables() 2165 struct symbol *func; in add_jump_table_alts() local 2471 struct symbol *func; in classify_symbols() local 3374 struct symbol *func) in noinstr_call_dest() 4181 struct symbol *func; in add_prefix_symbols() local [all …]
|
A D | objtool.c | 47 int objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
|
/tools/power/cpupower/utils/helpers/ |
A 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/prog_tests/ |
A D | core_read_macros.c | 8 void (*func)(struct callback_head *head); member 18 void (*func)(struct callback_head *head); member
|
A D | lookup_key.c | 22 char *func; in libbpf_print_cb() local
|
A D | summarization.c | 116 const char *func; in test_summarization_freplace() member
|
A D | sockmap_helpers.h | 54 #define xpthread_create(thread, attr, func, arg) \ argument
|
A D | uprobe_multi_test.c | 863 #define __CONSUMER_TEST(func) \ argument 871 #define CONSUMER_TEST(func) __CONSUMER_TEST(func) argument 979 const void *func; in consumer_thread() local
|
/tools/testing/selftests/net/ |
A D | sample_ret0.bpf.c | 7 int func() in func() function
|
A D | sample_map_ret0.bpf.c | 20 SEC("xdp") int func() in func() function
|
/tools/testing/memblock/tests/ |
A D | common.h | 153 static inline void run_top_down(int (*func)()) in run_top_down() 161 static inline void run_bottom_up(int (*func)()) in run_bottom_up()
|
/tools/arch/x86/kcpuid/ |
A D | kcpuid.c | 178 struct cpuid_func *func; in cpuid_store() local 224 struct cpuid_func *func = &range->funcs[f]; in raw_dump_range() local 317 struct cpuid_func *func; in parse_line() local 518 static void show_func(struct cpuid_func *func) in show_func() 545 struct cpuid_func *func; in show_info() local
|
/tools/testing/selftests/bpf/progs/ |
A D | exhandler_kern.c | 23 void *func; in BPF_PROG() local
|
A D | test_core_read_macros.c | 12 void (*func)(struct callback_head___shuffled *head); member
|
A D | kfree_skb.c | 21 void (*func)(struct callback_head *head); member 65 void *func; in BPF_PROG() local
|
A D | btf_dump_test_case_ordering.c | 47 void (*func)(struct callback_head *); member
|
/tools/lib/api/ |
A D | debug-internal.h | 7 #define __pr(func, fmt, ...) \ argument
|
/tools/testing/selftests/timens/ |
A D | log.h | 10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
|
/tools/testing/selftests/filesystems/overlayfs/ |
A D | log.h | 10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
|
/tools/perf/util/ |
A D | trace-event.c | 56 tep_func_resolver_t *func) in trace_event__register_resolver()
|
A D | bpf_ftrace.c | 24 struct filter_entry *func = NULL; in perf_ftrace__latency_prepare_bpf() local
|
/tools/perf/ |
A D | builtin-ftrace.c | 726 bool func = !list_empty(&ftrace->filters) || in select_tracer() local 1195 static size_t profile_hash(long func, void *ctx __maybe_unused) in profile_hash() 1223 static int add_func_duration(struct perf_ftrace *ftrace, char *func, double time_ns) in add_func_duration() 1267 char *func; in parse_func_duration() local
|