Home | History | Annotate | Download | only in callgrind

Lines Matching refs:caller

214     --tree=none|caller|   print for each function their callers,
284 # --tree=none|caller|calling|both
285 } elsif ($arg =~ /^--tree=(none|caller|calling|both)$/) {
286 $tree_caller = 1 if ($1 eq "caller" || $1 eq "both");