Home
last modified time | relevance | path

Searched refs:trace_preempt_on (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_preemptirq.c118 void trace_preempt_on(unsigned long a0, unsigned long a1) in trace_preempt_on() function
/linux/include/linux/
H A Dftrace.h1098 extern void trace_preempt_on(unsigned long a0, unsigned long a1);
1105 # define trace_preempt_on(a0, a1) do { } while (0) macro
/linux/kernel/
H A Dsoftirq.c347 trace_preempt_on(CALLER_ADDR0, get_lock_parent_ip()); in __local_bh_enable()
/linux/Documentation/trace/
H A Dftrace.rst1702 sshd-1991 1d..1 47us+: trace_preempt_on <-do_IRQ
1771 bash-1994 1.N.1 84us+: trace_preempt_on <-task_rq_unlock
1854 ls-2230 3...1 101us+: trace_preempt_on <-ata_scsi_queuecmd
/linux/kernel/sched/
H A Dcore.c5874 trace_preempt_on(CALLER_ADDR0, get_lock_parent_ip()); in preempt_count_sub()