Home
last modified time | relevance | path

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

/developtools/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
Dhtrace_file_header.h78 ClockId 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_manager.cpp426 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult() local
455 clockid_t clockId = pluginModules_[pluginId]->GetClockId(); in PullResult() local
Dplugin_module.cpp105 void PluginModule::SetClockId(clockid_t clockId) in SetClockId()
/developtools/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.cpp98 RawStackPtr StackDataRepeater::TakeRawData(uint32_t during, clockid_t clockId, uint32_t batchCount, in TakeRawData()
/developtools/profiler/device/base/src/
Dcommon.cpp499 clockid_t clockId = CLOCK_REALTIME; in GetClockId() local
507 std::string GetClockStr(const int32_t clockId) in GetClockStr()
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp140 const int clockId = 1; in SetAllConfig() local
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp35 auto clockId = reader->GetEbpfDataHeader()->header.clock; in InitEbpfDataParser() local
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h135 clockid_t clockId = CLOCK_REALTIME; member
/developtools/smartperf_host/trace_streamer/src/parser/
Dcommon_types.h67 std::atomic<BuiltinClocks> clockId; member
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp256 void RecordOption::SetClockId(const std::string &clockId) in SetClockId()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp425 BuiltinClocks clockId = TS_CLOCK_REALTIME; in ParseMemory() local
/developtools/hiperf/include/
Dperf_events.h385 void SetClockId(int clockId) in SetClockId()