| /Linux-v5.4/fs/f2fs/ |
| D | trace.c | 153 pid_t next_pid = 0; in f2fs_destroy_trace_ios() local 157 while ((found = gang_lookup_pids(pid, next_pid, PIDVEC_SIZE))) { in f2fs_destroy_trace_ios() 160 next_pid = pid[found - 1] + 1; in f2fs_destroy_trace_ios()
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 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): argument 428 next_comm, next_pid, next_prio)
|
| /Linux-v5.4/kernel/trace/ |
| D | trace_entries.h | 122 __field( unsigned int, next_pid ) \ 139 __entry->next_pid, __entry->next_prio, __entry->next_state, 159 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
| D | trace_output.c | 906 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print() 913 field->next_pid, in trace_ctxwake_print() 947 field->next_pid, in trace_ctxwake_raw() 983 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex() 1014 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
|
| D | trace_sched_wakeup.c | 393 entry->next_pid = next->pid; in tracing_sched_switch_trace() 421 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | test_tracepoint.c | 15 int next_pid; member
|
| D | test_stacktrace_map.c | 49 int next_pid; member
|
| /Linux-v5.4/tools/perf/python/ |
| D | tracepoint.py | 44 event.next_pid,
|
| /Linux-v5.4/tools/perf/scripts/perl/ |
| D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
| /Linux-v5.4/include/trace/events/ |
| D | sched.h | 152 __field( pid_t, next_pid ) 162 __entry->next_pid = next->pid; 183 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
| /Linux-v5.4/samples/bpf/ |
| D | offwaketime_kern.c | 114 int next_pid; member
|
| /Linux-v5.4/Documentation/trace/ |
| D | histogram.rst | 1702 'next_pid':: 1704 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \ 1708 same pid as 'next_pid'. 1726 # echo 'hist:keys=next_pid:ts1=common_timestamp ...' >> event/trigger 1754 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> event2/trigger 1972 CPU by a sched_switch event (saved_pid matches next_pid), calculate 1976 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0:\ 2019 # echo 'hist:keys=next_pid:\ 2030 { next_pid: 2255 } hitcount: 239 2036 { next_pid: 2256 } hitcount: 2355 [all …]
|
| D | ftrace.rst | 3275 …5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2242 next_prio=120 3276 …st-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next_pid=60 next_prio=120 3278 …r/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2229 next_prio=12… 3292 …r/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2243 next_prio=120 3293 …ot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_pid=0 next_prio=120 3372 …=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next_pid=9 next_prio=120 3373 …=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_pid=0 next_prio=120 3376 …=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next_pid=59 next_prio=120 3378 …m=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=1998 next_prio=120
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-sched.c | 836 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 861 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 864 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 1107 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1130 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1526 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1564 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1671 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 1685 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event() 2005 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local [all …]
|
| D | builtin-timechart.c | 440 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument 447 p = find_create_pid(tchart, next_pid); in sched_switch() 455 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch() 626 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 629 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
|