Home
last modified time | relevance | path

Searched defs:next_pid (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc71 uint32_t next_pid, in PushSchedSwitch()
125 uint32_t next_pid, in PushSchedSwitchCompact()
197 uint32_t next_pid, in AddRawEventAndStartSlice()
Dftrace_parser.cc714 uint32_t next_pid = static_cast<uint32_t>(ss.next_pid()); in ParseSchedSwitch() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_tracepoint.c15 int next_pid; member
Dtest_stacktrace_map.c49 int next_pid; member
/external/bcc/examples/cpp/
DUseExternalMap.cc19 int next_pid; member
/external/perfetto/protos/perfetto/trace/ftrace/
Dsched.proto14 optional int32 next_pid = 6; field
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.cc88 auto next_pid = base::StringToUInt32(args["next_pid"]); in ParseLine() local
/external/ltp/testcases/kernel/sched/eas/
Dtrace_parse.h45 unsigned short next_pid; member
/external/perfetto/src/trace_processor/
Dtimestamped_trace_piece.h44 int32_t next_pid; member
/external/perfetto/src/traced/probes/ftrace/
Dcompact_sched.h99 protozero::PackedVarInt& next_pid() { return next_pid_; } in next_pid() function
Dcpu_reader.cc791 int32_t next_pid = ReadValue<int32_t>(start + format->next_pid_offset); in ParseSchedSwitchCompact() local
/external/perfetto/test/
Dsynth_common.py90 next_pid, argument
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto4906 optional int32 next_pid = 6; field