Home
last modified time | relevance | path

Searched refs:AddCpuModel (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Denvironment.cpp1069 AddCpuModel(processor, model, cpu_models); in ParseARMCpuModel()
1094 AddCpuModel(processor, model, cpu_models); in ParseRISCVCpuModel()
1118 AddCpuModel(processor, model, cpu_models); in ParseX86CpuModel()
1140 void AddCpuModel(uint32_t processor, const CpuModel& model, std::vector<CpuModel>& cpu_models) { in AddCpuModel() function in simpleperf::__anon57385e7b0711::CPUModelParser