Lines Matching refs:trace_ctx
70 unsigned int *trace_ctx) in func_prolog_preempt_disable() argument
78 *trace_ctx = tracing_gen_ctx(); in func_prolog_preempt_disable()
120 unsigned int trace_ctx; in wakeup_graph_entry() local
135 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_graph_entry()
138 ret = __trace_graph_entry(tr, trace, trace_ctx); in wakeup_graph_entry()
150 unsigned int trace_ctx; in wakeup_graph_return() local
154 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_graph_return()
157 __trace_graph_return(tr, trace, trace_ctx); in wakeup_graph_return()
221 unsigned int trace_ctx; in wakeup_tracer_call() local
223 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_tracer_call()
227 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
307 unsigned int trace_ctx) in __trace_function() argument
310 trace_graph_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
312 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
379 unsigned int trace_ctx) in tracing_sched_switch_trace() argument
387 sizeof(*entry), trace_ctx); in tracing_sched_switch_trace()
400 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_switch_trace()
407 unsigned int trace_ctx) in tracing_sched_wakeup_trace() argument
415 sizeof(*entry), trace_ctx); in tracing_sched_wakeup_trace()
428 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_wakeup_trace()
441 unsigned int trace_ctx; in probe_wakeup_sched_switch() local
467 trace_ctx = tracing_gen_ctx_flags(flags); in probe_wakeup_sched_switch()
478 __trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, trace_ctx); in probe_wakeup_sched_switch()
479 tracing_sched_switch_trace(wakeup_trace, prev, next, trace_ctx); in probe_wakeup_sched_switch()
480 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup_sched_switch()
533 unsigned int trace_ctx; in probe_wakeup() local
558 trace_ctx = tracing_gen_ctx(); in probe_wakeup()
588 tracing_sched_wakeup_trace(wakeup_trace, p, current, trace_ctx); in probe_wakeup()
589 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup()
596 __trace_function(wakeup_trace, CALLER_ADDR1, CALLER_ADDR2, trace_ctx); in probe_wakeup()