Searched refs:long_stat (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c665 long_stat(const char *name, ulong_t value) function
681 long_stat("total number of data objects", stats.s_ndata);
684 long_stat("total number of functions", stats.s_nfunc);
685 long_stat("total number of function arguments", stats.s_nargs);
686 long_stat("maximum argument list length", stats.s_argmax);
695 long_stat("total number of types", stats.s_ntypes);
696 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]);
697 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]);
698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]);
699 long_stat("tota
[all...]

Completed in 44 milliseconds