Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 32) 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()
369 struct trace_event_call *call) in reg_event_syscall_enter()
390 struct trace_event_call *call) in unreg_event_syscall_enter()
407 struct trace_event_call *call) in reg_event_syscall_exit()
428 struct trace_event_call *call) in unreg_event_syscall_exit()
444 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
553 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()
143 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
158 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext()
217 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
233 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
251 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
284 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
462 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
527 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
612 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() local
[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_kprobe.c208 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
219 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
228 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
349 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
399 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1348 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local
1389 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local
1528 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local
1578 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local
1731 struct trace_event_call *call = trace_probe_event_call(&tk->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_fprobe.c177 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local
221 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in __fexit_trace_func() local
262 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func() local
294 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func() local
439 static int enable_trace_fprobe(struct trace_event_call *call, in enable_trace_fprobe()
474 static int disable_trace_fprobe(struct trace_event_call *call, in disable_trace_fprobe()
631 struct trace_event_call *call = trace_probe_event_call(&tf->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.c316 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
955 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local
1089 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1149 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1269 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1293 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1340 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local
1557 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_functions_graph.c107 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
688 struct ftrace_graph_ent *call; in print_graph_entry_leaf() local
743 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested() local
931 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.h213 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
218 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
245 struct trace_event_call call; member
310 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
Dtrace_events_synth.c133 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields()
599 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt()
645 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt()
864 struct trace_event_call *call = &event->call; in register_synth_event() local
916 struct trace_event_call *call = &event->call; in unregister_synth_event() local
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.c1689 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local
1775 struct trace_event_call *call; in trace_probe_init() local
1837 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
Dtrace_event_perf.c499 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.c496 struct trace_event_call *call = &event_osnoise; in __trace_osnoise_sample() local
575 struct trace_event_call *call = &event_osnoise; in __trace_timerlat_sample() local
651 struct trace_event_call *call = &event_osnoise; in __timerlat_dump_stack() local
Dtrace_events_user.c82 struct trace_event_call call; member
955 static struct list_head *user_event_get_fields(struct trace_event_call *call) in user_event_get_fields()
1678 static int user_event_reg(struct trace_event_call *call, in user_event_reg()
Dtrace_output.c841 static void print_fields(struct trace_iterator *iter, struct trace_event_call *call, in print_fields()
946 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.h1925 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
1929 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
1932 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument

12