Home
last modified time | relevance | path

Searched refs:hex2u64 (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dutil.h274 int hex2u64(const char *ptr, u64 *val);
Dutil.c188 int hex2u64(const char *ptr, u64 *long_val) in hex2u64() function
Dsymbol.c472 len = hex2u64(line, &start); in kallsyms__parse()
946 len = hex2u64(line, &start); in dso__load_perf_map()
952 len += hex2u64(line + len, &size); in dso__load_perf_map()
Dmachine.c821 hex2u64(sep + 1, &start); in machine__create_modules()