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

/linux-master/tools/perf/util/
H A Dutil.h40 size_t hex_width(u64 v);
H A Dutil.c306 size_t hex_width(u64 v) function
H A Dannotate.c13 #include "util.h" // hex_width()
2995 notes->widths.min_addr = hex_width(symbol__size(sym));
2996 notes->widths.max_addr = hex_width(sym->end);

Completed in 169 milliseconds