Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 25 of 35) sorted by relevance

12

/developtools/profiler/hiebpf/src/
Dhhlog.cpp98 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 …]
Dlibbpf_logger.cpp95 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()
Dbpf_log_reader.cpp71 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/
Dhook_standalone.h47 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()
Dhook_common.h121 std::stringstream ss; in ToString() local
122 ss << "filterSize:" << filterSize << ", shareMemorySize:" << shareMemorySize in ToString()
129 return ss.str(); in ToString()
Dutilities.h242 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/
Dstring_to_numerical.h42 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/
Dhisys_event_parser_test.cpp62 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/
DSpEBPFChart.test.ts43 let ss = new SpChartManager(); variable
44 let spEBPFChart = new SpEBPFChart(ss);
51 ss.displayTip = jest.fn(() => true);
DSpHiPerf.test.ts131 let ss = new SpChartManager(); variable
132 let spHiPerf = new SpHiPerf(ss);
138 ss.displayTip = jest.fn(()=>true);
DSpCpuChart.test.ts49 let ss = new SpChartManager(); variable
50 let trace = new SpCpuChart(ss);
DSpHiSysEnergyChart.test.ts39 let ss = new SpChartManager(); variable
40 let spHiSysEnergyChart = new SpHiSysEnergyChart(ss);
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp78 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()
Dftrace_parser.cpp498 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/
DREADME.md18 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/
Dstartup_delay.cpp76 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/
DSpSdkConfig.test.ts95 ss: {
128 ss: 'strsadsa',
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py101 …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/
Drawtrace_parser_test.cpp59 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/
Dtask_pool_filter.cpp49 for (base::PartingString ss(taskPoolStr, ','); ss.Next();) { in TaskPoolFieldSegmentation() local
52 for (base::PartingString inner(ss.GetCur(), ':'); inner.Next();) { in TaskPoolFieldSegmentation()
/developtools/hiperf/include/
Dutilities.h250 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/
Dcommon_stdtype.cpp56 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/
Dutilities.cpp491 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/
Dhtrace_hisysevent_parser.cpp45 static std::stringstream ss; variable
/developtools/smartperf_host/trace_streamer/test/unittest/
DREADME.md29 在start.sh启动的交互式窗口执行:run -t ut -ss developtools -ts hiprofiler_ts_ut

12