Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 38) sorted by relevance

12

/developtools/hiperf/src/
Dperf_event_record.cpp26 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/
Dclient_map.cpp33 int ClientMap::PutClientSocket(int socketFileDescriptor, ServiceEntry& p) in PutClientSocket()
51 auto p = iter->second; in AutoRelease() local
Dunix_socket_server.cpp103 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
Dsocket_context.cpp76 uint32_t p = 0; in ReceiveData() local
/developtools/hiperf/test/unittest/common/native/
Dring_buffer_test.cpp60 uint8_t *p = nullptr; in ReadBufferAndCheck() local
83 uint8_t *p = nullptr; in WriteBuffer() local
123 uint8_t *p = nullptr; variable
Dperf_file_format_test.cpp93 perf_header_string *p = reinterpret_cast<perf_header_string *>(&buff[0]); variable
Dperf_event_record_test.cpp316 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/
Dhook_test.c68 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
Dhook_test.cpp84 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/
DTraceWorker.ts50 let p = Module._malloc(uint8Array.length); variable
/developtools/profiler/device/cmds/src/
Dcommand_line.cpp83 auto p = it->second; in CheckParam() local
128 auto p = it->second; in PrintHelp() local
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_block_test.cpp112 int8_t* p = shareMemoryBlock.GetFreeMemory(ARRAYSIZE); variable
139 int8_t* p = shareMemoryBlock.GetFreeMemory(ARRAYSIZE); variable
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp139 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/
Dhilog_plugin.cpp342 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/
Dplugin_service_impl.cpp19 PluginServiceImpl::PluginServiceImpl(PluginService& p) in PluginServiceImpl()
/developtools/hdc_standard/src/host/
Dtranslate.cpp148 const char *p = input + 6; in ForwardPort() local
Dhost_tcp.cpp38 char *p = strstr(rcvbuf->base, "-"); in RecvUDPEntry() local
/developtools/profiler/device/plugins/api/src/
Dcommand_poller.cpp27 CommandPoller::CommandPoller(const ManagerInterfacePtr& p) : requestIdAutoIncrease_(1), pluginManag… in CommandPoller()
Dplugin_manager.cpp68 void PluginManager::SetCommandPoller(const CommandPollerPtr& p) in SetCommandPoller()
348 PluginResult* p = request.add_result(); in SubmitResult() local
/developtools/hdc_standard/src/test/
Dut_mod.cpp211 … 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/
Dhook_client.cpp208 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/
Dcommand_poller_test.cpp109 virtual void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts321 p: number = 800; property in RangeRuler
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp55 void HookManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp327 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local

12