Searched refs:ins_is_fused (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/arch/x86/annotate/
H A Dinstructions.c185 arch->ins_is_fused = strstarts(cpuid, "AuthenticAMD") ?
/linux-master/tools/perf/util/
H A Dannotate.c90 bool (*ins_is_fused)(struct arch *arch, const char *ins1, member in struct:arch
274 if (!arch || !arch->ins_is_fused)
277 return arch->ins_is_fused(arch, ins1, ins2);

Completed in 319 milliseconds