Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 6 of 6) 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()
513 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local
518 [parent_pid, timestamp](JavaHprofDataSource::TraceContext ctx) in DumpPerfetto()
533 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
141 s, ms = divmod(timestamp, 1000)
/art/runtime/jit/
Ddebugger_interface.cc331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local
350 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal()
357 descriptor.timestamp_ = timestamp; in CreateJITCodeEntryInternal()
/art/build/
DAndroid.common_path.mk131 HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp
DAndroid.gtest.mk180 $$(HOST_OUT)/$$(I18N_APEX)/timestamp \
/art/
DAndroid.mk353 art_apex_symlink_timestamp := $(call intermediates-dir-for,FAKE,com.android.art)/symlink.timestamp