Home
last modified time | relevance | path

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

/external/honggfuzz/linux/
Dpt.c38 struct pt_cpu ptCpu = { variable
62 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()