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

Function dt_printf

libdtrace/dt_subr.c:591–706  ·  view source on GitHub ↗

* This function handles all output from libdtrace, as well as the * dtrace_sprintf() case. If we're here due to dtrace_sprintf(), then * dt_sprintf_buflen will be non-zero; in this case, we sprintf into the * specified buffer and return. Otherwise, if output is buffered (denoted by * a NULL fp), we sprintf the desired output into the buffered buffer * (expanding the buffer if required). If

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

pfprint_sintFunction · 0.85
pfprint_uintFunction · 0.85
pfprint_fpFunction · 0.85
pfprint_addrFunction · 0.85
pfprint_uaddrFunction · 0.85
pfprint_timeFunction · 0.85
pfprint_time822Function · 0.85
pfprint_portFunction · 0.85
pfprint_inetaddrFunction · 0.85
pfprint_cstrFunction · 0.85
pfprint_wstrFunction · 0.85
pfprint_estrFunction · 0.85

Calls 2

strlenFunction · 0.85
dt_set_errnoFunction · 0.85

Tested by

no test coverage detected