| /developtools/hiperf/include/ |
| D | report.h | 115 std::string_view comm_ = ""; variable 132 comm_(comm), in ReportItem() 146 comm_(comm), in ReportItem() 169 return StringPrintf("%d:%d:%s-%s(%s):%zu i:%llu", pid_, tid_, comm_.data(), func_.data(), in ToDebugString() 225 int result = a.comm_.compare(b.comm_); in CompareComm() 230 return StringPrintf(format.c_str(), len, a.comm_.data()); in GetComm() 276 return (comm_ == b.comm_) && (pid_ == b.pid_) && (tid_ == b.tid_) && (func_ == b.func_) && in Same()
|
| D | symbols_file.h | 74 std::string_view comm_ = ""; // we need a comm name like comm@0x1234 member 97 : taskVaddr_(taskVaddr), comm_(comm) in taskVaddr_() 152 sstream << comm_ << "@0x" << std::hex << taskVaddr_; in Name() 184 sstream << " task:" << (comm_.size() > 0 ? comm_ : ""); in ToDebugString()
|
| /developtools/profiler/hiebpf/include/ |
| D | bpf_event_receiver.h | 56 char comm_[MAX_COMM_LEN]; // MAX_COMM_LEN = 16 bytes, which 128 bits member 73 char comm_[MAX_COMM_LEN]; member 82 char comm_[MAX_COMM_LEN]; member
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | symbols_file.h | 66 std::string_view comm_ = ""; // we need a comm name like comm@0x1234 member 98 : comm_(comm), taskVaddr_(taskVaddr) {} in comm_() function 152 sstream << comm_ << "@0x" << std::hex << taskVaddr_; in Name()
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_event_receiver.cpp | 306 (void)memcpy_s(item->comm_, MAX_COMM_LEN, cmplt_event->comm, MAX_COMM_LEN); in EncodeFSTraceEvent() 342 (void)memcpy_s(item->comm_, MAX_COMM_LEN, cmplt_event->comm, MAX_COMM_LEN); in EncodePFTraceEvent() 364 (void)memcpy_s(item->comm_, MAX_COMM_LEN, cmplt_event->start_event.comm, MAX_COMM_LEN); in EncodeBIOTraceEvent()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/ |
| D | htrace_event_parser.h | 111 std::string comm_ = ""; variable
|
| D | htrace_event_parser.cpp | 476 …printEventParser_.ParsePrintEvent(comm_, eventTimeStamp_, eventTid_, msg.buf().ToStdString(), line… in ParsePrintEvent() 605 …result = streamFilters_->sliceFilter_->BeginSlice(comm_, eventTimeStamp_, eventPid_, eventPid_, wo… in WorkqueueExecuteStartEvent() 608 …result = streamFilters_->sliceFilter_->BeginSlice(comm_, eventTimeStamp_, eventPid_, eventPid_, wo… in WorkqueueExecuteStartEvent() 816 comm_ = ftraceEvent.comm().ToStdString(); in FilterAllEventsReader() 856 comm_ = ftraceEvent.comm().ToStdString(); in FilterAllEvents()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/ |
| D | htrace_event_parser.h | 112 std::string comm_ = ""; variable
|
| D | htrace_event_parser.cpp | 475 …printEventParser_.ParsePrintEvent(comm_, eventTimeStamp_, eventTid_, msg.buf().ToStdString(), line… in ParsePrintEvent() 604 …result = streamFilters_->sliceFilter_->BeginSlice(comm_, eventTimeStamp_, eventPid_, eventPid_, wo… in WorkqueueExecuteStartEvent() 607 …result = streamFilters_->sliceFilter_->BeginSlice(comm_, eventTimeStamp_, eventPid_, eventPid_, wo… in WorkqueueExecuteStartEvent() 815 comm_ = ftraceEvent.comm().ToStdString(); in FilterAllEventsReader() 841 comm_ = ftraceEvent.comm().ToStdString(); in FilterAllEvents()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 312 GetStringTest(a, ReportItem::GetComm, a.comm_, a.comm_.length());
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 112 callFrame.filePath_ = symbol.module_.empty() ? symbol.comm_ : symbol.module_; in MakeCallFrame()
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 312 callFrame.filePath_ = symbol.module_.empty() ? symbol.comm_ : symbol.module_; in MakeCallFrame()
|