Searched refs:mProfileData (Results 1 – 2 of 2) sorted by relevance
1635 proc = mProfileData.getProfileProc(); in stopProfilerLPf()1655 if (mProfileData.getProfilerInfo() != null in clearProfilerLPf()1662 mProfileData.setProfileApp(null); in clearProfilerLPf()1663 mProfileData.setProfileProc(null); in clearProfilerLPf()1664 mProfileData.setProfilerInfo(null); in clearProfilerLPf()1669 if (mProfileData.getProfileProc() == null in clearProfilerLPf()1733 mProfileData.setProfileApp(processName); in setProfileAppLPf()1749 mProfileData.setProfileProc(proc); in setProfileProcLPf()2038 mProfileData.setProfileProc(app); in setupProfilerInfoLocked()2175 if (mProfileData.getProfileApp() != null || mProfileData.getProfileProc() != null in dumpProfileDataLocked()[all …]
68 private ProfileData mProfileData = new ProfileData(); field in Profile.Watchdog135 mProfileData.addSample(lines); in sampleStack()148 mProfileData.dumpToFile(filename); in dumpToFile()152 mProfileData.reset(); in reset()171 mProfileData.addSample(stacks.get(i)); in commit()