Home | History | Annotate | Download | only in src

Lines Matching defs:CpuProfilesCollection

573 CpuProfilesCollection::CpuProfilesCollection()
596 CpuProfilesCollection::~CpuProfilesCollection() {
605 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
625 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
630 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
662 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
680 int CpuProfilesCollection::GetProfileIndex(unsigned uid) {
689 bool CpuProfilesCollection::IsLastProfile(const char* title) {
698 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
731 int CpuProfilesCollection::TokenToIndex(int security_token_id) {
737 List<CpuProfile*>* CpuProfilesCollection::GetProfilesList(
755 List<CpuProfile*>* CpuProfilesCollection::Profiles(int security_token_id) {
772 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
787 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
800 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
814 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
827 void CpuProfilesCollection::AddPathToCurrentProfiles(
871 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)