Lines Matching refs:pc

76 			    int *pc)  in func_prolog_preempt_disable()  argument
84 *pc = preempt_count(); in func_prolog_preempt_disable()
116 int pc; in wakeup_tracer_call() local
118 if (!func_prolog_preempt_disable(tr, &data, &pc)) in wakeup_tracer_call()
122 trace_function(tr, ip, parent_ip, flags, pc); in wakeup_tracer_call()
240 int pc, ret = 0; in wakeup_graph_entry() local
242 if (!func_prolog_preempt_disable(tr, &data, &pc)) in wakeup_graph_entry()
246 ret = __trace_graph_entry(tr, trace, flags, pc); in wakeup_graph_entry()
258 int pc; in wakeup_graph_return() local
260 if (!func_prolog_preempt_disable(tr, &data, &pc)) in wakeup_graph_return()
264 __trace_graph_return(tr, trace, flags, pc); in wakeup_graph_return()
310 unsigned long flags, int pc) in __trace_function() argument
313 trace_graph_function(tr, ip, parent_ip, flags, pc); in __trace_function()
315 trace_function(tr, ip, parent_ip, flags, pc); in __trace_function()
374 unsigned long flags, int pc) in tracing_sched_switch_trace() argument
382 sizeof(*entry), flags, pc); in tracing_sched_switch_trace()
395 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); in tracing_sched_switch_trace()
402 unsigned long flags, int pc) in tracing_sched_wakeup_trace() argument
410 sizeof(*entry), flags, pc); in tracing_sched_wakeup_trace()
423 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); in tracing_sched_wakeup_trace()
435 int pc; in probe_wakeup_sched_switch() local
454 pc = preempt_count(); in probe_wakeup_sched_switch()
472 __trace_function(wakeup_trace, CALLER_ADDR0, CALLER_ADDR1, flags, pc); in probe_wakeup_sched_switch()
473 tracing_sched_switch_trace(wakeup_trace, prev, next, flags, pc); in probe_wakeup_sched_switch()
527 int pc; in probe_wakeup() local
548 pc = preempt_count(); in probe_wakeup()
584 tracing_sched_wakeup_trace(wakeup_trace, p, current, flags, pc); in probe_wakeup()
591 __trace_function(wakeup_trace, CALLER_ADDR1, CALLER_ADDR2, flags, pc); in probe_wakeup()