Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc43 std::string uint_to_hex(uint64_t value) { in uint_to_hex() function
657 res += "_0x" + uint_to_hex(offset); in get_uprobe_event()