/linux-4.1.27/include/linux/ |
D | ftrace_event.h | 203 struct ftrace_event_call; 211 int (*reg)(struct ftrace_event_call *event, 213 int (*define_fields)(struct ftrace_event_call *); 214 struct list_head *(*get_fields)(struct ftrace_event_call *); 216 int (*raw_init)(struct ftrace_event_call *); 219 extern int ftrace_event_reg(struct ftrace_event_call *event, 222 int ftrace_output_event(struct trace_iterator *iter, struct ftrace_event_call *event, 225 int ftrace_event_define_field(struct ftrace_event_call *call, 244 int ftrace_event_define_field(struct ftrace_event_call *call, 283 struct ftrace_event_call { struct [all …]
|
D | syscalls.h | 121 static struct ftrace_event_call __used \ 131 static struct ftrace_event_call __used \ 137 static struct ftrace_event_call __used \ 147 static struct ftrace_event_call __used \
|
D | module.h | 340 struct ftrace_event_call **trace_events;
|
D | perf_event.h | 482 struct ftrace_event_call *tp_event;
|
/linux-4.1.27/kernel/trace/ |
D | trace_event_perf.c | 24 static int perf_trace_event_perm(struct ftrace_event_call *tp_event, in perf_trace_event_perm() 86 static int perf_trace_event_reg(struct ftrace_event_call *tp_event, in perf_trace_event_reg() 146 struct ftrace_event_call *tp_event = p_event->tp_event; in perf_trace_event_unreg() 175 struct ftrace_event_call *tp_event = p_event->tp_event; in perf_trace_event_open() 181 struct ftrace_event_call *tp_event = p_event->tp_event; in perf_trace_event_close() 185 static int perf_trace_event_init(struct ftrace_event_call *tp_event, in perf_trace_event_init() 209 struct ftrace_event_call *tp_event; in perf_trace_init() 239 struct ftrace_event_call *tp_event = p_event->tp_event; in perf_trace_add() 258 struct ftrace_event_call *tp_event = p_event->tp_event; in perf_trace_del() 360 int perf_ftrace_event_register(struct ftrace_event_call *call, in perf_ftrace_event_register()
|
D | trace_syscalls.c | 16 static int syscall_enter_register(struct ftrace_event_call *event, 18 static int syscall_exit_register(struct ftrace_event_call *event, 22 syscall_get_enter_fields(struct ftrace_event_call *call) in syscall_get_enter_fields() 222 static int __init set_syscall_print_fmt(struct ftrace_event_call *call) in set_syscall_print_fmt() 247 static void __init free_syscall_print_fmt(struct ftrace_event_call *call) in free_syscall_print_fmt() 255 static int __init syscall_enter_define_fields(struct ftrace_event_call *call) in syscall_enter_define_fields() 278 static int __init syscall_exit_define_fields(struct ftrace_event_call *call) in syscall_exit_define_fields() 388 struct ftrace_event_call *call) in reg_event_syscall_enter() 409 struct ftrace_event_call *call) in unreg_event_syscall_enter() 426 struct ftrace_event_call *call) in reg_event_syscall_exit() [all …]
|
D | trace_events.c | 71 trace_get_fields(struct ftrace_event_call *event_call) in trace_get_fields() 92 trace_find_event_field(struct ftrace_event_call *call, char *name) in trace_find_event_field() 132 int trace_define_field(struct ftrace_event_call *call, const char *type, in trace_define_field() 169 static void trace_destroy_fields(struct ftrace_event_call *call) in trace_destroy_fields() 181 int trace_event_raw_init(struct ftrace_event_call *call) in trace_event_raw_init() 197 struct ftrace_event_call *event_call = ftrace_file->event_call; in ftrace_event_buffer_reserve() 219 struct ftrace_event_call *event_call; in output_printk() 255 int ftrace_event_reg(struct ftrace_event_call *call, in ftrace_event_reg() 318 struct ftrace_event_call *call = file->event_call; in __ftrace_event_enable_disable() 519 struct ftrace_event_call *call; in __ftrace_set_clr_event_nolock() [all …]
|
D | trace_export.c | 128 ftrace_define_fields_##name(struct ftrace_event_call *event_call) \ 173 struct ftrace_event_call __used event_##call = { \ 182 struct ftrace_event_call __used \ 190 int ftrace_event_is_function(struct ftrace_event_call *call) in ftrace_event_is_function()
|
D | trace_events_filter.c | 785 struct ftrace_event_call *call = file->event_call; in filter_disable() 842 struct ftrace_event_call *call = file->event_call; in __remove_filter() 865 struct ftrace_event_call *call = file->event_call; in __free_subsystem_filter() 1345 struct ftrace_event_call *call, in create_pred() 1567 static int replace_preds(struct ftrace_event_call *call, in replace_preds() 1682 struct ftrace_event_call *call = file->event_call; in event_set_filtered_flag() 1693 struct ftrace_event_call *call = file->event_call; in event_set_filter() 1703 struct ftrace_event_call *call = file->event_call; in event_clear_filter() 1714 struct ftrace_event_call *call = file->event_call; in event_set_no_set_filter_flag() 1725 struct ftrace_event_call *call = file->event_call; in event_clear_no_set_filter_flag() [all …]
|
D | trace_kprobe.c | 927 struct ftrace_event_call *call = &tk->tp.call; in __kprobe_trace_func() 975 struct ftrace_event_call *call = &tk->tp.call; in __kretprobe_trace_func() 1084 static int kprobe_event_define_fields(struct ftrace_event_call *event_call) in kprobe_event_define_fields() 1107 static int kretprobe_event_define_fields(struct ftrace_event_call *event_call) in kretprobe_event_define_fields() 1137 struct ftrace_event_call *call = &tk->tp.call; in kprobe_perf_func() 1172 struct ftrace_event_call *call = &tk->tp.call; in kretprobe_perf_func() 1209 static int kprobe_register(struct ftrace_event_call *event, in kprobe_register() 1279 struct ftrace_event_call *call = &tk->tp.call; in register_kprobe_event()
|
D | trace.h | 862 int ftrace_event_is_function(struct ftrace_event_call *call); 1065 extern int create_event_filter(struct ftrace_event_call *call, 1071 trace_find_event_field(struct ftrace_event_call *call, char *name); 1290 extern struct ftrace_event_call \ 1299 int perf_ftrace_event_register(struct ftrace_event_call *call,
|
D | trace_mmiotrace.c | 301 struct ftrace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw() 331 struct ftrace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map()
|
D | trace_uprobe.c | 780 struct ftrace_event_call *call = &tu->tp.call; in __uprobe_trace_func() 970 static int uprobe_event_define_fields(struct ftrace_event_call *event_call) in uprobe_event_define_fields() 1096 struct ftrace_event_call *call = &tu->tp.call; in __uprobe_perf_func() 1162 trace_uprobe_register(struct ftrace_event_call *event, enum trace_reg type, in trace_uprobe_register() 1275 struct ftrace_event_call *call = &tu->tp.call; in register_uprobe_event()
|
D | trace_sched_wakeup.c | 372 struct ftrace_event_call *call = &event_context_switch; in tracing_sched_switch_trace() 400 struct ftrace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace()
|
D | trace_branch.c | 32 struct ftrace_event_call *call = &event_branch; in probe_likely_condition()
|
D | trace_probe.h | 276 struct ftrace_event_call call;
|
D | trace_functions_graph.c | 281 struct ftrace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry() 396 struct ftrace_event_call *call = &event_funcgraph_exit; in __trace_graph_return()
|
D | trace_output.c | 228 struct ftrace_event_call *event; in ftrace_raw_output_prep() 233 event = container_of(trace_event, struct ftrace_event_call, event); in ftrace_raw_output_prep()
|
D | trace.c | 314 int call_filter_check_discard(struct ftrace_event_call *call, void *rec, in call_filter_check_discard() 1763 struct ftrace_event_call *call = &event_function; in trace_function() 1798 struct ftrace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() 1926 struct ftrace_event_call *call = &event_user_stack; in ftrace_trace_userstack() 2132 struct ftrace_event_call *call = &event_bprint; in trace_vbprintk() 2190 struct ftrace_event_call *call = &event_print; in __trace_array_vprintk()
|
/linux-4.1.27/include/trace/ |
D | syscall.h | 32 struct ftrace_event_call *enter_event; 33 struct ftrace_event_call *exit_event;
|
D | ftrace.h | 108 static struct ftrace_event_call __used \ 410 ftrace_define_fields_##call(struct ftrace_event_call *event_call) \ 737 static struct ftrace_event_call __used event_##call = { \ 746 static struct ftrace_event_call __used \ 754 static struct ftrace_event_call __used event_##call = { \ 763 static struct ftrace_event_call __used \ 803 struct ftrace_event_call *event_call = __data; \
|