HomeSort by relevance Sort by last modified time
    Searched refs:hex2u64 (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/util/
symbol.h 57 int hex2u64(const char *ptr, u64 *val);
event.c 177 n = hex2u64(pbf, &event->mmap.start);
181 n = hex2u64(pbf, &event->mmap.len);
196 n = hex2u64(pbf, &event->mmap.pgoff);
symbol.c 473 len = hex2u64(line, &start);
746 len = hex2u64(line, &start);
752 len += hex2u64(line + len, &size);
2568 int hex2u64(const char *ptr, u64 *long_val) function
    [all...]
parse-events.c 701 n = hex2u64(str + 1, &config);

Completed in 63 milliseconds