| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 81 inline void PushToBinary(const bool condition, uint8_t *&p, const T &v) in PushToBinary() 90 inline void PushToBinary2(const bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2() 101 inline void PopFromBinary(const bool condition, uint8_t*& p, T& v, u64& size) in PopFromBinary() 112 inline void PopFromBinary2(const bool condition, uint8_t*& p, T1& v1, T2& v2, u64& size) in PopFromBinary2() 124 inline void SetPointerOffset(uint8_t*& p, u64 offset, u64& size) in SetPointerOffset() 136 uint8_t *p = buf.data(); in GetHeaderBinary() local 178 void PerfEventRecord::InitHeader(uint8_t* p) in InitHeader() 228 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary1() local 245 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary() local 312 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary() local [all …]
|
| /developtools/profiler/device/services/ipc/src/ |
| D | client_map.cpp | 33 int ClientMap::PutClientSocket(int socketFileDescriptor, ServiceEntry& p) in PutClientSocket() 51 auto p = iter->second; in AutoRelease() local
|
| D | unix_socket_server.cpp | 148 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p, void (*callback)(i… in StartServer()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | ring_buffer_test.cpp | 58 uint8_t *p = nullptr; in ReadBufferAndCheck() local 81 uint8_t *p = nullptr; in WriteBuffer() local 121 uint8_t *p = nullptr; variable
|
| D | perf_event_record_test.cpp | 323 const uint8_t *p = buf.data() + offset; in CompareRecordSample50() local 358 const uint8_t *p = buf.data(); in CompareRecordSample() local 888 uint8_t* p = static_cast<uint8_t*>(malloc(size)); variable 914 uint8_t* p = static_cast<uint8_t*>(malloc(size)); variable 938 uint8_t* p = static_cast<uint8_t*>(malloc(header.size + len)); variable 1108 uint8_t* p = static_cast<uint8_t*>(malloc(header.size + len)); variable 1154 uint8_t* p = static_cast<uint8_t*>(malloc(header.size + len)); variable 1195 uint8_t* p = static_cast<uint8_t*>(malloc(header.size)); variable
|
| /developtools/hdc/src/common/ |
| D | header.cpp | 62 char *p = nullptr; in UpdataName() local 109 char *p = reinterpret_cast<char*>(this->size); in UpdataSize() local 150 char *p = reinterpret_cast<char*>(this->chksum); in UpdataCheckSum() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.cpp | 88 void DepthFree(int depth, char *p) in DepthFree() 101 char *p = nullptr; in ThreadFuncCpp() local 126 char *p = nullptr; in ThreadFuncCppHook() local
|
| D | hook_test.c | 84 char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc() 94 void DepthFree(int depth, void* p) in DepthFree() 112 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc() local 139 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc() local 169 char* p = (char*)malloc(mallocSize); in ApplyForRealloc() local
|
| D | malloc_test.cpp | 82 static char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc() 92 static void DepthFree(int depth, void* p) in DepthFree() 110 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc() local 137 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc() local 168 char* p = static_cast<char*>(malloc(mallocSize)); in ApplyForRealloc() local
|
| D | hook_so.cpp | 40 void DepthFreeSo(int depth, char *p) in DepthFreeSo()
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/base/ |
| D | filter_constraints.cpp | 67 void FilterConstraints::GetColAndOp(const char **p, char **pNext, int32_t &col, unsigned char &op) in GetColAndOp() 90 const char *p = static_cast<const char *>(idxStr.c_str()); in FromString() local
|
| /developtools/profiler/device/cmds/src/ |
| D | command_line.cpp | 83 auto p = it->second; in CheckParam() local 129 auto p = it->second; in PrintHelp() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/prebuilts/patch_hiperf/ |
| D | string_view_util.h | 66 char *p = new (std::nothrow) char[view.size() + 1]; in Hold() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 368 bool HilogPlugin::FindFirstNum(char** p) in FindFirstNum() 380 bool HilogPlugin::RemoveSpaces(char** p) in RemoveSpaces() 395 bool HilogPlugin::FindFirstSpace(char** p) in FindFirstSpace()
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 264 bool IoStats::FindFirstNum(char** p) in FindFirstNum() 276 bool IoStats::RemoveSpaces(char** p) in RemoveSpaces()
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | kernel_symbol_info_test.cpp | 46 uint8_t *p = buf.data(); variable
|
| D | maps_info_test.cpp | 82 uint8_t *p = buf.data(); variable
|
| D | elf_symbol_info_test.cpp | 98 uint8_t *p = buf.data() + binLen - elfSymbolTable.fileName_.size() - 1; variable
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service_impl.cpp | 19 PluginServiceImpl::PluginServiceImpl(PluginService& p) in PluginServiceImpl()
|
| /developtools/profiler/hiebpf/src/ |
| D | kernel_symbol_info.cpp | 52 uint8_t *p = buf.data(); in GetBinary() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | RAM.cpp | 228 void RAM::SetRamValue(std::promise<std::map<std::string, std::string>> p, in SetRamValue() 236 std::promise<std::map<std::string, std::string>> p; in AsyncCollectRam() local
|
| /developtools/smartperf_host/smartperf_device/device_command/collector/src/ |
| D | RAM.cpp | 228 void RAM::SetRamValue(std::promise<std::map<std::string, std::string>> p, in SetRamValue() 236 std::promise<std::map<std::string, std::string>> p; in AsyncCollectRam() local
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 248 void DepthFree(int depth, void *p) in DepthFree() 271 char *p = DepthMalloc(depth); in ApplyForMalloc() local 363 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc() local 396 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc() 409 char *p = reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in ApplyForRealloc() local
|
| /developtools/profiler/device/plugins/process_plugin/src/ |
| D | process_data_plugin.cpp | 561 bool ProcessDataPlugin::FindFirstSpace(char** p) in FindFirstSpace() 573 bool ProcessDataPlugin::FindFirstNum(char** p) in FindFirstNum() 585 bool ProcessDataPlugin::GetValidValue(char* p, uint64_t& num) in GetValidValue()
|
| /developtools/profiler/device/plugins/network_profiler/service/src/ |
| D | network_profiler_manager.cpp | 213 for (const auto& p : traceConfig.pid()) { in GetCmdArgs() local 439 void NetworkProfilerManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
|