| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | paged_memory_data_parser.cpp | 69 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParsePagedMemoryEvent() 70 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParsePagedMemoryEvent() 71 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in ParsePagedMemoryEvent() 72 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in ParsePagedMemoryEvent()
|
| D | bio_latency_data_parser.cpp | 66 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent() 67 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent() 68 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in ParseBioLatencyEvent() 69 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in ParseBioLatencyEvent()
|
| D | file_system_data_parser.cpp | 75 …auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->sta… in ParseFileSystemEvent() 76 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->startTime, newStartTs); in ParseFileSystemEvent() 77 …auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->endTi… in ParseFileSystemEvent() 78 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->endTime, newEndTs); in ParseFileSystemEvent()
|
| D | ebpf_base.h | 51 ClockId clockId_ = INVALID_UINT32; variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | paged_memory_data_parser.cpp | 70 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParsePagedMemoryEvent() 71 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParsePagedMemoryEvent() 72 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in ParsePagedMemoryEvent() 73 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in ParsePagedMemoryEvent()
|
| D | bio_latency_data_parser.cpp | 67 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent() 68 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent() 69 auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, endTs); in ParseBioLatencyEvent() 70 timeParser_->UpdatePluginTimeRange(clockId_, endTs, newEndTs); in ParseBioLatencyEvent()
|
| D | file_system_data_parser.cpp | 76 …auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->sta… in ParseFileSystemEvent() 77 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->startTime, newStartTs); in ParseFileSystemEvent() 78 …auto newEndTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, fsFixedHeadrAddr->endTi… in ParseFileSystemEvent() 79 timeParser_->UpdatePluginTimeRange(clockId_, fsFixedHeadrAddr->endTime, newEndTs); in ParseFileSystemEvent()
|
| D | ebpf_base.h | 51 ClockId clockId_ = INVALID_UINT32; variable
|
| D | ebpf_base.cpp | 40 clockId_ = ebpfToTSClockType_.at(clockId); in InitEbpfDataParser()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_hidump_parser.h | 37 return clockId_; in ClockId() 41 uint8_t clockId_;
|
| D | htrace_hidump_parser.cpp | 24 : EventParserBase(dataCache, ctx), clockId_(0) in HtraceHidumpParser() 46 clockId_ = hidumpData.id(); in Parse()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_hidump_parser.h | 37 return clockId_; in ClockId() 41 uint8_t clockId_;
|
| D | htrace_hidump_parser.cpp | 24 : EventParserBase(dataCache, ctx), clockId_(0) in HtraceHidumpParser() 46 clockId_ = hidumpData.id(); in Parse()
|
| /developtools/profiler/device/plugins/api/src/ |
| D | buffer_writer.h | 44 clockId_ = clockId; in SetClockId() 61 clockid_t clockId_ = CLOCK_REALTIME; variable
|
| D | buffer_writer.cpp | 79 clock_gettime(clockId_, &ts); in Write() 81 pluginData.set_clock_id(static_cast<ProfilerPluginData_ClockId>(clockId_)); in Write()
|
| D | plugin_module.h | 86 clockid_t clockId_ = CLOCK_REALTIME; variable
|
| D | plugin_module.cpp | 107 clockId_ = clockId; in SetClockId() 116 return clockId_; in GetClockId()
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 221 clockId_ = attrIds_[0].attr.clockid; in UpdateClockType() 222 TS_LOGE("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType() 311 …streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), sample->data_.ti… in UpdatePerfSampleData() 313 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), sample->data_.time, newTimeStamp); in UpdatePerfSampleData()
|
| D | perf_data_parser.h | 82 uint32_t clockId_ = 0; variable
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 218 clockId_ = attrIds_[0].attr.clockid; in UpdateClockType() 219 TS_LOGE("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType() 309 …streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), sample->data_.ti… in UpdatePerfSampleData() 311 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), sample->data_.time, newTimeStamp); in UpdatePerfSampleData()
|
| D | perf_data_parser.h | 79 uint32_t clockId_ = 0; variable
|
| /developtools/profiler/hiebpf/include/ |
| D | command.h | 66 int clockId_ = CLOCK_TYPE::BootTime; variable
|
| /developtools/hiperf/src/ |
| D | subcommand_record.cpp | 136 printf(" clockId_:\t%s\n", clockId_.c_str()); in DumpOptions() 207 if (!Option::GetOptionValue(args, "--clockid", clockId_)) { in GetOptions() 373 if (!clockId_.empty() && GetClockId(clockId_) == -1) { in CheckOptions() 374 printf("Invalid --clockid value %s\n", clockId_.c_str()); in CheckOptions() 712 if (!clockId_.empty()) { in PreparePerfEvent() 713 perfEvents_.SetClockId(GetClockId(clockId_)); in PreparePerfEvent()
|
| /developtools/hiperf/include/ |
| D | perf_events.h | 386 clockId_ = clockId; in SetClockId() 595 int clockId_ = -1; variable
|
| D | subcommand_record.h | 202 std::string clockId_ = {}; variable
|