Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 9 of 9) sorted by relevance

/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java149 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs() local
DOdsignTestUtils.java394 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedBeforeTime() local
405 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedAfterTime() local
/art/perfetto_hprof/
Dperfetto_hprof.cc347 Writer(pid_t pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()
1047 void WriteHeapPackets(pid_t parent_pid, uint64_t timestamp) { in WriteHeapPackets()
1111 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfetto()
1175 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfettoOutOfMemory()
/art/tools/trace_parser/
Dlong_running_method_trace_parser.cc76 size_t timestamp) { in PrintTraceEntry()
/art/test/2246-trace-stream/src/
DBaseTraceParser.java189 public void CheckTimestamp(int timestamp, int threadId, in CheckTimestamp()
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
/art/runtime/
Dtrace_profile.cc571 uint64_t timestamp = TimestampCounter::GetTimestamp(); in FlushBufferAndRecordTraceEvent() local
Dtrace.cc1557 uint64_t timestamp = method_trace_entries[record_index++]; in ReadValuesFromRecord() local
/art/runtime/jit/
Ddebugger_interface.cc347 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local