Home
last modified time | relevance | path

Searched refs:ppid_ (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/process/
Dprocess_iterator.h48 ProcessId parent_pid() const { return ppid_; }
56 ProcessId ppid_;
Dprocess_iterator.cc11 ProcessEntry::ProcessEntry() : pid_(0), ppid_(0), gid_(0) {} in ProcessEntry()
Dprocess_iterator_linux.cc138 entry_.ppid_ = GetProcStatsFieldAsInt64(proc_stats, internal::VM_PPID); in CheckForNextProcess()
/external/perf_data_converter/src/quipper/
Dtest_perf_data.h325 ppid_(ppid), in ExampleForkExitEvent()
333 const u32 ppid_; variable
Dtest_perf_data.cc309 .ppid = MaybeSwap32(ppid_), in WriteTo()