Searched refs:funcs (Results 1 – 17 of 17) sorted by relevance
/kernel/ |
D | tracepoint.c | 168 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes() argument 172 if (!tracepoint_debug || !funcs) in debug_print_probes() 175 for (i = 0; funcs[i].func; i++) in debug_print_probes() 176 printk(KERN_DEBUG "Probe %d : %p\n", i, funcs[i].func); in debug_print_probes() 180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add() argument 191 debug_print_probes(*funcs); in func_add() 192 old = *funcs; in func_add() 227 *funcs = new; in func_add() 228 debug_print_probes(*funcs); in func_add() 232 static void *func_remove(struct tracepoint_func **funcs, in func_remove() argument [all …]
|
/kernel/trace/ |
D | trace_output.c | 761 if (WARN_ON(!event->funcs)) in register_trace_event() 795 if (event->funcs->trace == NULL) in register_trace_event() 796 event->funcs->trace = trace_nop_print; in register_trace_event() 797 if (event->funcs->raw == NULL) in register_trace_event() 798 event->funcs->raw = trace_nop_print; in register_trace_event() 799 if (event->funcs->hex == NULL) in register_trace_event() 800 event->funcs->hex = trace_nop_print; in register_trace_event() 801 if (event->funcs->binary == NULL) in register_trace_event() 802 event->funcs->binary = trace_nop_print; in register_trace_event() 929 .funcs = &trace_fn_funcs, [all …]
|
D | trace_functions_graph.c | 1016 ret = event->funcs->trace(iter, sym_flags, event); in print_graph_comment() 1271 .funcs = &graph_functions, 1276 .funcs = &graph_functions
|
D | trace_branch.c | 170 .funcs = &trace_branch_funcs,
|
D | trace_events_user.c | 996 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_reg_page_for() 1328 user->call.event.funcs = &user_event_funcs; in user_event_parse() 1447 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()
|
D | bpf_trace.c | 2664 const char **funcs; member 2679 cookie_a = data->cookies + (name_a - data->funcs); in symbols_swap_r() 2680 cookie_b = data->cookies + (name_b - data->funcs); in symbols_swap_r() 2762 data.funcs = us.syms; in bpf_kprobe_multi_link_attach()
|
D | trace_kprobe.c | 1784 call->event.funcs = &kretprobe_funcs; in init_trace_event_call() 1787 call->event.funcs = &kprobe_funcs; in init_trace_event_call()
|
D | ftrace.c | 6805 struct list_head funcs; member 6939 list_for_each_entry_safe(mod_func, n, &mod_map->funcs, list) { in ftrace_free_mod_map() 7138 list_add_rcu(&mod_func->list, &mod_map->funcs); in save_ftrace_mod_rec() 7156 INIT_LIST_HEAD_RCU(&mod_map->funcs); in allocate_ftrace_mod_map() 7171 list_for_each_entry_rcu(mod_func, &mod_map->funcs, list) { in ftrace_func_address_lookup() 7231 list_for_each_entry_rcu(mod_func, &mod_map->funcs, list) { in ftrace_mod_get_kallsym()
|
D | trace_eprobe.c | 865 call->event.funcs = &eprobe_funcs; in init_trace_eprobe_call()
|
D | trace.c | 2876 if (!event_call || !event_call->event.funcs || in output_printk() 2877 !event_call->event.funcs->trace) in output_printk() 2891 event_call->event.funcs->trace(iter, 0, event); in output_printk() 4404 return event->funcs->trace(iter, sym_flags, event); in print_trace_fmt() 4429 return event->funcs->raw(iter, 0, event); in print_raw_fmt() 4456 enum print_line_t ret = event->funcs->hex(iter, 0, event); in print_hex_fmt() 4484 return event ? event->funcs->binary(iter, 0, event) : in print_bin_fmt()
|
D | trace_uprobe.c | 1562 call->event.funcs = &uprobe_funcs; in init_trace_event_call()
|
D | blktrace.c | 1590 .funcs = &trace_blk_event_funcs,
|
D | trace_events_synth.c | 898 call->event.funcs = &synth_event_funcs; in register_synth_event()
|
D | trace_events.c | 2532 if (call->event.funcs) in event_remove()
|
D | trace_events_hist.c | 837 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
|
/kernel/bpf/ |
D | dispatcher.c | 89 int __weak arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() argument
|
/kernel/livepatch/ |
D | core.c | 1040 if (!obj->funcs) in klp_enable_patch()
|