/kernel/trace/ |
D | trace_syscalls.c | 24 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 …]
|
D | trace_events.c | 98 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 …]
|
D | trace_events_inject.c | 36 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
|
D | trace_kprobe.c | 208 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
|
D | trace_dynevent.c | 24 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()
|
D | trace_fprobe.c | 177 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
|
D | trace_export.c | 18 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()
|
D | trace_uprobe.c | 316 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
|
D | trace_eprobe.c | 422 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
|
D | trace_functions_graph.c | 107 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
|
D | trace_mmiotrace.c | 297 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
|
D | trace_probe.h | 213 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()
|
D | trace_events_synth.c | 133 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
|
D | trace_events_filter.c | 1503 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
|
D | trace_dynevent.h | 80 struct trace_event_call *call) in dyn_event_add()
|
D | trace_synth.h | 34 struct trace_event_call call; member
|
D | trace_sched_wakeup.c | 379 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
|
D | trace_probe.c | 1689 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
|
D | trace_event_perf.c | 499 int perf_ftrace_event_register(struct trace_event_call *call, in perf_ftrace_event_register()
|
D | trace_branch.c | 33 struct trace_event_call *call = &event_branch; in probe_likely_condition() local
|
D | trace_osnoise.c | 496 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
|
D | trace_events_user.c | 82 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()
|
D | trace_output.c | 841 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
|
D | trace_hwlat.c | 133 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample() local
|
D | trace.h | 1925 #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
|