| /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/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 | 103 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
|
| D | socket_context.cpp | 76 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
|
| D | perf_file_format_test.cpp | 93 perf_header_string *p = reinterpret_cast<perf_header_string *>(&buff[0]); variable
|
| D | perf_event_record_test.cpp | 316 const uint8_t *p = buf.data() + offset; in CompareRecordSample50() local 351 const uint8_t *p = buf.data(); in CompareRecordSample() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.c | 68 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc() 78 void DepthFree(int depth, void *p) in DepthFree() 95 char *p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc() local 121 char *p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc() local 150 char *p = (char *)malloc(mallocSize); in ApplyForRealloc() local
|
| D | hook_test.cpp | 84 void DepthFree(int depth, char *p) in DepthFree() 97 char *p = nullptr; in thread_func_cpp() local
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | TraceWorker.ts | 50 let p = Module._malloc(uint8Array.length); 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/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/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 139 void DepthFree(int depth, void *p) in DepthFree() 162 char *p = DepthMalloc(depth); in ApplyForMalloc() local 199 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc() local 223 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc() 236 char *p = (char *)malloc(DEFAULT_MALLOC_SIZE); in ApplyForRealloc() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 342 bool HilogPlugin::FindFirstNum(char** p) in FindFirstNum() 354 bool HilogPlugin::RemoveSpaces(char** p) in RemoveSpaces() 369 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/hdc_standard/src/host/ |
| D | translate.cpp | 148 const char *p = input + 6; in ForwardPort() local
|
| D | host_tcp.cpp | 38 char *p = strstr(rcvbuf->base, "-"); in RecvUDPEntry() local
|
| /developtools/profiler/device/plugins/api/src/ |
| D | command_poller.cpp | 27 CommandPoller::CommandPoller(const ManagerInterfacePtr& p) : requestIdAutoIncrease_(1), pluginManag… in CommandPoller()
|
| D | plugin_manager.cpp | 68 void PluginManager::SetCommandPoller(const CommandPollerPtr& p) in SetCommandPoller() 348 PluginResult* p = request.add_result(); in SubmitResult() local
|
| /developtools/hdc_standard/src/test/ |
| D | ut_mod.cpp | 211 … Base::DelayDoSimple(req->handle->loop, 3000, [=](const uint8_t flag, string &msg, const void *p) { in UtForwardConnect() 242 … auto funcDelayCallUtForwardConnect = [&](const uint8_t flag, string &msg, const void *p) -> void { in TestForwardExternThread()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 208 void hook_free(void (*free_func)(void*), void *p) in hook_free() argument 334 void ohos_malloc_hook_free(void* p) in ohos_malloc_hook_free()
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | command_poller_test.cpp | 109 virtual void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 321 p: number = 800; property in RangeRuler
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 55 void HookManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 327 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local
|