Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate.h414 struct annotated_branch *annotation__get_branch(struct annotation *notes);
H A Dannotate.c262 struct annotated_branch *annotation__get_branch(struct annotation *notes) in annotation__get_branch() function
280 branch = annotation__get_branch(notes); in symbol__find_branch_hist()
498 branch = annotation__get_branch(notes); in annotation__count_and_fill()
1780 struct annotated_branch *branch = annotation__get_branch(notes); in ipc_coverage_string()
/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c116 branch = annotation__get_branch(notes); in process_basic_block()