Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dgprof.c235 arc.raw_frompc , arc.raw_selfpc , arc.raw_count ); in getpfile()
320 childp -> ncall += rawp -> raw_count; in tally()
324 parentp -> name , childp -> name , rawp -> raw_count ); in tally()
327 addarc( parentp , childp , rawp -> raw_count ); in tally()
360 arc.raw_count = arcp -> arc_count; in dumpsum()
366 arc.raw_frompc , arc.raw_selfpc , arc.raw_count ); in dumpsum()
/freebsd/sys/sys/
H A Dgmon.h142 long raw_count; member
/freebsd/lib/libc/gmon/
H A Dgmon.c196 rawarc.raw_count = p->tos[toindex].count; in _mcleanup()
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c254 arc.raw_count = count; in pmcstat_gmon_append_arc()