Searched refs:ftrace_graph_ent (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 117 static int __graph_entry(struct trace_array *tr, struct ftrace_graph_ent *trace, in __graph_entry() 148 struct ftrace_graph_ent *trace, in __trace_graph_entry() 156 struct ftrace_graph_ent *trace, in __trace_graph_retaddr_entry() 178 struct ftrace_graph_ent *trace, in __trace_graph_retaddr_entry() 199 static int graph_entry(struct ftrace_graph_ent *trace, in graph_entry() 269 int trace_graph_entry(struct ftrace_graph_ent *trace, in trace_graph_entry() 276 static int trace_graph_entry_args(struct ftrace_graph_ent *trace, in trace_graph_entry_args() 288 struct ftrace_graph_ent ent = { in __trace_graph_function() 906 struct ftrace_graph_ent *call; in print_graph_entry_leaf() 975 struct ftrace_graph_ent *cal in print_graph_entry_nested() [all...] |
H A D | fgraph.c | 295 static int entry_run(struct ftrace_graph_ent *trace, struct fgraph_ops *ops, in entry_run() 524 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, in ftrace_graph_entry_stub() 655 struct ftrace_graph_ent trace; in function_graph_enter_regs() 1187 static int fgraph_pid_func(struct ftrace_graph_ent *trace, in fgraph_pid_func()
|
H A D | trace.h | 743 int trace_graph_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, 956 struct ftrace_graph_ent *trace, 959 struct ftrace_graph_ent *trace, 1019 ftrace_graph_addr(unsigned long *task_var, struct ftrace_graph_ent *trace) in ftrace_graph_addr() 1098 static inline int ftrace_graph_addr(unsigned long *task_var, struct ftrace_graph_ent *trace) in ftrace_graph_addr() 1115 ftrace_graph_ignore_func(struct fgraph_ops *gops, struct ftrace_graph_ent *trace) in ftrace_graph_ignore_func()
|
H A D | trace_entries.h | 81 __field_struct( struct ftrace_graph_ent, graph_ent )
|
H A D | trace_selftest.c | 776 static __init int store_entry(struct ftrace_graph_ent *trace, in store_entry() 1029 static int trace_graph_entry_watchdog(struct ftrace_graph_ent *trace, in trace_graph_entry_watchdog()
|
H A D | trace_irqsoff.c | 178 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace, in irqsoff_graph_entry()
|
H A D | trace_sched_wakeup.c | 115 static int wakeup_graph_entry(struct ftrace_graph_ent *trace, in wakeup_graph_entry()
|
H A D | ftrace.c | 818 static int profile_graph_entry(struct ftrace_graph_ent *trace, in profile_graph_entry()
|
/linux/include/linux/ |
H A D | ftrace.h | 1127 struct ftrace_graph_ent { struct 1164 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *, 1168 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, 1128 funcftrace_graph_ent global() argument 1129 depthftrace_graph_ent global() argument
|