Searched refs:perfSoFunc (Results 1 – 4 of 4) sorted by relevance
150 void SocPerfConfig::InitPerfFunc(const char* perfSoPath, const char* perfSoFunc) in InitPerfFunc() argument152 if (perfSoPath == nullptr || perfSoFunc == nullptr) { in InitPerfFunc()162 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(g_handle, perfSoFunc)); in InitPerfFunc()345 …char* perfSoFunc = reinterpret_cast<char*>(xmlGetProp(grandson, reinterpret_cast<const xmlChar*>("… in LoadInfo() local346 InitPerfFunc(perfSoPath, perfSoFunc); in LoadInfo()348 xmlFree(perfSoFunc); in LoadInfo()
57 void InitPerfCrucialFunc(const char* perfSoPath, const char* perfSoFunc);
47 void InitPerfFunc(const char* perfSoPath, const char* perfSoFunc);
115 void SocPerfPlugin::InitPerfCrucialFunc(const char* perfSoPath, const char* perfSoFunc) in InitPerfCrucialFunc() argument117 if (!perfSoPath || !perfSoFunc) { in InitPerfCrucialFunc()126 reqAppTypeFunc_ = reinterpret_cast<ReqAppTypeFunc>(dlsym(handle_, perfSoFunc)); in InitPerfCrucialFunc()