Home
last modified time | relevance | path

Searched refs:trace_event_call (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h195 struct trace_event_call;
209 int (*define_fields)(struct trace_event_call *);
219 int (*reg)(struct trace_event_call *event,
222 struct list_head *(*get_fields)(struct trace_event_call *);
224 int (*raw_init)(struct trace_event_call *);
227 extern int trace_event_reg(struct trace_event_call *event,
278 struct trace_event_call { struct
307 int (*perf_perm)(struct trace_event_call *, argument
313 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid()
337 trace_event_name(struct trace_event_call *call) in trace_event_name()
[all …]
H A Dsyscalls.h136 static struct trace_event_call __used \
146 static struct trace_event_call __used \
152 static struct trace_event_call __used \
162 static struct trace_event_call __used \
190 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
199 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
H A Dmodule.h500 struct trace_event_call **trace_events;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h200 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
201 bool trace_kprobe_error_injectable(struct trace_event_call *call);
203 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
208 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
235 struct trace_event_call call;
287 static inline struct trace_event_call *
294 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
300 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
368 extern struct trace_event_call *
371 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call);
[all …]
H A Dtrace_syscalls.c18 static int syscall_enter_register(struct trace_event_call *event,
20 static int syscall_exit_register(struct trace_event_call *event,
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()
390 struct trace_event_call *call) in reg_event_syscall_enter()
411 struct trace_event_call *call) in unreg_event_syscall_enter()
428 struct trace_event_call *call) in reg_event_syscall_exit()
449 struct trace_event_call *call) in unreg_event_syscall_exit()
[all …]
H A Dtrace_event_perf.c27 static int perf_trace_event_perm(struct trace_event_call *tp_event, in perf_trace_event_perm()
96 static int perf_trace_event_reg(struct trace_event_call *tp_event, in perf_trace_event_reg()
156 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_unreg()
185 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_open()
191 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_close()
195 static int perf_trace_event_init(struct trace_event_call *tp_event, in perf_trace_event_init()
219 struct trace_event_call *tp_event; in perf_trace_init()
252 struct trace_event_call *tp_event; in perf_kprobe_init()
307 struct trace_event_call *tp_event; in perf_uprobe_init()
357 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_add()
[all …]
H A Dtrace_events.c90 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
134 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
191 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
207 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
221 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
256 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve()
287 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
372 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
785 struct trace_event_call *call; in __ftrace_set_clr_event_nolock()
976 struct trace_event_call *call; in t_next()
[all …]
H A Dtrace_events_inject.c36 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()
282 struct trace_event_call *call; in event_inject_write()
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register()
169 struct trace_event_call __used event_##call = { \
178 static struct trace_event_call __used \
186 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
H A Dtrace_kprobe.c209 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
220 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
229 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
352 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
403 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()
1436 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1488 container_of(event, struct trace_event_call, event)); in print_kprobe_event()
1518 container_of(event, struct trace_event_call, event)); in print_kretprobe_event()
1545 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields()
[all …]
H A Dtrace_uprobe.c323 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()
1027 container_of(event, struct trace_event_call, event)); in print_uprobe_event()
1093 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1154 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1179 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields()
1274 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1299 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1347 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1446 trace_uprobe_register(struct trace_event_call *event, enum trace_reg type, in trace_uprobe_register()
[all …]
H A Dtrace_synth.h33 struct trace_event_call call;
H A Dtrace_probe.c906 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
923 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields()
992 struct trace_event_call *call; in trace_probe_init()
1033 static struct trace_event_call *
1036 struct trace_event_call *tp_event; in find_trace_event_call()
1054 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
H A Dtrace.h1250 bool ftrace_event_is_function(struct trace_event_call *call);
1449 extern int call_filter_check_discard(struct trace_event_call *call, void *rec,
1664 struct trace_event_call *call,
1670 trace_find_event_field(struct trace_event_call *call, char *name);
2024 extern struct trace_event_call \
2036 int perf_ftrace_event_register(struct trace_event_call *call,
H A Dtrace_mmiotrace.c299 struct trace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw()
329 struct trace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map()
H A Dtrace_events_filter.c1227 struct trace_event_call *call = data; in parse_pred()
1598 static int process_preds(struct trace_event_call *call, in process_preds()
1826 struct trace_event_call *call, in create_filter()
1850 struct trace_event_call *call, in create_event_filter()
1892 struct trace_event_call *call = file->event_call; in apply_event_filter()
2154 struct trace_event_call *call; in ftrace_profile_set_filter()
H A Dtrace_events_synth.c111 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields()
512 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt()
555 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt()
754 struct trace_event_call *call = &event->call; in register_synth_event()
806 struct trace_event_call *call = &event->call; in unregister_synth_event()
H A Dtrace_sched_wakeup.c380 struct trace_event_call *call = &event_context_switch; in tracing_sched_switch_trace()
408 struct trace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace()
H A Dtrace_branch.c33 struct trace_event_call *call = &event_branch; in probe_likely_condition()
H A Dtrace_hwlat.c107 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample()
H A Dtrace_functions_graph.c102 struct trace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry()
222 struct trace_event_call *call = &event_funcgraph_exit; in __trace_graph_return()
H A Dtrace_output.c295 struct trace_event_call *event; in trace_raw_output_prep()
300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
/OK3568_Linux_fs/kernel/include/trace/
H A Dsyscall.h33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;
H A Dtrace_events.h123 static struct trace_event_call __used \
750 static struct trace_event_call __used event_##call = { \
759 static struct trace_event_call __used \
767 static struct trace_event_call __used event_##call = { \
776 static struct trace_event_call __used \
H A Dperf.h35 struct trace_event_call *event_call = __data; \

12