Searched refs:prev_pid (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c11 int prev_pid; member in struct:sched_switch_args
H A Dtest_stacktrace_map.c45 int prev_pid; member in struct:sched_switch_args
/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" % (
40 event.prev_pid,
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
340 if on_cpu_task != -1 and on_cpu_task != prev_pid:
342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
344 threads[prev_pid] = prev_comm
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state,
427 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid,
933 _handle_task_finish(prev_pid, common_cpu, time, perf_sample_dict)
/linux-master/kernel/trace/
H A Dtrace_entries.h141 __field( unsigned int, prev_pid ) \
158 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
176 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
H A Dtrace_functions_graph.c391 pid_t prev_pid; local
402 prev_pid = *last_pid;
405 if (prev_pid == -1)
417 print_graph_proc(s, prev_pid);
H A Dtrace_sched_wakeup.c389 entry->prev_pid = prev->pid;
417 entry->prev_pid = curr->pid;
H A Dtrace_output.c1088 field->prev_pid,
1122 field->prev_pid,
1158 SEQ_PUT_HEX_FIELD(s, field->prev_pid);
1189 SEQ_PUT_FIELD(s, field->prev_pid);
/linux-master/samples/bpf/
H A Doffwaketime.bpf.c111 u32 pid = ctx->prev_pid;
/linux-master/include/trace/events/
H A Dsched.h233 __field( pid_t, prev_pid )
243 __entry->prev_pid = prev->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",
253 __entry->prev_comm, __entry->prev_pid, __entry->prev_prio,
/linux-master/tools/perf/util/
H A Dthread_map.c188 pid_t pid, prev_pid = INT_MAX; local
204 if (pid == prev_pid)
/linux-master/tools/perf/
H A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state,
464 prev_p = find_create_pid(tchart, prev_pid);
469 pid_put_sample(tchart, prev_pid, TYPE_RUNNING, cpu,
647 int prev_pid = evsel__intval(evsel, sample, "prev_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.c843 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
869 prev_comm, prev_pid, next_comm, next_pid, delta);
871 prev = register_pid(sched, prev_pid, prev_comm);
1108 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
1131 sched_out = machine__findnew_thread(machine, -1, prev_pid);
1693 u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
1701 if (sched->curr_pid[this_cpu] != prev_pid)
[all...]

Completed in 440 milliseconds