Home
last modified time | relevance | path

Searched refs:GetClockId (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtrack_event_internal.cc373 if (GetClockId() == protos::pbzero::BUILTIN_CLOCK_BOOTTIME) in GetTimeNs()
375 else if (GetClockId() == protos::pbzero::BUILTIN_CLOCK_MONOTONIC) in GetTimeNs()
377 PERFETTO_DCHECK(GetClockId() == protos::pbzero::BUILTIN_CLOCK_MONOTONIC_RAW); in GetTimeNs()
438 if (tls_state.default_clock != static_cast<uint32_t>(GetClockId())) { in ResetIncrementalState()
442 trace_clock->set_clock_id(static_cast<uint32_t>(GetClockId())); in ResetIncrementalState()
509 ? static_cast<uint32_t>(GetClockId()) in NewTracePacket()
/aosp_15_r20/device/google/trout/tools/tracing/time_utility/
DClocktimeMain.cpp82 clockid_t GetClockId(std::string clock_name) { in GetClockId() function
101 int res = GetTime(GetClockId(argv[1]), &ts_ns); in main()
113 clockid_t clockid = GetClockId(argv[1]); in main()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/
H A Dtrack_event_internal.h286 static inline protos::pbzero::BuiltinClock GetClockId() { return clock_; } in GetClockId() function
348 default_clock = static_cast<uint32_t>(TrackEventInternal::GetClockId()); in TrackEventTlsState()
H A Dtrack_event_data_source.h79 return {static_cast<uint32_t>(internal::TrackEventInternal::GetClockId()),
518 return TrackEventInternal::GetClockId();
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/
H A Dtrack_event_internal.h299 static inline protos::pbzero::BuiltinClock GetClockId() { return clock_; } in GetClockId() function
361 default_clock = static_cast<uint32_t>(TrackEventInternal::GetClockId()); in TrackEventTlsState()
H A Dtrack_event_data_source.h79 return {static_cast<uint32_t>(internal::TrackEventInternal::GetClockId()),
518 return TrackEventInternal::GetClockId();
/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file.h204 std::string GetClockId();
H A Dreport_lib_interface.cpp375 if (!record_filter_.CheckClock(record_file_reader_->GetClockId())) { in OpenRecordFileIfNecessary()
H A Dcmd_report_sample.cpp582 if (!record_filter_.CheckClock(record_file_reader_->GetClockId())) { in OpenRecordFile()
H A Drecord_file_reader.cpp760 std::string RecordFileReader::GetClockId() { in GetClockId() function in simpleperf::RecordFileReader
H A Dcmd_report.cpp860 return record_filter_.CheckClock(record_file_reader_->GetClockId()); in ReadMetaInfoFromRecordFile()
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc1189 ? static_cast<uint32_t>(TrackEventInternal::GetClockId()) in TEST_P()