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

/external/linux-tools-perf/util/
H A Dsymbol.h57 int hex2u64(const char *ptr, u64 *val);
H A Devent.c177 n = hex2u64(pbf, &event->mmap.start);
181 n = hex2u64(pbf, &event->mmap.len);
196 n = hex2u64(pbf, &event->mmap.pgoff);
H A Dsymbol.c473 len = hex2u64(line, &start);
746 len = hex2u64(line, &start);
752 len += hex2u64(line + len, &size);
1848 hex2u64(sep + 1, &start);
2568 int hex2u64(const char *ptr, u64 *long_val) function
H A Dparse-events.c701 n = hex2u64(str + 1, &config);

Completed in 71 milliseconds