| /developtools/hiperf/src/ |
| D | elf_header.cpp | 23 const std::size_t bufSize) in MakeUnique() 38 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() 60 bool ElfHeader::ParseElf32Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf32Header() 126 bool ElfHeader::ParseElf64Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf64Header()
|
| D | program_header.cpp | 22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique()
|
| D | section_header.cpp | 38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | elf_header.cpp | 23 const std::size_t bufSize) in MakeUnique() 38 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() 60 bool ElfHeader::ParseElf32Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf32Header() 125 bool ElfHeader::ParseElf64Header(unsigned char * const ehdrBuf, const std::size_t bufSize) in ParseElf64Header()
|
| D | program_header.cpp | 22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique()
|
| D | section_header.cpp | 38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique()
|
| /developtools/profiler/trace_analyzer/test/unittest/ |
| D | bytrace_parser_test.cpp | 74 constexpr uint32_t bufSize = 1024; variable 98 constexpr uint32_t bufSize = 1024; variable 122 constexpr uint32_t bufSize = 1024; variable 146 constexpr uint32_t bufSize = 1024; variable
|
| D | parser_test.cpp | 63 const int bufSize = 1024; variable 134 const int bufSize = 1024; variable
|
| /developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
| D | bytrace_parser_test.cpp | 74 constexpr uint32_t bufSize = 1024; variable 98 constexpr uint32_t bufSize = 1024; variable 122 constexpr uint32_t bufSize = 1024; variable 146 constexpr uint32_t bufSize = 1024; variable
|
| /developtools/hiperf/include/ |
| D | elf_parser.h | 90 static inline void DumpEhdrBuf(const char * const ehdrBuf, const std::size_t bufSize) in DumpEhdrBuf() 103 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() 128 static inline void DumpPhdrBuf(const char * const phdrBuf, const std::size_t bufSize) in DumpPhdrBuf() 143 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() 173 static inline void DumpShdrBuf(const char * const shdrBuf, const std::size_t bufSize) in DumpShdrBuf() 186 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() 209 static inline void DumpSymBuf(const char * const symBuf, const std::size_t bufSize) in DumpSymBuf()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | elf_parser.h | 90 static inline void DumpEhdrBuf(const char * const ehdrBuf, const std::size_t bufSize) in DumpEhdrBuf() 103 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() 128 static inline void DumpPhdrBuf(const char * const phdrBuf, const std::size_t bufSize) in DumpPhdrBuf() 143 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() 173 static inline void DumpShdrBuf(const char * const shdrBuf, const std::size_t bufSize) in DumpShdrBuf() 186 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() 209 static inline void DumpSymBuf(const char * const symBuf, const std::size_t bufSize) in DumpSymBuf()
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | buffer_write_test.cpp | 43 const int bufSize = 1024; in InitShareMemory1() local 53 const int bufSize = 1024; in InitShareMemory1() local 80 const int bufSize = 1024; in InitShareMemory2() local 90 const int bufSize = 1024; in InitShareMemory2() local
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | memory_data_plugin.cpp | 95 const int bufSize = 1024; in InitMemVmemFd() local 103 const int bufSize = 1024; in InitMemVmemFd() local 119 const int bufSize = 1024; in InitMemVmemFd() local 127 const int bufSize = 1024; in InitMemVmemFd() local 428 const int bufSize = 1024; in ReadFile() local 451 const int bufSize = 1024; in OpenProcPidFiles() local 458 const int bufSize = 1024; in OpenProcPidFiles() local 474 const int bufSize = 1024; in OpenDestDir() local 511 const int bufSize = 1024; in ReadProcPidFile() local 519 const int bufSize = 1024; in ReadProcPidFile() local [all …]
|
| /developtools/hdc_standard/src/daemon/ |
| D | shell.cpp | 143 constexpr int bufSize = 1024; in ShellFork() local 169 constexpr int bufSize = 1024; in CreateSubProcessPTY() local 176 constexpr int bufSize = 1024; in CreateSubProcessPTY() local 184 constexpr int bufSize = 1024; in CreateSubProcessPTY() local
|
| D | daemon_uart.cpp | 57 constexpr int bufSize = 1024; in Initial() local 126 constexpr int bufSize = 1024; in CloseUartDevice() local
|
| D | daemon_usb.h | 36 int bufSize; member
|
| /developtools/hdc_standard/src/test/jdwp/ |
| D | HdcJdwpSimulator.cpp | 31 constexpr int bufSize = 1024; in FinishWriteCallback() local 129 constexpr int bufSize = 1024; in ProcessIncoming() local 150 constexpr int bufSize = 1024; in ReceiveNewFd() local 185 constexpr int bufSize = 1024; in ConnectJdwp() local
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 98 const int bufSize = 1024; in ReadFile() local 107 const int bufSize = 1024; in ReadFile() local 116 const int bufSize = 1024; in ReadFile() local 164 const int bufSize = 1024; in ApplyForMalloc() local 201 const int bufSize = 1024; in ApplyForCalloc() local 238 const int bufSize = 1024; in ApplyForRealloc() local 247 const int bufSize = 1024; in ApplyForRealloc() local
|
| D | stack_writer_test.cpp | 42 const int bufSize = 1024; in InitShareMemory() local 52 const int bufSize = 1024; in InitShareMemory() local
|
| /developtools/hiperf/demo/cpp/ |
| D | hiperf_malloc_demo.cpp | 28 const int bufSize = 1048576; in main() local
|
| /developtools/profiler/device/cmds/test/unittest/ |
| D | hiprofiler_cmd_test.cpp | 157 const int bufSize = 1024; in CreateConfigFile() local 166 const int bufSize = 1024; in CreateConfigFile() local 175 const int bufSize = 1024; in CreateConfigFile() local 185 const int bufSize = 1024; in CreateConfigFile() local
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 67 const int bufSize = 1024; in CreateBlockWithFd() local 95 const int bufSize = 1024; in CreateBlock() local 105 const int bufSize = 1024; in CreateBlock() local
|
| /developtools/profiler/device/services/ipc/src/ |
| D | unix_socket_server.cpp | 130 const int bufSize = 1024; in StartServer() local
|
| D | socket_context.cpp | 49 const int bufSize = 1024; in ~SocketContext() local 56 const int bufSize = 1024; in ~SocketContext() local
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | test_main.cpp | 85 const int bufSize = 1024; in main() local
|