Home
last modified time | relevance | path

Searched defs:clockId (Results 1 – 21 of 21) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/
DSpFFRTConfig.html.ts214 value="${clockId}">${clockId}</lit-select-option>`).join('')} constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dhtrace_plugin_time_parser.cpp20 void HtracePluginTimeParser::UpdatePluginTimeRange(ClockId clockId, uint64_t asyncTimestamp, uint64… in UpdatePluginTimeRange()
Dclock_filter.h44 ClockId clockId; member
Dpbreader_file_header.h64 int32_t clockId; member
/developtools/profiler/device/plugins/api/include/
Dwriter.h27 virtual void SetClockId(clockid_t clockId) {} in SetClockId()
/developtools/profiler/timestamps/
Dtimestamps.cpp26 clockid_t clockId; member
/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.h50 void SetClockId(clockid_t clockId) override in SetClockId()
Dplugin_module.cpp111 void PluginModule::SetClockId(clockid_t clockId) in SetClockId()
Dplugin_manager.cpp460 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult() local
490 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
Dcommon_stdtype.h122 size_t AppendNewSnapshot(uint8_t clockId, uint64_t ts, const std::string &name) in AppendNewSnapshot()
155 size_t AppendNewDataSourceClockId(const std::string &dataSoruceName, uint8_t clockId) in AppendNewDataSourceClockId()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp121 HookRecordPtr StackDataRepeater::TakeRawData(uint32_t during, clockid_t clockId, uint32_t batchCoun… in TakeRawData()
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_util.cpp45 int64_t GetNanoSecondsTimestamp(clockid_t clockId) in GetNanoSecondsTimestamp()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp35 auto clockId = reader->GetEbpfDataHeader()->header.clock; in InitEbpfDataParser() local
/developtools/profiler/device/base/src/
Dcommon.cpp716 clockid_t clockId = CLOCK_REALTIME; in GetClockId() local
724 std::string GetClockStr(const int32_t clockId) in GetClockStr()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/
Dcommon_types.h66 std::atomic<BuiltinClocks> clockId; member
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp138 const int clockId = 1; in SetAllConfig() local
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h206 clockid_t clockId = CLOCK_REALTIME; member
/developtools/hiperf/interfaces/innerkits/native/hiperf_client/src/
Dhiperf_client.cpp303 void RecordOption::SetClockId(const std::string &clockId) in SetClockId()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.cpp680 BuiltinClocks clockId = TS_CLOCK_REALTIME; in ParseMemory() local
/developtools/hiperf/include/
Dperf_events.h407 void SetClockId(const int clockId) in SetClockId()
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts546 clockId?: string; property