| /developtools/profiler/hiebpf/src/ |
| D | hhlog.cpp | 98 std::stringstream ss; in GetLogFileName() local 101 ss << "/data/local/tmp/"; in GetLogFileName() 102 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName() 103 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName() 104 ss << std::to_string(tmPtr->tm_mday) << "_"; in GetLogFileName() 105 ss << std::to_string(tmPtr->tm_hour) << "."; in GetLogFileName() 106 ss << std::to_string(tmPtr->tm_min) << "."; in GetLogFileName() 107 ss << std::to_string(tmPtr->tm_sec) << ".hhlog"; in GetLogFileName() 108 return ss.str(); in GetLogFileName() 120 std::stringstream ss; in GetFormatTime() local [all …]
|
| D | libbpf_logger.cpp | 95 std::stringstream ss; in GetLogFileName() local 98 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName() 99 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName() 100 ss << std::to_string(tmPtr->tm_mday) << "_"; in GetLogFileName() 101 ss << std::to_string(tmPtr->tm_hour) << "."; in GetLogFileName() 102 ss << std::to_string(tmPtr->tm_min) << "."; in GetLogFileName() 103 ss << std::to_string(tmPtr->tm_sec) << ".libbpf.log"; in GetLogFileName() 104 return ss.str(); in GetLogFileName()
|
| D | bpf_log_reader.cpp | 71 std::stringstream ss; in GetLogFileName() local 74 ss << "/data/local/tmp/"; in GetLogFileName() 75 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName() 76 ss << std::to_string(tmPtr->tm_mon + monthStart) << "."; in GetLogFileName() 77 ss << std::to_string(tmPtr->tm_mday) << "_"; in GetLogFileName() 78 ss << std::to_string(tmPtr->tm_hour) << "."; in GetLogFileName() 79 ss << std::to_string(tmPtr->tm_min) << "."; in GetLogFileName() 80 ss << std::to_string(tmPtr->tm_sec) << ".bpf.log"; in GetLogFileName() 81 return ss.str(); in GetLogFileName()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hook_standalone.h | 47 std::stringstream ss; in ToString() local 48 ss << "smbSize:" << smbSize << ", duration:" << duration in ToString() 57 ss << pid <<' '; in ToString() 59 ss << ", processName:" << processName << ' ' <<",startupMode: " << startupMode in ToString() 61 return ss.str(); in ToString()
|
| D | hook_common.h | 121 std::stringstream ss; in ToString() local 122 ss << "filterSize:" << filterSize << ", shareMemorySize:" << shareMemorySize in ToString() 129 return ss.str(); in ToString()
|
| D | utilities.h | 242 std::stringstream ss; variable 244 ss << "0x"; 246 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source; 247 return ss.str();
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | string_to_numerical.h | 42 std::stringstream ss; variable 44 ss << std::dec << value; 46 ss << std::hex << value; 48 return ss.str(); 54 std::stringstream ss; in ConvertTimestampToSecStr() local 55 ss << std::fixed << std::setprecision(precision) << seconds; in ConvertTimestampToSecStr() 56 return ss.str(); in ConvertTimestampToSecStr()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/ |
| D | hisys_event_parser_test.cpp | 62 std::stringstream ss; variable 63 ss << jsMessage; 64 ss >> jMessage; 104 std::stringstream ss; variable 105 ss << jsMessage; 106 ss >> jMessage; 156 std::stringstream ss; variable 157 ss << *i; 158 ss >> jMessage;
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpEBPFChart.test.ts | 43 let ss = new SpChartManager(); variable 44 let spEBPFChart = new SpEBPFChart(ss); 51 ss.displayTip = jest.fn(() => true);
|
| D | SpHiPerf.test.ts | 131 let ss = new SpChartManager(); variable 132 let spHiPerf = new SpHiPerf(ss); 138 ss.displayTip = jest.fn(()=>true);
|
| D | SpCpuChart.test.ts | 49 let ss = new SpChartManager(); variable 50 let trace = new SpCpuChart(ss);
|
| D | SpHiSysEnergyChart.test.ts | 39 let ss = new SpChartManager(); variable 40 let spHiSysEnergyChart = new SpHiSysEnergyChart(ss);
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | kernel_symbols_parser.cpp | 78 std::stringstream ss; in Parse() local 84 ss.clear(); in Parse() 85 ss.str(line); in Parse() 86 if (ss >> addrStr >> info.type >> info.name) { in Parse()
|
| D | ftrace_parser.cpp | 498 std::stringstream ss(line.substr(pos + sep.size())); in ParsePerCpuStatus() local 501 ss >> stats.entries; in ParsePerCpuStatus() 504 ss >> stats.overrun; in ParsePerCpuStatus() 507 ss >> stats.commitOverrun; in ParsePerCpuStatus() 510 ss >> stats.bytes; in ParsePerCpuStatus() 513 ss >> stats.oldestEventTs; in ParsePerCpuStatus() 516 ss >> stats.nowTs; in ParsePerCpuStatus() 519 ss >> stats.droppedEvents; in ParsePerCpuStatus() 522 ss >> stats.readEvents; in ParsePerCpuStatus()
|
| /developtools/smartperf_host/trace_streamer/test/test_fuzzer/ |
| D | README.md | 18 run -t FUZZ -ss developtools -ts hiprofiler_ts_bytrace_fuzz_test 19 run -t FUZZ -ss developtools -ts hiprofiler_ts_htrace_fuzz_test 20 run -t FUZZ -ss developtools -ts hiprofiler_ts_selector_fuzz_test
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | startup_delay.cpp | 76 std::stringstream ss(str); in GetHisysId() local 78 getline(ss, line); in GetHisysId() 99 std::stringstream ss(str); in GetHisysIdResponse() local 101 getline(ss, line); in GetHisysIdResponse() 122 std::stringstream ss(str); in GetHisysIdComplete() local 124 getline(ss, line); in GetHisysIdComplete()
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpSdkConfig.test.ts | 95 ss: { 128 ss: 'strsadsa',
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | ram_analyzer.py | 101 …def __parse_hidumper_mem(cls, content: typing.Text, device_num: str, ss: str = "Pss") -> typing.Di… 125 if ss not in cls.__ss_dict.keys(): 126 print("error: {} is not a valid parameter".format(ss)) 143 size = int(processed[cls.__ss_dict.get(ss)]) * \ 154 def process_hidumper_info(cls, device_num: str, ss: str) -> typing.Dict[str, int]: 162 name_size_dict = cls.__parse_hidumper_mem(stdout, device_num, ss) 283 …def __save_result_as_excel(cls, data_dict: dict, filename: str, ss: str, baseline_file: str, unit_… 532 … output_file: str, ss: str, output_excel: bool, baseline_file: str, unit_adapt: bool): 551 device_num, ss) 569 refactored_result, output_file + ".xls", ss, baseline_file, unit_adapt) [all …]
|
| /developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/ |
| D | rawtrace_parser_test.cpp | 59 std::stringstream ss; in ChunkToString() local 64 ss << line_ << '\n'; in ChunkToString() 66 return ss.str(); in ChunkToString()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | task_pool_filter.cpp | 49 for (base::PartingString ss(taskPoolStr, ','); ss.Next();) { in TaskPoolFieldSegmentation() local 52 for (base::PartingString inner(ss.GetCur(), ':'); inner.Next();) { in TaskPoolFieldSegmentation()
|
| /developtools/hiperf/include/ |
| D | utilities.h | 250 std::stringstream ss; variable 252 ss << "0x"; 254 ss << std::hex << std::setw(BYTE_PRINT_WIDTH * size) << std::setfill('0') << (uint64_t)source; 255 return ss.str();
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
| D | common_stdtype.cpp | 56 std::stringstream ss; in SetTraceDataSize() local 57 ss << dataSize; in SetTraceDataSize() 58 values_[METADATA_ITEM_DATASIZE] = ss.str(); in SetTraceDataSize()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 491 std::stringstream ss; in BufferToHexString() local 492 ss << size << ":"; in BufferToHexString() 494 ss << " 0x" << std::setfill('0') << std::setw(BYTE_PRINT_WIDTH) << std::hex in BufferToHexString() 497 return ss.str(); in BufferToHexString()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_hisysevent_parser.cpp | 45 static std::stringstream ss; variable
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | README.md | 29 在start.sh启动的交互式窗口执行:run -t ut -ss developtools -ts hiprofiler_ts_ut
|