Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 22 of 22) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h30 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/
Dperf_record_format.h157 u8 *raw_data; /* if PERF_SAMPLE_RAW */
165 u8 *stack_data; /* if PERF_SAMPLE_STACK_USER */
Dcallstack.h56 const u8 *stack, u64 stackSize, std::vector<CallFrame> &,
68 const u8 *stack_ = nullptr;
Dutilities.h52 using u8 = __u8; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h39 const u8 *stack, u64 stackSize, std::vector<CallFrame> &,
48 const u8 *stack_ = nullptr;
Dvirtual_runtime.h74 const u8* stack_addr,
Dutilities.h53 using u8 = __u8; variable
/developtools/profiler/proto_encoder/test/unittest/
Dvarint_encode_unittest.cpp265 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/
Dframes.md39 期望帧不做任何标识,为默认的255(max u8),导出db时为空。
/developtools/smartperf_host/trace_streamer/doc/
Dframes.md39 期望帧不做任何标识,为默认的255(max u8),导出db时为空。
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dcallstack_test.cpp89 std::vector<u8> data;
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch373 - * 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/
Dperf_event.h.patch373 - * 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/
Dsubcommand_dump.cpp387 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()
Dperf_event_record.cpp267 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()
Dperf_file_writer.cpp133 static std::vector<u8> buf(RECORD_SIZE_LIMIT); in WriteRecord()
Dcallstack.cpp471 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c428 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/
Dperf_event_record_test.cpp313 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()
Dcallstack_test.cpp653 std::vector<u8> data;
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
Dvirtual_runtime.cpp191 const u8* stack_addr, in UnwindStack()