/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() 215 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 231 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 249 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field() 282 static void test_event_printk(struct trace_event_call *call) in test_event_printk() 460 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init() 525 int trace_event_reg(struct trace_event_call *call, in trace_event_reg() 610 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() 1391 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local 1433 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local 1573 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local 1623 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local 1781 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_export.c | 18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register() 162 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 183 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument 187 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
|
D | trace_uprobe.c | 324 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call() 959 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local 1093 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() 1153 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() 1273 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close() 1297 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open() 1344 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local 1561 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
|
D | trace_eprobe.c | 514 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func() local 739 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe() 798 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe() 862 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call() local
|
D | trace_functions_graph.c | 101 struct trace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry() local 220 struct trace_event_call *call = &event_funcgraph_exit; in __trace_graph_return() local 632 struct ftrace_graph_ent *call; in print_graph_entry_leaf() local 679 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested() local 867 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry() local
|
D | trace_probe.h | 209 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 214 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 241 struct trace_event_call call; member 306 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
|
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.c | 962 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local 1048 struct trace_event_call *call; in trace_probe_init() local 1110 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
|
D | trace_events_synth.c | 133 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields() 615 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt() 661 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt() 880 struct trace_event_call *call = &event->call; in register_synth_event() local 932 struct trace_event_call *call = &event->call; in unregister_synth_event() local
|
D | trace_events_filter.c | 1350 struct trace_event_call *call = data; in parse_pred() local 1723 static int process_preds(struct trace_event_call *call, in process_preds() 1931 struct trace_event_call *call, in create_filter() 1955 struct trace_event_call *call, in create_event_filter() 1996 struct trace_event_call *call = file->event_call; in apply_event_filter() local 2258 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_event_perf.c | 503 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_events_user.c | 107 struct trace_event_call call; member 310 static struct list_head *user_event_get_fields(struct trace_event_call *call) in user_event_get_fields() 1027 static int user_event_reg(struct trace_event_call *call, in user_event_reg()
|
D | trace_osnoise.c | 472 struct trace_event_call *call = &event_osnoise; in __trace_osnoise_sample() local 551 struct trace_event_call *call = &event_osnoise; in __trace_timerlat_sample() local 627 struct trace_event_call *call = &event_osnoise; in __timerlat_dump_stack() local
|
D | trace_hwlat.c | 133 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample() local
|
D | trace.h | 1887 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument 1891 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument 1894 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
|
D | trace.c | 518 int call_filter_check_discard(struct trace_event_call *call, void *rec, in call_filter_check_discard() 2997 struct trace_event_call *call = &event_function; in trace_function() local 3040 struct trace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() local 3165 struct trace_event_call *call = &event_user_stack; in ftrace_trace_userstack() local 3369 struct trace_event_call *call = &event_bprint; in trace_vbprintk() local 3433 struct trace_event_call *call = &event_print; in __trace_array_vprintk() local
|
D | trace_events_hist.c | 773 struct trace_event_call *call; in last_cmd_set() local 2232 struct trace_event_call *call; in local_field_var_ref() local 3073 struct trace_event_call *call; in find_target_event_var() local 3262 struct trace_event_call *call; in create_target_field_var() local
|