Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_entries.h120 __field( unsigned char, next_prio ) \
133 __entry->next_pid, __entry->next_prio, __entry->next_state,
151 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_output.c936 field->next_prio, in trace_ctxwake_print()
970 field->next_prio, in trace_ctxwake_raw()
1006 SEQ_PUT_HEX_FIELD(s, field->next_prio); in trace_ctxwake_hex()
1037 SEQ_PUT_FIELD(s, field->next_prio); in trace_ctxwake_bin()
H A Dtrace_sched_wakeup.c396 entry->next_prio = next->prio; in tracing_sched_switch_trace()
424 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c16 int next_prio; member
H A Dtest_stacktrace_map.c50 int next_prio; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c16 int next_prio; member
H A Dtest_stacktrace_map.c50 int next_prio; member
/kernel/linux/linux-6.6/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; in tracing_sched_switch_trace()
421 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
H A Dtrace_output.c1093 field->next_prio, in trace_ctxwake_print()
1127 field->next_prio, in trace_ctxwake_raw()
1163 SEQ_PUT_HEX_FIELD(s, field->next_prio); in trace_ctxwake_hex()
1194 SEQ_PUT_FIELD(s, field->next_prio); in trace_ctxwake_bin()
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
H A Dwakeup-latency.pl33 $next_prio) = @_;
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-6.6/tools/perf/scripts/perl/
H A Dwakeup-latency.pl33 $next_prio) = @_;
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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):
/kernel/linux/linux-5.10/samples/bpf/
H A Doffwaketime_kern.c121 int next_prio; member
/kernel/linux/linux-5.10/include/trace/events/
H A Dsched.h158 __field( int, next_prio )
168 __entry->next_prio = next->prio;
172 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d",
188 __entry->next_comm, __entry->next_pid, __entry->next_prio)
/kernel/linux/linux-6.6/include/trace/events/
H A Dsched.h243 __field( int, next_prio )
253 __entry->next_prio = next->prio;
257 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d",
273 __entry->next_comm, __entry->next_pid, __entry->next_prio)

Completed in 13 milliseconds