Searched refs:prev_prio (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_entries.h112 __field( unsigned char, prev_prio ) \
128 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
147 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
H A Dtrace_sched_switch.c41 entry->prev_prio = prev->prio;
97 entry->prev_prio = curr->prio;
H A Dtrace_output.c933 field->prev_prio,
968 field->prev_prio,
1005 SEQ_PUT_HEX_FIELD_RET(s, field->prev_prio);
1036 SEQ_PUT_FIELD_RET(s, field->prev_prio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c657 inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
661 if (prio < prev_prio) {
668 rt_rq->highest_prio.next = prev_prio;
688 dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) argument
695 if (rq->online && rt_rq->highest_prio.curr != prev_prio)
702 void inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {} argument
704 void dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {} argument
712 int prev_prio = rt_rq->highest_prio.curr; local
714 if (prio < prev_prio)
717 inc_rt_prio_smp(rt_rq, prio, prev_prio);
723 int prev_prio = rt_rq->highest_prio.curr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dsched.h123 __field( int, prev_prio )
133 __entry->prev_prio = prev->prio;
140 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s ==> next_comm=%s next_pid=%d next_prio=%d",
141 __entry->prev_comm, __entry->prev_pid, __entry->prev_prio,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
420 prev_comm, prev_pid, prev_prio, prev_state,
425 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c650 u32 prev_prio; member in struct:trace_switch_event
1482 FILL_FIELD(switch_event, prev_prio, event, data);
H A Dbuiltin-timechart.c340 int prev_prio; member in struct:sched_switch

Completed in 77 milliseconds