• Home
  • Raw
  • Download

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()
219 unsigned int trace_ctx; in wakeup_tracer_call() local
221 if (!func_prolog_preempt_disable(tr, &data, &trace_ctx)) in wakeup_tracer_call()
225 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
305 unsigned int trace_ctx) in __trace_function() argument
308 trace_graph_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
310 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
377 unsigned int trace_ctx) in tracing_sched_switch_trace() argument
385 sizeof(*entry), trace_ctx); in tracing_sched_switch_trace()
398 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_switch_trace()
405 unsigned int trace_ctx) in tracing_sched_wakeup_trace() argument
413 sizeof(*entry), trace_ctx); in tracing_sched_wakeup_trace()
426 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in tracing_sched_wakeup_trace()
438 unsigned int trace_ctx; in probe_wakeup_sched_switch() local
464 trace_ctx = tracing_gen_ctx_flags(flags); in probe_wakeup_sched_switch()
475 __trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, trace_ctx); in probe_wakeup_sched_switch()
476 tracing_sched_switch_trace(wakeup_trace, prev, next, trace_ctx); in probe_wakeup_sched_switch()
477 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup_sched_switch()
530 unsigned int trace_ctx; in probe_wakeup() local
555 trace_ctx = tracing_gen_ctx(); in probe_wakeup()
585 tracing_sched_wakeup_trace(wakeup_trace, p, current, trace_ctx); in probe_wakeup()
586 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup()
593 __trace_function(wakeup_trace, CALLER_ADDR1, CALLER_ADDR2, trace_ctx); in probe_wakeup()