Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_file_format.h37 CPUDESC, // A perf_header_string with description of the CPU. On x86 this is the model name enumerator
72 FEATURE::CPUDESC,
/developtools/hiperf/src/
Dsubcommand_record.cpp1280 if (!fileWriter_->AddStringFeature(FEATURE::CPUDESC, cpuDesc)) { in AddCpuFeature()