| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 26 std::unique_ptr<PerfEventRecord> GetPerfEventRecord(const int type, uint8_t *p, in GetPerfEventRecord() 71 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary() 80 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2() 91 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary() 100 inline void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2) in PopFromBinary2() 127 PerfEventRecord::PerfEventRecord(uint8_t *p, const std::string &name) : name_(name) in PerfEventRecord() 137 uint8_t *p = buf.data(); in GetHeaderBinary() local 228 PerfRecordSample::PerfRecordSample(uint8_t *p, const perf_event_attr &attr) in PerfRecordSample() 288 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary() local 410 PerfRecordMmap::PerfRecordMmap(uint8_t *p) : PerfEventRecord(p, "mmap") in PerfRecordMmap() [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | perf_event_record.cpp | 27 std::unique_ptr<PerfEventRecord> GetPerfEventRecord(const int type, uint8_t *p, in GetPerfEventRecord() 72 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary() 81 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2() 92 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary() 101 inline void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2) in PopFromBinary2() 128 PerfEventRecord::PerfEventRecord(uint8_t *p, const std::string &name) : name_(name) in PerfEventRecord() 138 uint8_t *p = buf.data(); in GetHeaderBinary() local 229 PerfRecordSample::PerfRecordSample(uint8_t *p, const perf_event_attr &attr) in PerfRecordSample() 289 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary() local 411 PerfRecordMmap::PerfRecordMmap(uint8_t *p) : PerfEventRecord(p, "mmap") in PerfRecordMmap() [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 | 104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
|
| D | socket_context.cpp | 75 uint32_t p = 0; in ReceiveData() local
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | ring_buffer_test.cpp | 60 uint8_t *p = nullptr; in ReadBufferAndCheck() local 83 uint8_t *p = nullptr; in WriteBuffer() local 123 uint8_t *p = nullptr; variable
|
| /developtools/profiler/device/cmds/src/ |
| D | command_line.cpp | 83 auto p = it->second; in CheckParam() local 128 auto p = it->second; in PrintHelp() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_so.cpp | 40 void DepthFreeSo(int depth, char *p) in DepthFreeSo()
|
| D | hook_test.cpp | 88 void DepthFree(int depth, char *p) in DepthFree() 101 char *p = nullptr; in thread_func_cpp() local 126 char *p = nullptr; in thread_func_cpp_hook() local
|
| D | hook_test.c | 83 char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc() 93 void DepthFree(int depth, void* p) in DepthFree() 111 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc() local 138 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc() local 168 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 = (char*)malloc(mallocSize); in ApplyForRealloc() local
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 142 void DepthFree(int depth, void *p) in DepthFree() 165 char *p = DepthMalloc(depth); in ApplyForMalloc() local 202 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc() local 229 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc() 242 char *p = reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in ApplyForRealloc() local
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_block_test.cpp | 112 int8_t* p = shareMemoryBlock.GetFreeMemory(ARRAYSIZE); variable 139 int8_t* p = shareMemoryBlock.GetFreeMemory(ARRAYSIZE); variable
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 367 bool IoStats::FindFirstNum(char** p) in FindFirstNum() 379 bool IoStats::RemoveSpaces(char** p) in RemoveSpaces() 394 bool IoStats::FindFirstSpace(char** p) in FindFirstSpace()
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 353 bool HilogPlugin::FindFirstNum(char** p) in FindFirstNum() 365 bool HilogPlugin::RemoveSpaces(char** p) in RemoveSpaces() 380 bool HilogPlugin::FindFirstSpace(char** p) in FindFirstSpace()
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service_impl.cpp | 19 PluginServiceImpl::PluginServiceImpl(PluginService& p) in PluginServiceImpl()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ |
| D | filter_constraints.cpp | 69 const char* p = static_cast<const char*>(idxStr.c_str()); in FromString() local
|
| /developtools/hdc/src/host/ |
| D | translate.cpp | 159 const char *p = input + 6; in ForwardPort() local
|
| D | host_tcp.cpp | 38 char *p = strstr(rcvbuf->base, "-"); in RecvUDPEntry() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 238 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in SearchDatabase() local 400 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local
|
| /developtools/hdc/src/test/ |
| D | ut_mod.cpp | 217 … Base::DelayDoSimple(req->handle->loop, 3000, [=](const uint8_t flag, string &msg, const void *p) { in UtForwardConnect() 248 … auto funcDelayCallUtForwardConnect = [&](const uint8_t flag, string &msg, const void *p) -> void { in TestForwardExternThread()
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_manager.cpp | 68 void PluginManager::SetCommandPoller(const CommandPollerPtr& p) in SetCommandPoller() 382 PluginResult* p = request.add_result(); in SubmitResult() local
|
| D | command_poller.cpp | 27 CommandPoller::CommandPoller(const ManagerInterfacePtr& p) : requestIdAutoIncrease_(1), pluginManag… in CommandPoller()
|
| /developtools/profiler/device/plugins/process_plugin/src/ |
| D | process_data_plugin.cpp | 535 bool ProcessDataPlugin::FindFirstSpace(char** p) in FindFirstSpace() 547 bool ProcessDataPlugin::FindFirstNum(char** p) in FindFirstNum() 559 bool ProcessDataPlugin::GetValidValue(char* p, uint64_t& num) in GetValidValue()
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | command_poller_test.cpp | 109 virtual void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
|