Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dgprof.c306 tally(struct rawarc *rawp) in tally() argument
311 parentp = nllookup( rawp -> raw_frompc ); in tally()
312 childp = nllookup( rawp -> raw_selfpc ); in tally()
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()