Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dutil.h43 size_t hex_width(u64 v);
H A Dutil.c359 size_t hex_width(u64 v) in lsdir()
361 size_t hex_width(u64 v) hex_width() function
H A Dannotate.c12 #include "util.h" // hex_width()
1591 notes->src->widths.min_addr = hex_width(symbol__size(sym)); in annotation__init_column_widths()
1592 notes->src->widths.max_addr = hex_width(sym->end); in annotation__init_column_widths()