Searched defs:timestamp (Results 1 – 3 of 3) sorted by relevance
286 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()513 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local
140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local