Home
last modified time | relevance | path

Searched defs:cpu_info (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp97 json::Value toJSON(const pt_cpu &cpu_info) { in toJSON()
106 bool fromJSON(const json::Value &value, pt_cpu &cpu_info, Path path) { in fromJSON()
H A DTraceIntelPTJSONStructs.h54 pt_cpu cpu_info; member
H A DTraceIntelPT.cpp484 Expected<std::vector<uint8_t>> cpu_info = in GetCPUInfoForLiveProcess() local
538 if (llvm::Expected<pt_cpu> cpu_info = GetCPUInfoForLiveProcess()) in GetCPUInfo() local
H A DTraceIntelPTBundleSaver.cpp362 if (!cpu_info) in SaveToDisk() local
H A DLibiptDecoder.cpp50 Expected<pt_cpu> cpu_info = trace_intel_pt.GetCPUInfo(); in CreateBasicLibiptConfig() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp196 Expected<ArrayRef<uint8_t>> cpu_info = GetProcfsCpuInfo(); in GetState() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1773 CPUInfo const& cpu_info; member