Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1666 bool has_wall_clock) { in ReadValuesFromRecord() argument
1677 if (has_wall_clock) { in ReadValuesFromRecord()
1697 bool has_wall_clock = UseWallClock(clock_source_); in FlushEntriesFormatV1() local
1707 method_trace_entries, entry_index, record, has_thread_cpu_clock, has_wall_clock); in FlushEntriesFormatV1()
1733 bool has_wall_clock = UseWallClock(clock_source_); in FlushEntriesFormatV2() local
1749 method_trace_entries, entry_index, record, has_thread_cpu_clock, has_wall_clock); in FlushEntriesFormatV2()
1776 if (has_wall_clock) { in FlushEntriesFormatV2()
Dtrace.h252 bool has_wall_clock);