Searched refs:disasm__get_next_ip_line (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h70 struct disasm_line *disasm__get_next_ip_line(struct list_head *head, struct disasm_line *pos);
H A Dannotate.c597 struct disasm_line *disasm__get_next_ip_line(struct list_head *head, struct disasm_line *pos) function
658 next = disasm__get_next_ip_line(&notes->src->source, dl);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c361 next = disasm__get_next_ip_line(&notes->src->source, pos);

Completed in 325 milliseconds