/linux-4.1.27/fs/f2fs/ |
D | trace.c | 147 pid_t next_pid = 0; in f2fs_destroy_trace_ios() local 151 while ((found = gang_lookup_pids(pid, next_pid, PIDVEC_SIZE))) { in f2fs_destroy_trace_ios() 154 next_pid = pid[found - 1] + 1; in f2fs_destroy_trace_ios()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 332 next_comm, next_pid, next_prio): argument 340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 343 threads[next_pid] = next_comm 344 self.current_tsk[headers.cpu] = next_pid 347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 421 next_comm, next_pid, next_prio): argument 426 next_comm, next_pid, next_prio)
|
/linux-4.1.27/kernel/trace/ |
D | trace_entries.h | 120 __field( unsigned int, next_pid ) \ 137 __entry->next_pid, __entry->next_prio, __entry->next_state, 157 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
D | trace_output.c | 900 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print() 907 field->next_pid, in trace_ctxwake_print() 941 field->next_pid, in trace_ctxwake_raw() 977 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex() 1008 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
|
D | trace_sched_wakeup.c | 385 entry->next_pid = next->pid; in tracing_sched_switch_trace() 413 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
|
/linux-4.1.27/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 721 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 746 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 749 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 955 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 978 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1308 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1332 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event() 1395 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 1409 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
|
D | builtin-timechart.c | 438 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument 445 p = find_create_pid(tchart, next_pid); in sched_switch() 453 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch() 627 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 630 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
|
/linux-4.1.27/include/trace/events/ |
D | sched.h | 130 __field( pid_t, next_pid ) 140 __entry->next_pid = next->pid; 152 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2631 …r/5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2242 next_prio=120 2632 …test-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next_pid=60 next_prio=120 2634 …r/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2229 next_prio=120 2648 …r/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2243 next_prio=120 2649 …ot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_pid=0 next_prio=120 2725 …=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next_pid=9 next_prio=120 2726 …=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_pid=0 next_prio=120 2729 …=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next_pid=59 next_prio=120 2731 …m=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=1998 next_prio=120
|