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()
119 unsigned int trace_ctx; in wakeup_graph_entry() local
134 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_graph_entry()
137 ret = __trace_graph_entry(tr, trace, trace_ctx); in wakeup_graph_entry()
148 unsigned int trace_ctx; in wakeup_graph_return() local
152 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_graph_return()
155 __trace_graph_return(tr, trace, trace_ctx); in wakeup_graph_return()
217 unsigned int trace_ctx; in wakeup_tracer_call() local
219 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_tracer_call()
223 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
303 unsigned int trace_ctx) in __trace_function() argument
306 trace_graph_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
308 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
375 unsigned int trace_ctx) in tracing_sched_switch_trace() argument
383 sizeof(*entry), trace_ctx); in tracing_sched_switch_trace()
396 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_switch_trace()
403 unsigned int trace_ctx) in tracing_sched_wakeup_trace() argument
411 sizeof(*entry), trace_ctx); in tracing_sched_wakeup_trace()
424 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_wakeup_trace()
437 unsigned int trace_ctx; in probe_wakeup_sched_switch() local
463 trace_ctx = tracing_gen_ctx_flags(flags); in probe_wakeup_sched_switch()
474 __trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, trace_ctx); in probe_wakeup_sched_switch()
475 tracing_sched_switch_trace(wakeup_trace, prev, next, trace_ctx); in probe_wakeup_sched_switch()
476 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup_sched_switch()
529 unsigned int trace_ctx; in probe_wakeup() local
554 trace_ctx = tracing_gen_ctx(); in probe_wakeup()
584 tracing_sched_wakeup_trace(wakeup_trace, p, current, trace_ctx); in probe_wakeup()
585 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup()
592 __trace_function(wakeup_trace, CALLER_ADDR1, CALLER_ADDR2, trace_ctx); in probe_wakeup()