Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/fs/f2fs/
H A Dtrace.c153 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 Dtrace_entries.h116 __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 Dtrace_output.c928 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 Dtrace_sched_wakeup.c395 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 Dtest_tracepoint.c15 int next_pid; member
H A Dtest_stacktrace_map.c49 int next_pid; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c15 int next_pid; member
H A Dtest_stacktrace_map.c49 int next_pid; member
/kernel/linux/linux-6.6/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_sched_wakeup.c392 entry->next_pid = next->pid; in tracing_sched_switch_trace()
420 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
H A Dtrace_output.c1085 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 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,
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/kernel/linux/linux-5.10/samples/bpf/
H A Doffwaketime_kern.c120 int next_pid; member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c840 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 Dbuiltin-timechart.c440 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 Dbuiltin-sched.c862 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 Dbuiltin-timechart.c459 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 Dsched.h157 __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 Dsched.h242 __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)

Completed in 24 milliseconds

12