| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 30 typedef __u8 u8; typedef 237 u8 locked; 238 u8 pending; 253 u8 wlocked; 254 u8 __lstate[3]; 568 u8 state; 569 u8 is_rel; 570 u8 is_soft; 571 u8 is_hard; 637 u8 blocked; [all …]
|
| /developtools/hiperf/include/ |
| D | perf_record_format.h | 157 u8 *raw_data; /* if PERF_SAMPLE_RAW */ 165 u8 *stack_data; /* if PERF_SAMPLE_STACK_USER */
|
| D | callstack.h | 56 const u8 *stack, u64 stackSize, std::vector<CallFrame> &, 68 const u8 *stack_ = nullptr;
|
| D | utilities.h | 52 using u8 = __u8; variable
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | call_stack.h | 39 const u8 *stack, u64 stackSize, std::vector<CallFrame> &, 48 const u8 *stack_ = nullptr;
|
| D | virtual_runtime.h | 74 const u8* stack_addr,
|
| D | utilities.h | 53 using u8 = __u8; variable
|
| /developtools/profiler/proto_encoder/test/unittest/ |
| D | varint_encode_unittest.cpp | 265 uint8_t u8 = std::numeric_limits<uint8_t>::min(); variable 266 EXPECT_EQ(EncodeVarint(buf, u8), (uint32_t)sizeof(ENCODE_BYTES_MIN_U8)); 268 u8 = std::numeric_limits<uint8_t>::max(); 269 EXPECT_EQ(EncodeVarint(buf, u8), (uint32_t)sizeof(ENCODE_BYTES_MAX_U8));
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | frames.md | 39 期望帧不做任何标识,为默认的255(max u8),导出db时为空。
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | frames.md | 39 期望帧不做任何标识,为默认的255(max u8),导出db时为空。
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | callstack_test.cpp | 89 std::vector<u8> data;
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 373 - * u8 build_id_size; 374 - * u8 __reserved_1; 376 - * u8 build_id[20]; 426 - * u8 tag[BPF_TAG_SIZE]; 454 - * u8 bytes[];
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 373 - * u8 build_id_size; 374 - * u8 __reserved_1; 376 - * u8 build_id[20]; 426 - * u8 tag[BPF_TAG_SIZE]; 454 - * u8 bytes[];
|
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 387 fwrite(recordSample.data_.stack_data, sizeof(u8), recordSample.data_.dyn_size, in ExprotUserStack() 406 std::vector<u8> buf(RECORD_SIZE_LIMIT); in ExprotUserData() 411 fwrite(buf.data(), sizeof(u8), recordSample->GetSize(), fpUserData.get()); in ExprotUserData()
|
| D | perf_event_record.cpp | 267 p += data_.raw_size * sizeof(u8); in PerfRecordSample() 315 p += data_.raw_size * sizeof(u8); in GetBinary() 330 p += data_.stack_size * sizeof(u8); in GetBinary()
|
| D | perf_file_writer.cpp | 133 static std::vector<u8> buf(RECORD_SIZE_LIMIT); in WriteRecord()
|
| D | callstack.cpp | 471 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
|
| /developtools/profiler/hiebpf/src/ |
| D | hiebpf.bpf.c | 428 const u8 *name = BPF_CORE_READ(mnt, mnt_mountpoint, d_name.name); in get_mountpoint_by_inode() 486 const u8 *name = BPF_CORE_READ(curr_dentry, d_name.name); in get_filename_by_inode()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_event_record_test.cpp | 313 static bool CompareRecordSample50(const TestRecordSamplest &record, const std::vector<u8> &buf, in CompareRecordSample50() 346 static bool CompareRecordSample(const TestRecordSamplest &record, const std::vector<u8> &buf) in CompareRecordSample()
|
| D | callstack_test.cpp | 653 std::vector<u8> data;
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | call_stack.cpp | 441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
|
| D | virtual_runtime.cpp | 191 const u8* stack_addr, in UnwindStack()
|