Searched refs:next_prio (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c16 int next_prio; member in struct:sched_switch_args
H A Dtest_stacktrace_map.c50 int next_prio; member in struct:sched_switch_args
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h44 __field( unsigned short, next_prio )
51 __entry->next_prio = next->prio;
54 TP_printk("prev_prio=%d next_pid=%d next_prio=%d",
55 __entry->prev_prio, __entry->next_pid, __entry->next_prio)
/linux-master/tools/perf/scripts/perl/
H A Dwakeup-latency.pl33 $next_prio) = @_;
/linux-master/tools/perf/python/
H A Dtracepoint.py37 print("time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % (
45 event.next_prio))
/linux-master/kernel/trace/
H A Dtrace_entries.h146 __field( unsigned char, next_prio ) \
159 __entry->next_pid, __entry->next_prio, __entry->next_state,
177 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_sched_wakeup.c393 entry->next_prio = next->prio;
421 entry->next_prio = wakee->prio;
H A Dtrace_output.c1093 field->next_prio,
1127 field->next_prio,
1163 SEQ_PUT_HEX_FIELD(s, field->next_prio);
1194 SEQ_PUT_FIELD(s, field->next_prio);
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py334 next_comm, next_pid, next_prio):
423 next_comm, next_pid, next_prio):
428 next_comm, next_pid, next_prio)
H A Dtask-analyzer.py923 next_prio, perf_sample_dict):
/linux-master/include/trace/events/
H A Dsched.h238 __field( int, next_prio )
248 __entry->next_prio = next->prio;
252 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d",
268 __entry->next_comm, __entry->next_pid, __entry->next_prio)

Completed in 169 milliseconds