Searched refs:ftrace_graph_ent (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 124 static int __graph_entry(struct trace_array *tr, struct ftrace_graph_ent *trace, in __graph_entry() 155 struct ftrace_graph_ent *trace, in __trace_graph_entry() 163 struct ftrace_graph_ent *trace, in __trace_graph_retaddr_entry() 185 struct ftrace_graph_ent *trace, in __trace_graph_retaddr_entry() 206 static int graph_entry(struct ftrace_graph_ent *trace, in graph_entry() 276 int trace_graph_entry(struct ftrace_graph_ent *trace, in trace_graph_entry() 283 static int trace_graph_entry_args(struct ftrace_graph_ent *trace, in trace_graph_entry_args() 295 struct ftrace_graph_ent ent = { in __trace_graph_function() 916 struct ftrace_graph_ent *call; in print_graph_entry_leaf() 985 struct ftrace_graph_ent *call = &entry->graph_ent; 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() 1199 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 | fprobe.c | 249 static int fprobe_entry(struct ftrace_graph_ent *trace, struct fgraph_ops *gops, in fprobe_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,
|