Searched refs:uint_to_hex (Results 1 – 1 of 1) sorted by relevance
43 std::string uint_to_hex(uint64_t value) { in uint_to_hex() function657 res += "_0x" + uint_to_hex(offset); in get_uprobe_event()