MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dt_print_array

Function dt_print_array

libdtrace/dt_print.c:344–437  ·  view source on GitHub ↗

* Print out an array. This is somewhat complex, as we must manually visit * each member, and recursively invoke ctf_type_visit() for each member. If * the members are non-structs, then we print them out directly: * * [ 0x14, 0x2e, 0 ] * * If they are structs, then we print out the necessary leading and trailing * braces, to end up with: * * [ * type { * ... * }, * t

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

dt_print_trailing_bracesFunction · 0.85
dt_print_indentFunction · 0.85
ctf_array_infoFunction · 0.50
ctf_type_sizeFunction · 0.50
ctf_type_resolveFunction · 0.50
ctf_type_kindFunction · 0.50
ctf_type_encodingFunction · 0.50
ctf_type_visitFunction · 0.50

Tested by

no test coverage detected