Home
last modified time | relevance | path

Searched refs:trace_event_functions (Results 1 – 15 of 15) sorted by relevance

/linux/kernel/trace/
H A Dtrace_output.c1248 static struct trace_event_functions trace_fn_funcs = { in trace_ctxwake_print()
1388 static struct trace_event_functions trace_ctx_funcs = {
1400 static struct trace_event_functions trace_wake_funcs = { in trace_stack_print()
1444 static struct trace_event_functions trace_stack_funcs = { in trace_user_stack_print()
1497 static struct trace_event_functions trace_user_stack_funcs = { in trace_hwlat_print()
1560 static struct trace_event_functions trace_hwlat_funcs = { in trace_osnoise_print()
1630 static struct trace_event_functions trace_osnoise_funcs = { in trace_timerlat_print()
1678 static struct trace_event_functions trace_timerlat_funcs = { in trace_bputs_print()
1722 static struct trace_event_functions trace_bputs_funcs = { in trace_bprint_print()
1766 static struct trace_event_functions trace_bprint_func in trace_print_print()
[all...]
H A Dtrace_branch.c158 static struct trace_event_functions trace_branch_funcs = {
H A Dtrace_fprobe.c716 static struct trace_event_functions fentry_funcs = {
720 static struct trace_event_functions fexit_funcs = {
H A Dtrace_syscalls.c1299 struct trace_event_functions enter_syscall_print_funcs = {
1303 struct trace_event_functions exit_syscall_print_funcs = {
H A Dtrace_eprobe.c593 static struct trace_event_functions eprobe_funcs = {
H A Dtrace_kprobe.c1863 static struct trace_event_functions kretprobe_funcs = {
1867 static struct trace_event_functions kprobe_funcs = {
H A Dtrace_functions_graph.c1721 static struct trace_event_functions graph_functions = {
H A Dtrace_uprobe.c1590 static struct trace_event_functions uprobe_funcs = {
H A Dtrace_events_synth.c423 static struct trace_event_functions synth_event_funcs = {
H A Dtrace_events_user.c1446 static struct trace_event_functions user_event_funcs = {
H A Dblktrace.c1827 static struct trace_event_functions trace_blk_event_funcs = {
/linux/include/trace/
H A Dtrace_events.h223 static struct trace_event_functions trace_event_type_funcs_##call = { \
252 static struct trace_event_functions trace_event_type_funcs_##call = { \
H A Dtrace_custom_events.h97 static struct trace_event_functions trace_custom_event_type_funcs_##call = { \
/linux/include/linux/
H A Dtrace_events.h148 struct trace_event_functions { struct
158 struct trace_event_functions *funcs; argument
H A Dsyscalls.h143 extern struct trace_event_functions enter_syscall_print_funcs;
144 extern struct trace_event_functions exit_syscall_print_funcs;