Lines Matching refs:trace_ctx
118 unsigned int trace_ctx, struct ftrace_regs *fregs) in __graph_entry() argument
128 event = trace_buffer_lock_reserve(buffer, TRACE_GRAPH_ENT, size, trace_ctx); in __graph_entry()
149 unsigned int trace_ctx) in __trace_graph_entry() argument
151 return __graph_entry(tr, trace, trace_ctx, NULL); in __trace_graph_entry()
157 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
165 sizeof(*entry), trace_ctx); in __trace_graph_retaddr_entry()
179 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
207 unsigned int trace_ctx; in graph_entry() local
265 trace_ctx = tracing_gen_ctx(); in graph_entry()
269 ret = __trace_graph_retaddr_entry(tr, trace, trace_ctx, retaddr); in graph_entry()
271 ret = __graph_entry(tr, trace, trace_ctx, fregs); in graph_entry()
295 unsigned long ip, unsigned int trace_ctx) in __trace_graph_function() argument
307 __trace_graph_entry(tr, &ent, trace_ctx); in __trace_graph_function()
308 __trace_graph_return(tr, &ret, trace_ctx, time, time); in __trace_graph_function()
314 unsigned int trace_ctx) in trace_graph_function() argument
316 __trace_graph_function(tr, ip, trace_ctx); in trace_graph_function()
321 unsigned int trace_ctx, in __trace_graph_return() argument
329 sizeof(*entry), trace_ctx); in __trace_graph_return()
356 unsigned int trace_ctx; in trace_graph_return() local
384 trace_ctx = tracing_gen_ctx(); in trace_graph_return()
385 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime); in trace_graph_return()