Home
last modified time | relevance | path

Searched refs:prev_prio (Results 1 – 13 of 13) sorted by relevance

/linux/samples/trace_events/
H A Dtrace_custom_sched.h43 __field( unsigned short, prev_prio )
49 __entry->prev_prio = prev->prio;
55 __entry->prev_prio, __entry->next_pid, __entry->next_prio)
/linux/kernel/trace/
H A Dtrace_entries.h174 __field( unsigned char, prev_prio ) \
188 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
206 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
H A Dtrace_sched_wakeup.c403 entry->prev_prio = prev->prio; in tracing_sched_switch_trace()
429 entry->prev_prio = curr->prio; in tracing_sched_wakeup_trace()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c12 int prev_prio; member
H A Dtest_stacktrace_map.c
/linux/tools/perf/python/
H A Dtracepoint.py44 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" % (
48 event.prev_prio,
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/linux/tools/perf/scripts/python/
H A Dsched-migration.py333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
422 prev_comm, prev_pid, prev_prio, prev_state, argument
427 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
/linux/Documentation/trace/
H A Dfprobetrace.rst199 …0 [000] d..2. 3912.083993: sched_switch: prev_comm=sh prev_pid=70 prev_prio=120 prev_state=S…
201 … [000] d..2. 3912.084183: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R…
203 …00] d..2. 3912.084196: sched_switch: prev_comm=rcu_preempt prev_pid=16 prev_prio=120 prev_state=I…
205 … [000] d..2. 3912.085191: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R…
H A Deprobetrace.rst92 field:int prev_prio; offset:28; size:4; signed:1;
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst152 … sched:sched_switch: prev_comm=migration/9 prev_pid=67 prev_prio=0 prev_state=S =…
/linux/tools/perf/
H A Dbuiltin-sched.c2149 int prev_prio = (int)perf_sample__intval(sample, "prev_prio"); in timehist_header()
2152 if (tr->prio != prev_prio && tr->prio != -1) in timehist_header()
2153 scnprintf(prio_str, sizeof(prio_str), "%d->%d", tr->prio, prev_prio); in timehist_header()
2155 scnprintf(prio_str, sizeof(prio_str), "%d", prev_prio); in timehist_header()
2657 prio = perf_sample__intval(sample, "prev_prio"); in timehist_sched_wakeup_event()
2076 int prev_prio = (int)evsel__intval(evsel, sample, "prev_prio"); timehist_get_priostr() local