Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/gprof/
H A Dgprof.c248 arc.raw_frompc , arc.raw_selfpc , arc.raw_count ); in getpfile()
324 parentp = nllookup( rawp -> raw_frompc ); in tally()
371 arc.raw_frompc = arcp -> arc_parentp -> value; in dumpsum()
379 arc.raw_frompc , arc.raw_selfpc , arc.raw_count ); in dumpsum()
/freebsd-14.2/sys/sys/
H A Dgmon.h142 u_long raw_frompc; member
/freebsd-14.2/lib/libc/gmon/
H A Dgmon.c197 rawarc.raw_frompc = frompc; in _mcleanup()
/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c253 arc.raw_frompc = rawfrom + image->pi_vaddr; in pmcstat_gmon_append_arc()