Lines Matching refs:trace_ctx
128 unsigned int trace_ctx, struct ftrace_regs *fregs) in __graph_entry() argument
138 event = trace_buffer_lock_reserve(buffer, TRACE_GRAPH_ENT, size, trace_ctx); in __graph_entry()
159 unsigned int trace_ctx) in __trace_graph_entry() argument
161 return __graph_entry(tr, trace, trace_ctx, NULL); in __trace_graph_entry()
167 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
180 size, trace_ctx); in __trace_graph_retaddr_entry()
201 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
232 unsigned int trace_ctx; in graph_entry() local
281 trace_ctx = tracing_gen_ctx(); in graph_entry()
285 ret = __trace_graph_retaddr_entry(tr, trace, trace_ctx, in graph_entry()
288 ret = __graph_entry(tr, trace, trace_ctx, fregs); in graph_entry()
310 unsigned long ip, unsigned int trace_ctx) in __trace_graph_function() argument
322 __trace_graph_entry(tr, &ent, trace_ctx); in __trace_graph_function()
323 __trace_graph_return(tr, &ret, trace_ctx, time, time); in __trace_graph_function()
329 unsigned int trace_ctx) in trace_graph_function() argument
331 __trace_graph_function(tr, ip, trace_ctx); in trace_graph_function()
336 unsigned int trace_ctx, in __trace_graph_return() argument
344 sizeof(*entry), trace_ctx); in __trace_graph_return()
374 unsigned int trace_ctx; in trace_graph_return() local
395 trace_ctx = tracing_gen_ctx(); in trace_graph_return()
396 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime); in trace_graph_return()