| /kernel/trace/ |
| D | trace_syscalls.c | 22 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields() 234 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt() 259 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt() 267 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields() 291 static int __init syscall_exit_define_fields(struct trace_event_call *call) in syscall_exit_define_fields() 402 struct trace_event_call *call) in reg_event_syscall_enter() 423 struct trace_event_call *call) in unreg_event_syscall_enter() 440 struct trace_event_call *call) in reg_event_syscall_exit() 461 struct trace_event_call *call) in unreg_event_syscall_exit() 477 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace() [all …]
|
| D | trace_events.c | 94 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field() 138 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field() 194 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 210 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 224 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init() 326 int trace_event_reg(struct trace_event_call *call, in trace_event_reg() 389 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() local 742 struct trace_event_call *call; in __ftrace_set_clr_event_nolock() local 898 struct trace_event_call *call; in t_next() local 970 struct trace_event_call *call = file->event_call; in t_show() local [all …]
|
| D | trace_export.c | 163 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, filter,\ argument 186 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print, filter) \ argument 190 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
|
| D | trace_kprobe.c | 923 struct trace_event_call *call = &tk->tp.call; in __kprobe_trace_func() local 971 struct trace_event_call *call = &tk->tp.call; in __kretprobe_trace_func() local 1133 struct trace_event_call *call = &tk->tp.call; in kprobe_perf_func() local 1169 struct trace_event_call *call = &tk->tp.call; in kretprobe_perf_func() local 1277 struct trace_event_call *call = &tk->tp.call; in register_kprobe_event() local
|
| D | trace_mmiotrace.c | 297 struct trace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw() local 327 struct trace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map() local
|
| D | trace_functions_graph.c | 354 struct trace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry() local 465 struct trace_event_call *call = &event_funcgraph_exit; in __trace_graph_return() local 836 struct ftrace_graph_ent *call; in print_graph_entry_leaf() local 884 struct ftrace_graph_ent *call = &entry->graph_ent; in print_graph_entry_nested() local 1072 struct ftrace_graph_ent *call = &field->graph_ent; in print_graph_entry() local
|
| D | trace_events_filter.c | 1369 struct trace_event_call *call, in create_pred() 1591 static int replace_preds(struct trace_event_call *call, in replace_preds() 1915 static int create_filter(struct trace_event_call *call, in create_filter() 1939 int create_event_filter(struct trace_event_call *call, in create_event_filter() 1983 struct trace_event_call *call = file->event_call; in apply_event_filter() local 2231 struct trace_event_call *call; in ftrace_profile_set_filter() local
|
| D | trace_sched_wakeup.c | 376 struct trace_event_call *call = &event_context_switch; in tracing_sched_switch_trace() local 404 struct trace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace() local
|
| D | trace_uprobe.c | 795 struct trace_event_call *call = &tu->tp.call; in __uprobe_trace_func() local 1111 struct trace_event_call *call = &tu->tp.call; in __uprobe_perf_func() local 1295 struct trace_event_call *call = &tu->tp.call; in register_uprobe_event() local
|
| D | trace_event_perf.c | 365 int perf_ftrace_event_register(struct trace_event_call *call, in perf_ftrace_event_register()
|
| D | trace_branch.c | 32 struct trace_event_call *call = &event_branch; in probe_likely_condition() local
|
| D | trace_hwlat.c | 107 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample() local
|
| D | trace_probe.h | 295 struct trace_event_call call; member
|
| D | trace.h | 1636 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter) \ argument 1640 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \ argument 1644 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print, filter) \ argument
|
| D | trace.c | 309 int call_filter_check_discard(struct trace_event_call *call, void *rec, in call_filter_check_discard() 2157 struct trace_event_call *call = &event_function; in trace_function() local 2188 struct trace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() local 2316 struct trace_event_call *call = &event_user_stack; in ftrace_trace_userstack() local 2486 struct trace_event_call *call = &event_bprint; in trace_vbprintk() local 2547 struct trace_event_call *call = &event_print; in __trace_array_vprintk() local
|
| /kernel/rcu/ |
| D | sync.c | 34 void (*call)(struct rcu_head *, void (*)(struct rcu_head *)); member
|
| D | rcutorture.c | 269 call_rcu_func_t call; member
|
| D | tree.h | 485 call_rcu_func_t call; /* call_rcu() flavor. */ member
|
| /kernel/events/ |
| D | core.c | 7673 struct trace_event_call *call, u64 count, in perf_trace_run_bpf_submit()
|