Searched refs:ptCpu (Results 1 – 1 of 1) sorted by relevance
38 struct pt_cpu ptCpu = { variable62 ptCpu.vendor = pcv_intel; in perf_ptInit()65 ptCpu.vendor = pcv_unknown; in perf_ptInit()70 ptCpu.family = atoi(v); in perf_ptInit()71 LOG_D("IntelPT family: %" PRIu16, ptCpu.family); in perf_ptInit()74 ptCpu.model = atoi(v); in perf_ptInit()75 LOG_D("IntelPT model: %" PRIu8, ptCpu.model); in perf_ptInit()78 ptCpu.stepping = atoi(v); in perf_ptInit()79 LOG_D("IntelPT stepping: %" PRIu8, ptCpu.stepping); in perf_ptInit()146 ptc.cpu = ptCpu; in arch_ptAnalyze()