Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.c2966 struct disasm_line *prev_dl; in hist_entry__get_data_type() local
2969 prev_dl = annotation__prev_asm_line(notes, dl); in hist_entry__get_data_type()
2971 if (prev_dl && ins__is_fused(arch, prev_dl->ins.name, dl->ins.name)) { in hist_entry__get_data_type()
2972 dl = prev_dl; in hist_entry__get_data_type()