Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h428 struct annotated_branch *annotation__get_branch(struct annotation *notes);
H A Dannotate.c264 struct annotated_branch *annotation__get_branch(struct annotation *notes) in annotation__get_branch() function
282 branch = annotation__get_branch(notes); in symbol__find_branch_hist()
500 branch = annotation__get_branch(notes); in annotation__count_and_fill()
1797 struct annotated_branch *branch = annotation__get_branch(notes); in ipc_coverage_string()
/linux/tools/perf/
H A Dbuiltin-annotate.c115 branch = annotation__get_branch(notes); in process_basic_block()