Searched refs:prev_state (Results 76 - 89 of 89) sorted by path

1234

/linux-master/kernel/trace/
H A Dtrace_sched_wakeup.c391 entry->prev_state = task_state_index(prev);
419 entry->prev_state = task_state_index(curr);
432 unsigned int prev_state)
430 probe_wakeup_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) argument
/linux-master/lib/dim/
H A Dnet_dim.c167 int prev_state = dim->tune_state; local
211 if (prev_state != DIM_PARKING_ON_TOP ||
/linux-master/net/dsa/
H A Dport.c186 u8 prev_state; local
193 &prev_state);
202 (prev_state == BR_STATE_LEARNING ||
203 prev_state == BR_STATE_FORWARDING) &&
/linux-master/net/ipv4/
H A Dtcp_bbr.c485 u8 prev_state = bbr->prev_ca_state, state = inet_csk(sk)->icsk_ca_state; local
495 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) {
501 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) {
/linux-master/samples/bpf/
H A Dcpustat_kern.c106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; local
135 prev_state = *cstate;
198 key = cpu * MAX_CSTATE_ENTRIES + prev_state;
214 u64 *pts, *cstate, *pstate, prev_state, cur_ts, delta; local
235 prev_state = *pstate;
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h30 unsigned int prev_state),
32 TP_ARGS(preempt, prev, next, prev_state),
/linux-master/tools/perf/
H A Dbuiltin-sched.c845 const char prev_state = evsel__taskstate(evsel, sample, "prev_state"); local
877 add_sched_event_sleep(sched, prev, timestamp, prev_state);
1110 const char prev_state = evsel__taskstate(evsel, sample, "prev_state"); local
1146 if (add_sched_out_event(out_events, prev_state, timestamp))
2556 const char state = evsel__taskstate(evsel, sample, "prev_state");
H A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state,
485 if (prev_state & 2)
487 if (prev_state == 0)
649 u64 prev_state = evsel__intval(evsel, sample, "prev_state"); local
652 prev_state, backtrace);
458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) argument
/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" % (
42 event.prev_state,
/linux-master/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid,
/linux-master/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c267 int prev_state; local
276 prev_state = (int)ctx[3];
278 prev_state = get_task_state(prev);
280 return off_cpu_stat(ctx, prev, next, prev_state & 0xff);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_stacktrace_map.c47 long long prev_state; member in struct:sched_switch_args
H A Dtest_tracepoint.c13 long long prev_state; member in struct:sched_switch_args

Completed in 233 milliseconds

1234