Searched refs:ftrace_graph_ent (Results 1 - 9 of 9) sorted by relevance

/linux-master/kernel/trace/
H A Dfgraph.c126 struct ftrace_graph_ent trace;
388 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace)
484 static int ftrace_graph_entry_test(struct ftrace_graph_ent *trace)
H A Dtrace_functions_graph.c104 struct ftrace_graph_ent *trace,
132 int trace_graph_entry(struct ftrace_graph_ent *trace)
199 struct ftrace_graph_ent ent = {
688 struct ftrace_graph_ent *call;
743 struct ftrace_graph_ent *call = &entry->graph_ent;
931 struct ftrace_graph_ent *call = &field->graph_ent;
H A Dtrace.h682 int trace_graph_entry(struct ftrace_graph_ent *trace);
889 struct ftrace_graph_ent *trace,
899 static inline int ftrace_graph_addr(struct ftrace_graph_ent *trace)
976 static inline int ftrace_graph_addr(struct ftrace_graph_ent *trace)
991 static inline bool ftrace_graph_ignore_func(struct ftrace_graph_ent *trace)
H A Dtrace_entries.h80 __field_struct( struct ftrace_graph_ent, graph_ent )
H A Dtrace_irqsoff.c178 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace)
H A Dtrace_sched_wakeup.c115 static int wakeup_graph_entry(struct ftrace_graph_ent *trace)
H A Dtrace_selftest.c765 static int trace_graph_entry_watchdog(struct ftrace_graph_ent *trace)
H A Dftrace.c820 static int profile_graph_entry(struct ftrace_graph_ent *trace)
/linux-master/include/linux/
H A Dftrace.h1010 struct ftrace_graph_ent { struct
1034 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *); /* entry */
1036 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);

Completed in 203 milliseconds