/kernel/trace/ |
D | trace_syscalls.c | 24 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields() 239 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt() 264 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt() 272 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields() 371 struct trace_event_call *call) in reg_event_syscall_enter() 392 struct trace_event_call *call) in unreg_event_syscall_enter() 409 struct trace_event_call *call) in reg_event_syscall_exit() 430 struct trace_event_call *call) in unreg_event_syscall_exit() 446 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace() 555 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() 142 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field() 200 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 216 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 234 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field() 267 static void test_event_printk(struct trace_event_call *call) in test_event_printk() 445 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init() 510 int trace_event_reg(struct trace_event_call *call, in trace_event_reg() 595 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() local 1002 struct trace_event_call *call; in __ftrace_set_clr_event_nolock() 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() 192 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() 280 struct trace_event_call *call; in event_inject_write() local
|
D | trace_kprobe.c | 206 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call() 217 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 226 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() 400 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe() 1387 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local 1435 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local 1580 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local 1630 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local 1788 struct trace_event_call *call = trace_probe_event_call(&tk->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() 161 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 182 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument 186 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
|
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_uprobe.c | 321 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call() 957 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local 1095 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() 1156 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() 1276 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close() 1301 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open() 1349 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local 1566 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
|
D | trace_eprobe.c | 504 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func() local 721 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe() 780 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe() 844 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 | 210 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 215 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 242 struct trace_event_call call; member 307 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_events_filter.c | 1227 struct trace_event_call *call = data; in parse_pred() local 1598 static int process_preds(struct trace_event_call *call, in process_preds() 1806 struct trace_event_call *call, in create_filter() 1830 struct trace_event_call *call, in create_event_filter() 1871 struct trace_event_call *call = file->event_call; in apply_event_filter() local 2133 struct trace_event_call *call; in ftrace_profile_set_filter() local
|
D | trace_probe.c | 958 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local 1044 struct trace_event_call *call; in trace_probe_init() local 1106 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
|
D | trace_events_synth.c | 114 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields() 596 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt() 642 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt() 861 struct trace_event_call *call = &event->call; in register_synth_event() local 913 struct trace_event_call *call = &event->call; in unregister_synth_event() 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 | 502 int perf_ftrace_event_register(struct trace_event_call *call, in perf_ftrace_event_register()
|
D | trace_osnoise.c | 331 struct trace_event_call *call = &event_osnoise; in trace_osnoise_sample() local 396 struct trace_event_call *call = &event_osnoise; in trace_timerlat_sample() local 460 struct trace_event_call *call = &event_osnoise; in timerlat_dump_stack() local
|
D | trace_branch.c | 33 struct trace_event_call *call = &event_branch; in probe_likely_condition() local
|
D | trace_hwlat.c | 133 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample() local
|
D | trace.h | 1862 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument 1866 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument 1869 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
|
D | trace.c | 508 int call_filter_check_discard(struct trace_event_call *call, void *rec, in call_filter_check_discard() 2976 struct trace_event_call *call = &event_function; in trace_function() local 3019 struct trace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() local 3144 struct trace_event_call *call = &event_user_stack; in ftrace_trace_userstack() local 3348 struct trace_event_call *call = &event_bprint; in trace_vbprintk() local 3412 struct trace_event_call *call = &event_print; in __trace_array_vprintk() local
|
D | trace_events_hist.c | 723 struct trace_event_call *call; in last_cmd_set() local 2168 struct trace_event_call *call; in local_field_var_ref() local 2999 struct trace_event_call *call; in find_target_event_var() local 3188 struct trace_event_call *call; in create_target_field_var() local
|
/kernel/rcu/ |
D | tasks.h | 72 #define DEFINE_RCU_TASKS(rt_name, gp, call, n) \ argument
|