OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex2u64
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
symbol.h
44
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 89 milliseconds