Home
last modified time | relevance | path

Searched refs:parent_pid (Results 1 – 2 of 2) sorted by relevance

/art/perfetto_hprof/
Dperfetto_hprof.cc286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() argument
287 : parent_pid_(parent_pid), ctx_(ctx), timestamp_(timestamp), in Writer()
464 pid_t parent_pid = getpid(); in DumpPerfetto() local
465 LOG(INFO) << "preparing to dump heap for " << parent_pid; in DumpPerfetto()
518 [parent_pid, timestamp](JavaHprofDataSource::TraceContext ctx) in DumpPerfetto()
529 LOG(INFO) << "dumping heap for " << parent_pid; in DumpPerfetto()
533 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
665 LOG(INFO) << "finished dumping heap for " << parent_pid; in DumpPerfetto()
/art/tools/common/
Dcommon.py458 parent_pid = output[:end_of_first_line]
465 if 'Running dex2oat (parent PID = ' + parent_pid in line: