Home
last modified time | relevance | path

Searched refs:hex2u64 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c598 static int hex2u64(const char *ptr, u64 *long_val) in hex2u64() function
646 hex2u64(sep + 1, &start); in modules__parse()
1521 len = hex2u64(line, &start); in dso__load_perf_map()
1527 len += hex2u64(line + len, &size); in dso__load_perf_map()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c636 static int hex2u64(const char *ptr, u64 *long_val) in hex2u64() function
684 hex2u64(sep + 1, &start); in modules__parse()
1628 len = hex2u64(line, &start); in dso__load_perf_map()
1634 len += hex2u64(line + len, &size); in dso__load_perf_map()

Completed in 7 milliseconds