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