Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 33) sorted by relevance

12

/kernel/trace/
Dtrace_syscalls.c24 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields()
237 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt()
262 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt()
270 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields()
381 struct trace_event_call *call) in reg_event_syscall_enter()
402 struct trace_event_call *call) in unreg_event_syscall_enter()
419 struct trace_event_call *call) in reg_event_syscall_exit()
440 struct trace_event_call *call) in unreg_event_syscall_exit()
456 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
565 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
[all …]
Dtrace_events.c98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
145 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
160 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext()
220 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
236 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
252 struct trace_event_call *call) in find_event_field()
280 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
302 static bool process_pointer(const char *fmt, int len, struct trace_event_call *call) in process_pointer()
336 static bool process_string(const char *fmt, int len, struct trace_event_call *call) in process_string()
409 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
[all …]
Dtrace_events_inject.c36 parse_field(char *str, struct trace_event_call *call, in parse_field()
138 static int trace_get_entry_size(struct trace_event_call *call) in trace_get_entry_size()
153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) in trace_alloc_entry()
196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry()
287 struct trace_event_call *call; in event_inject_write() local
Dtrace_fprobe.c182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local
239 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local
280 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func() local
313 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func() local
460 static int enable_trace_fprobe(struct trace_event_call *call, in enable_trace_fprobe()
495 static int disable_trace_fprobe(struct trace_event_call *call, in disable_trace_fprobe()
652 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call() local
Dtrace_dynevent.c24 struct trace_event_call *call; in trace_event_dyn_try_get_ref() local
41 void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref()
54 bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy()
Dtrace_kprobe.c215 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
226 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
235 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
356 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
406 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1454 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local
1520 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local
1659 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local
1709 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local
1865 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call() local
Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register()
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
196 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
Dtrace_uprobe.c317 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
1005 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local
1139 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1199 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1316 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1340 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1393 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local
1599 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
Dtrace_eprobe.c422 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL() local
644 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
701 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call() local
Dtrace_events_synth.c133 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields()
598 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt()
644 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt()
861 static int synth_event_reg(struct trace_event_call *call, in synth_event_reg()
895 struct trace_event_call *call = &event->call; in register_synth_event() local
947 struct trace_event_call *call = &event->call; in unregister_synth_event() local
Dtrace_functions_graph.c105 struct trace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry() local
226 struct trace_event_call *call = &event_funcgraph_exit; in __trace_graph_return() local
713 struct ftrace_graph_ent *call; in print_graph_entry_leaf() local
771 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested() local
964 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry() local
Dtrace_mmiotrace.c297 struct trace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw() local
328 struct trace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map() local
Dtrace_probe.h215 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
220 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
252 struct trace_event_call call; member
318 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
Dtrace_events_filter.c1503 struct trace_event_call *call = data; in parse_pred() local
2075 static int process_preds(struct trace_event_call *call, in process_preds()
2283 struct trace_event_call *call, in create_filter()
2307 struct trace_event_call *call, in create_event_filter()
2348 struct trace_event_call *call = file->event_call; in apply_event_filter() local
2613 struct trace_event_call *call; in ftrace_profile_set_filter() local
Dtrace_dynevent.h80 struct trace_event_call *call) in dyn_event_add()
Dtrace_synth.h34 struct trace_event_call call; member
Dtrace_sched_wakeup.c379 struct trace_event_call *call = &event_context_switch; in tracing_sched_switch_trace() local
407 struct trace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace() local
Dtrace_probe.c1957 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local
2049 struct trace_event_call *call; in trace_probe_init() local
2116 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
Dtrace_event_perf.c505 int perf_ftrace_event_register(struct trace_event_call *call, in perf_ftrace_event_register()
Dtrace_branch.c33 struct trace_event_call *call = &event_branch; in probe_likely_condition() local
Dtrace_osnoise.c502 struct trace_event_call *call = &event_osnoise; in __trace_osnoise_sample() local
581 struct trace_event_call *call = &event_osnoise; in __trace_timerlat_sample() local
657 struct trace_event_call *call = &event_osnoise; in __timerlat_dump_stack() local
Dtrace_events_user.c87 struct trace_event_call call; member
973 static struct list_head *user_event_get_fields(struct trace_event_call *call) in user_event_get_fields()
1713 static int user_event_reg(struct trace_event_call *call, in user_event_reg()
Dtrace_output.c845 static void print_fields(struct trace_iterator *iter, struct trace_event_call *call, in print_fields()
950 struct trace_event_call *call; in print_event_fields() local
Dtrace_hwlat.c133 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample() local
Dtrace.h2043 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
2047 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
2050 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument

12