MCPcopy Create free account
hub / github.com/iovisor/bcc / decode_map

Function decode_map

src/python/bcc/disassembler.py:452–454  ·  view source on GitHub ↗
(map_name, map_obj, map_type, sizeinfo=False)

Source from the content-addressed store, hash-verified

450 return linesep.join(map_lines)
451
452def decode_map(map_name, map_obj, map_type, sizeinfo=False):
453 map_type_name = get_table_type_name(map_type)
454 return MapDecoder.decode_map(map_name, map_obj, map_type_name, sizeinfo=sizeinfo)

Callers 1

decode_tableMethod · 0.85

Calls 2

get_table_type_nameFunction · 0.85
decode_mapMethod · 0.80

Tested by

no test coverage detected