Home
last modified time | relevance | path

Searched refs:hex_width (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dutil.h28 size_t hex_width(u64 v);
H A Dutil.c270 size_t hex_width(u64 v) in hex_width() function
H A Dannotate.c17 #include "util.h" // hex_width()
2723 notes->widths.min_addr = hex_width(symbol__size(sym)); in annotation__init_column_widths()
2724 notes->widths.max_addr = hex_width(sym->end); in annotation__init_column_widths()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dutil.h39 size_t hex_width(u64 v);
H A Dutil.c306 size_t hex_width(u64 v) in hex_width() function
H A Dannotate.c13 #include "util.h" // hex_width()
2853 notes->widths.min_addr = hex_width(symbol__size(sym)); in annotation__init_column_widths()
2854 notes->widths.max_addr = hex_width(sym->end); in annotation__init_column_widths()

Completed in 11 milliseconds