Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h310 struct annotation_line *annotated_source__get_line(struct annotated_source *src,
H A Dannotate.c428 struct annotation_line *annotated_source__get_line(struct annotated_source *src, in annotated_source__get_line() function
445 al = annotated_source__get_line(notes->src, start); in annotation__count_insn()
483 al = annotated_source__get_line(notes->src, start); in annotation__count_and_fill()
530 al = annotated_source__get_line(notes->src, offset); in annotation__compute_ipc()
569 al = annotated_source__get_line(notes->src, offset); in annotation__compute_ipc()
1513 target = annotated_source__get_line(notes->src, in annotation__mark_jump_targets()
/linux/tools/perf/ui/browsers/
H A Dannotate.c190 target = annotated_source__get_line(notes->src, cursor->ops.target.offset); in annotate_browser__draw_current_jump()