hex_width        2622 tools/perf/util/annotate.c 		notes->widths.min_addr = hex_width(symbol__size(sym));
hex_width        2623 tools/perf/util/annotate.c 	notes->widths.max_addr = hex_width(sym->end);
hex_width          28 tools/perf/util/util.h size_t hex_width(u64 v);