Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c598 static int hex2u64(const char *ptr, u64 *long_val) in hex2u64() argument
602 *long_val = strtoull(ptr, &p, 16); in hex2u64()