/kernel/linux/linux-6.6/samples/trace_events/ |
H A D | trace_custom_sched.h | 45 __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)
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | sched-migration.py | 334 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)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | sched-migration.py | 334 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)
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A 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()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_entries.h | 116 __field( unsigned int, next_pid ) \ 133 __entry->next_pid, __entry->next_prio, __entry->next_state, 151 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
H A D | trace_output.c | 928 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print() 935 field->next_pid, in trace_ctxwake_print() 969 field->next_pid, in trace_ctxwake_raw() 1005 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex() 1036 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
|
H A D | trace_sched_wakeup.c | 395 entry->next_pid = next->pid; in tracing_sched_switch_trace() 423 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 15 int next_pid; member
|
H A D | test_stacktrace_map.c | 49 int next_pid; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 15 int next_pid; member
|
H A D | test_stacktrace_map.c | 49 int next_pid; member
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_entries.h | 142 __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 D | trace_sched_wakeup.c | 392 entry->next_pid = next->pid; in tracing_sched_switch_trace() 420 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
|
H A D | trace_output.c | 1085 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print() 1092 field->next_pid, in trace_ctxwake_print() 1126 field->next_pid, in trace_ctxwake_raw() 1162 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex() 1193 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
|
/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | tracepoint.py | 37 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,
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | tracepoint.py | 37 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,
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | offwaketime_kern.c | 120 int next_pid; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 840 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 865 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 868 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 1112 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1135 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1532 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1570 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1677 next_pid = evsel__intval(evsel, sample, "next_pid"); process_sched_switch_event() local 2010 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_print_sample() local [all...] |
H A D | builtin-timechart.c | 440 int prev_pid, int next_pid, u64 prev_state, in sched_switch() 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 = 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() 439 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) sched_switch() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 862 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 887 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 890 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 1134 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1157 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1569 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1610 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1719 next_pid = evsel__intval(evsel, sample, "next_pid"); process_sched_switch_event() local 2057 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_print_sample() local [all...] |
H A D | builtin-timechart.c | 459 int prev_pid, int next_pid, u64 prev_state, in sched_switch() 466 p = find_create_pid(tchart, next_pid); in sched_switch() 474 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch() 648 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 651 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch() 458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) sched_switch() argument
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 157 __field( pid_t, next_pid ) 167 __entry->next_pid = next->pid; 172 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d", 188 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 242 __field( pid_t, next_pid ) 252 __entry->next_pid = next->pid; 257 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d", 273 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|