/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hidump_parser/ |
H A D | pbreader_hidump_parser.h | 37 return clockId_; in ClockId() 41 uint8_t clockId_; member in SysTuning::TraceStreamer::PbreaderHidumpParser
|
H A D | pbreader_hidump_parser.cpp | 23 : EventParserBase(dataCache, ctx), clockId_(0) in PbreaderHidumpParser() 45 clockId_ = hidumpData.id(); in Parse()
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
H A D | paged_memory_data_parser.cpp | 46 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in PagingData() 47 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in PagingData() 48 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in PagingData() 49 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in PagingData()
|
H A D | bio_latency_data_parser.cpp | 73 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent() 74 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent() 75 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in ParseBioLatencyEvent() 76 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in ParseBioLatencyEvent()
|
H A D | file_system_data_parser.cpp | 61 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->startTime, newStartTs); in StartEndTime() 62 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->endTime, newEndTs); in StartEndTime() 125 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->startTime); in ParseFileSystemEvent() 126 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->endTime); in ParseFileSystemEvent()
|
H A D | ebpf_base.h | 54 ClockId clockId_ = INVALID_UINT32; member in SysTuning::TraceStreamer::EbpfBase
|
H A D | ebpf_base.cpp | 40 clockId_ = ebpfToTSClockType_.at(clockId); in InitEbpfDataParser()
|
/developtools/profiler/device/plugins/api/src/ |
H A D | buffer_writer.h | 52 clockId_ = clockId; 69 clockid_t clockId_ = CLOCK_REALTIME; member in BufferWriter
|
H A D | buffer_writer.cpp | 84 clock_gettime(clockId_, &ts); in Write() 86 pluginData.set_clock_id(static_cast<ProfilerPluginData_ClockId>(clockId_)); in Write()
|
H A D | plugin_module.cpp | 103 clockId_ = clockId; in SetClockId() 112 return clockId_; in GetClockId()
|
H A D | plugin_module.h | 87 clockid_t clockId_ = CLOCK_REALTIME; member in PluginModule
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
H A D | native_memory_profiler_sa_config.cpp | 45 WRITEINT32(parcel, clockId_); in Marshalling() 84 READINT32(parcel, config->clockId_); in Unmarshalling() 115 config->statisticsInterval_, config->clockId_); in PrintConfig()
|
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
H A D | perf_data_parser.cpp | 229 clockId_ = attr->attr.clockid; in SplitPerfParsingAttr() 230 TS_LOGI("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in SplitPerfParsingAttr() 333 newTimeStamp = streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), time); in SplitPerfParsingData() 335 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), time, newTimeStamp); in SplitPerfParsingData() 640 clockId_ = attrIds_[0].attr.clockid; in UpdateClockType() 641 TS_LOGI("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType() 705 streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), sample->data_.time); in UpdatePerfSampleData() 707 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), sampl in UpdatePerfSampleData() [all...] |
H A D | perf_data_parser.h | 160 uint32_t clockId_ = 0; member in SysTuning::TraceStreamer::PerfDataParser
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/ |
H A D | native_memory_profiler_sa_config.h | 55 clockid_t clockId_{CLOCK_REALTIME};
|
/developtools/profiler/hiebpf/include/ |
H A D | command.h | 66 int clockId_ = CLOCK_TYPE::BootTime; member in Command
|
/developtools/hiperf/include/ |
H A D | subcommand_record.h | 235 std::string clockId_ = {}; member in OHOS::Developtools::HiPerf::SubCommandRecord
|
H A D | perf_events.h | 400 clockId_ = clockId; in SetClockId() 639 int clockId_ = -1; member in OHOS::Developtools::HiPerf::PerfEvents
|
/developtools/profiler/device/plugins/native_daemon/ |
H A D | native_daemon_client.cpp | 133 config->clockId_ = std::stoi(argv[++i]); in main()
|
/developtools/hiperf/src/ |
H A D | subcommand_record.cpp | 151 printf(" clockId_:\t%s\n", clockId_.c_str()); in DumpOptions() 266 if (!Option::GetOptionValue(args, "--clockid", clockId_)) { in GetOptions() 454 if (!clockId_.empty() && GetClockId(clockId_) == -1) { in CheckArgsRange() 455 printf("Invalid --clockid value %s\n", clockId_.c_str()); in CheckArgsRange() 840 if (!clockId_.empty()) { in PreparePerfEvent() 841 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()
|
H A D | perf_events.cpp | 503 if (clockId_ != -1) { in AddEvent() 505 eventItem.attr.clockid = clockId_; in AddEvent()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_manager.cpp | 725 hookConfig_.set_clock(COMMON::GetClockStr(config->clockId_)); in SetHookConfig()
|