Home
last modified time | relevance | path

Searched refs:ctfdump_stat_int (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c335 ctfdump_stat_int(const char *name, ulong_t value) in ctfdump_stat_int() function
354 ctfdump_stat_int("total number of data objects", g_stats.cs_ndata); in ctfdump_stats()
356 ctfdump_stat_int("total number of functions", g_stats.cs_nfuncs); in ctfdump_stats()
357 ctfdump_stat_int("total number of function arguments", in ctfdump_stats()
359 ctfdump_stat_int("maximum argument list length", g_stats.cs_nfuncmax); in ctfdump_stats()
368 ctfdump_stat_int("total number of types", sum); in ctfdump_stats()
369 ctfdump_stat_int("total number of integers", in ctfdump_stats()
371 ctfdump_stat_int("total number of floats", in ctfdump_stats()
373 ctfdump_stat_int("total number of pointers", in ctfdump_stats()
375 ctfdump_stat_int("total number of arrays", in ctfdump_stats()
[all …]