Home
last modified time | relevance | path

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

123

/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
236 PerfRecordSample::PerfRecordSample(uint8_t *p, const perf_event_attr &attr) in PerfRecordSample()
296 uint8_t *p = buf.data() + GetHeaderSize(); in GetBinary() local
418 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.cpp104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
/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
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp88 void DepthFree(int depth, char *p) in DepthFree()
101 char *p = nullptr; in ThreadFuncCpp() local
126 char *p = nullptr; in ThreadFuncCppHook() local
Dhook_test.c84 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
Dmalloc_test.cpp82 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
Dhook_so.cpp40 void DepthFreeSo(int depth, char *p) in DepthFreeSo()
/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/hilog_plugin/src/
Dhilog_plugin.cpp346 bool HilogPlugin::FindFirstNum(char** p) in FindFirstNum()
358 bool HilogPlugin::RemoveSpaces(char** p) in RemoveSpaces()
373 bool HilogPlugin::FindFirstSpace(char** p) in FindFirstSpace()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp184 void DepthFree(int depth, void *p) in DepthFree()
207 char *p = DepthMalloc(depth); in ApplyForMalloc() local
289 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc() local
316 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
329 char *p = reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in ApplyForRealloc() local
/developtools/profiler/hiebpf/test/unittest/
Dkernel_symbol_info_test.cpp46 uint8_t *p = buf.data(); variable
Delf_symbol_info_test.cpp98 uint8_t *p = buf.data() + binLen - elfSymbolTable.fileName_.size() - 1; variable
Dmaps_info_test.cpp82 uint8_t *p = buf.data(); variable
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp19 PluginServiceImpl::PluginServiceImpl(PluginService& p) in PluginServiceImpl()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Dtrace_data_db.cpp237 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in SearchDatabase() local
399 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/trace_data/
Dtrace_data_db.cpp237 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in SearchDatabase() local
399 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp339 bool IoStats::FindFirstNum(char** p) in FindFirstNum()
351 bool IoStats::RemoveSpaces(char** p) in RemoveSpaces()
/developtools/smartperf_host/trace_streamer/src/base/
Dfilter_constraints.cpp87 const char* p = static_cast<const char*>(idxStr.c_str()); in FromString() local
/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp52 uint8_t *p = buf.data(); in GetBinary() local
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp525 bool ProcessDataPlugin::FindFirstSpace(char** p) in FindFirstSpace()
537 bool ProcessDataPlugin::FindFirstNum(char** p) in FindFirstNum()
549 bool ProcessDataPlugin::GetValidValue(char* p, uint64_t& num) in GetValidValue()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dfilter_constraints.cpp69 const char* p = static_cast<const char*>(idxStr.c_str()); in FromString() local
/developtools/hdc/src/test/
Dut_mod.cpp217 … 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/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp290 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in SearchDatabase() local
452 const char* p = reinterpret_cast<const char*>(sqlite3_column_text(stmt, i)); in GetRowString() local

123