| /developtools/profiler/host/smartperf/trace_streamer/src/base/sqlite_ext/ |
| D | sqlite_ext_funcs.cpp | 233 std::string raw = builder.Body(); in BuildJson() local 234 if (raw.empty()) { in BuildJson() 238 std::unique_ptr<uint8_t[]> data = std::make_unique<uint8_t[]>(raw.size()); in BuildJson() 239 memcpy_s(data.get(), raw.size(), raw.data(), raw.size()); in BuildJson() 240 sqlite3_result_blob(ctx, data.release(), static_cast<int32_t>(raw.size()), free); in BuildJson() 305 std::string raw = builder->Body(); in RepeatedFieldFinal() local 306 raw.pop_back(); in RepeatedFieldFinal() 307 if (raw.empty()) { in RepeatedFieldFinal() 312 std::unique_ptr<uint8_t[]> data = std::make_unique<uint8_t[]>(raw.size()); in RepeatedFieldFinal() 313 memcpy_s(data.get(), raw.size(), raw.data(), raw.size()); in RepeatedFieldFinal() [all …]
|
| /developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/ |
| D | sqlite_ext_funcs.cpp | 233 std::string raw = builder.Body(); in BuildJson() local 234 if (raw.empty()) { in BuildJson() 238 std::unique_ptr<uint8_t[]> data = std::make_unique<uint8_t[]>(raw.size()); in BuildJson() 239 memcpy_s(data.get(), raw.size(), raw.data(), raw.size()); in BuildJson() 240 sqlite3_result_blob(ctx, data.release(), static_cast<int32_t>(raw.size()), free); in BuildJson() 305 std::string raw = builder->Body(); in RepeatedFieldFinal() local 306 raw.pop_back(); in RepeatedFieldFinal() 307 if (raw.empty()) { in RepeatedFieldFinal() 312 std::unique_ptr<uint8_t[]> data = std::make_unique<uint8_t[]>(raw.size()); in RepeatedFieldFinal() 313 memcpy_s(data.get(), raw.size(), raw.data(), raw.size()); in RepeatedFieldFinal() [all …]
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | times.md | 14 - raw monotonic time 该时间与monotonic时间类似,也是单调递增的时间,唯一的不同是:raw monotonic time“更纯净”,他不会受到NTP时间调整的影响,它代…
|
| D | des_tables.md | 69 | raw | 此数据结构主要作为ThreadState的上下文使用,这张表是sched_waking,sched_wakup, cpu_idle事件的原始记录| 141 |raw | - |ftrace-plugin |线程唤醒信息 | 1277 ### raw表 1290 - type:固定字段(raw)
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | times.md | 14 - raw monotonic time 该时间与monotonic时间类似,也是单调递增的时间,唯一的不同是:raw monotonic time“更纯净”,他不会受到NTP时间调整的影响,它代…
|
| D | des_tables.md | 60 | raw | 此数据结构主要作为ThreadState的上下文使用,这张表是sched_waking,sched_wakup, cpu_idle事件的原始记录| 121 |raw | - |ftrace-plugin |线程唤醒信息 | 1144 ### raw表 1157 - type:固定字段(raw)
|
| /developtools/profiler/host/smartperf/trace_streamer/ |
| D | pare_third_party.sh | 77 …curl https://gitee.com/openharmony/third_party_libbpf/raw/20221117/github.com/libbpf/libbpf/refs/t… 85 curl https://gitee.com/openharmony/third_party_musl/raw/master/include/elf.h > elf.h
|
| /developtools/smartperf_host/trace_streamer/ |
| D | pare_third_party.sh | 77 …curl https://gitee.com/openharmony/third_party_libbpf/raw/20221117/github.com/libbpf/libbpf/refs/t… 85 curl https://gitee.com/openharmony/third_party_musl/raw/master/include/elf.h > elf.h
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 27 string raw_data_prefix = 13; // raw data file prefix for debug
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 27 string raw_data_prefix = 13; // raw data file prefix for debug
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 27 string raw_data_prefix = 13; // raw data file prefix for debug
|
| /developtools/profiler/host/smartperf/doc/ |
| D | des_tables.md | 12 * raw : 此数据结构主要作为ThreadState的上下文使用,这张表是sched_waking,sched_wakup, cpu_idle事件的原始记录。 159 ### raw表
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | des_tables.md | 60 | raw | 此数据结构主要作为ThreadState的上下文使用,这张表是sched_waking,sched_wakup, cpu_idle事件的原始记录| 121 |raw | - |ftrace-plugin |线程唤醒信息 | 1144 ### raw表 1157 - type:固定字段(raw)
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | des_tables.md | 60 | raw | 此数据结构主要作为ThreadState的上下文使用,这张表是sched_waking,sched_wakup, cpu_idle事件的原始记录| 121 |raw | - |ftrace-plugin |线程唤醒信息 | 1144 ### raw表 1157 - type:固定字段(raw)
|
| /developtools/hiperf/ |
| D | README.md | 244 You can verify the correctness of the raw sampling data.
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 78 - PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 17, /* save low level index of raw branch records */
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 78 - PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 17, /* save low level index of raw branch records */
|
| /developtools/packing_tool/ |
| D | README_zh.md | 9 ![](https://gitee.com/openharmony/developtools_packing_tool/raw/master/img/%E6%89%93%E5%8C%85%E5%B7…
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 7142 struct perf_raw_record *raw; member 7244 trace_print_func raw; member 15736 __int128 unsigned raw; member 20082 ktime_t raw; member 29398 u8 raw[64]; member 31272 } raw; member 36382 __u32 raw[0]; member 42800 u8 raw[32]; member 42884 u8 raw[64]; member 42909 __u8 raw[0]; member [all …]
|