Searched refs:next_pid (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c15 int next_pid; member in struct:sched_switch_args
H A Dtest_stacktrace_map.c49 int next_pid; member in struct:sched_switch_args
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h45 __field( pid_t, next_pid )
50 __entry->next_pid = next->pid;
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.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/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" % (
44 event.next_pid,
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py334 next_comm, next_pid, next_prio):
342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
345 threads[next_pid] = next_comm
346 self.current_tsk[headers.cpu] = next_pid
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
423 next_comm, next_pid, next_prio):
428 next_comm, next_pid, next_prio)
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid,
934 _handle_task_start(next_pid, common_cpu, next_comm, time)
/linux-master/kernel/trace/
H A Dtrace_entries.h142 __field( unsigned int, next_pid ) \
159 __entry->next_pid, __entry->next_prio, __entry->next_state,
177 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_output.c1085 trace_find_cmdline(field->next_pid, comm);
1092 field->next_pid,
1126 field->next_pid,
1162 SEQ_PUT_HEX_FIELD(s, field->next_pid);
1193 SEQ_PUT_FIELD(s, field->next_pid);
H A Dtrace_sched_wakeup.c392 entry->next_pid = next->pid;
420 entry->next_pid = wakee->pid;
/linux-master/include/trace/events/
H A Dsched.h237 __field( pid_t, next_pid )
247 __entry->next_pid = next->pid;
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)
/linux-master/tools/perf/
H A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state,
466 p = find_create_pid(tchart, next_pid);
474 pid_put_sample(tchart, next_pid, p->current->state, cpu,
648 int next_pid = evsel__intval(evsel, sample, "next_pid"); local
651 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid,
458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) argument
H A Dbuiltin-sched.c844 next_pid = evsel__intval(evsel, sample, "next_pid"); local
869 prev_comm, prev_pid, next_comm, next_pid, delta);
872 next = register_pid(sched, next_pid, next_comm);
1109 next_pid = evsel__intval(evsel, sample, "next_pid"); local
1132 sched_in = machine__findnew_thread(machine, -1, next_pid);
1544 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); local
1585 sched_in = map__findnew_thread(sched, machine, -1, next_pid);
1694 next_pid = evsel__intval(evsel, sample, "next_pid"); local
2020 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); local
[all...]

Completed in 222 milliseconds