Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c390 static int compare_caps(int cpu, struct pt_caps *caps, struct pt_caps *caps0) in compare_caps() argument
412 reg0 = m & caps0->subleaf[i].reg[j]; in compare_caps()
423 reg0 = m & caps0->subleaf[1].eax; in compare_caps()
440 struct pt_caps caps0; in test__intel_pt_hybrid_compat() local
449 if (get_pt_caps(0, &caps0)) in test__intel_pt_hybrid_compat()
452 for (cpu = 1, last_caps = caps0; cpu < max_cpu; cpu++) { in test__intel_pt_hybrid_compat()
463 if (compare_caps(cpu, &caps, &caps0)) in test__intel_pt_hybrid_compat()