Home
last modified time | relevance | path

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

123

/developtools/hiperf/src/
Dperf_event_record.cpp33 std::unique_ptr<PerfEventRecord> GetPerfEventRecord(const int type, uint8_t *p, in GetPerfEventRecord()
79 std::unique_ptr<PerfEventRecord> GetPerfSampleFromCache(const int type, uint8_t *p, in GetPerfSampleFromCache()
98 std::unique_ptr<PerfEventRecord> GetPerfSampleFromCacheMain(const int type, uint8_t *p, in GetPerfSampleFromCacheMain()
118 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary()
127 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2()
138 inline void PopFromBinary(bool condition, uint8_t*& p, T& v, u64& size) in PopFromBinary()
149 inline void PopFromBinary2(bool condition, uint8_t*& p, T1& v1, T2& v2, u64& size) in PopFromBinary2()
161 inline void SetPointerOffset(uint8_t*& p, u64 offset, u64& size) in SetPointerOffset()
185 PerfEventRecord::PerfEventRecord(uint8_t *p, const std::string &name) : name_(name) in PerfEventRecord()
201 uint8_t *p = buf.data(); in GetHeaderBinary() local
[all …]
/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_event_record_test.cpp316 const uint8_t *p = buf.data() + offset; in CompareRecordSample50() local
351 const uint8_t *p = buf.data(); in CompareRecordSample() local
718 uint8_t* p = static_cast<uint8_t*>(malloc(size)); variable
743 uint8_t* p = static_cast<uint8_t*>(malloc(size)); variable
/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.cpp121 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
/developtools/hdc/src/common/
Dheader.cpp62 char *p = nullptr; in UpdataName() local
103 char *p = reinterpret_cast<char*>(this->size); in UpdataSize() local
144 char *p = reinterpret_cast<char*>(this->chksum); in UpdataCheckSum() local
/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/smartperf_host/trace_streamer/src/base/
Dfilter_constraints.cpp67 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/plugins/hilog_plugin/src/
Dhilog_plugin.cpp355 bool HilogPlugin::FindFirstNum(char** p) in FindFirstNum()
367 bool HilogPlugin::RemoveSpaces(char** p) in RemoveSpaces()
382 bool HilogPlugin::FindFirstSpace(char** p) in FindFirstSpace()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
Dstring_view_util.h66 char *p = new (std::nothrow) char[view.size() + 1]; in Hold() local
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp263 bool IoStats::FindFirstNum(char** p) in FindFirstNum()
275 bool IoStats::RemoveSpaces(char** p) in RemoveSpaces()
/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/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp213 void DepthFree(int depth, void *p) in DepthFree()
236 char *p = DepthMalloc(depth); in ApplyForMalloc() local
327 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc() local
360 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
373 char *p = reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in ApplyForRealloc() local
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp19 PluginServiceImpl::PluginServiceImpl(PluginService& p) in PluginServiceImpl()
/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.cpp540 bool ProcessDataPlugin::FindFirstSpace(char** p) in FindFirstSpace()
552 bool ProcessDataPlugin::FindFirstNum(char** p) in FindFirstNum()
564 bool ProcessDataPlugin::GetValidValue(char* p, uint64_t& num) in GetValidValue()
/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/hdc/src/host/
Dtranslate.cpp250 const char *p = input + FORWORD_PORT_OTHER_BUF_SIZE; in ForwardPort() local
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts336 const p = 2 * l - q; constant

123