Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dannotate.h162 static inline double annotation_data__percent(struct annotation_data *data, in annotation_data__percent() function
Dannotate.c1397 percent = annotation_data__percent(&al->data[i], in annotation_line__print()
1429 percent = annotation_data__percent(data, percent_type); in annotation_line__print()
2265 iter->data[i].percent_sum += annotation_data__percent(&al->data[i], in insert_source_line()
2278 al->data[i].percent_sum = annotation_data__percent(&al->data[i], in insert_source_line()
2805 percent = annotation_data__percent(&al->data[i], in annotation__calc_lines()
2916 percent = annotation_data__percent(&al->data[i], in annotation_line__max_percent()
3004 percent = annotation_data__percent(&al->data[i], percent_type); in __annotation_line__write()
/Linux-v6.1/tools/perf/ui/browsers/
Dannotate.c333 percent = annotation_data__percent(&pos->al.data[i], in annotate_browser__calc_percent()