Searched refs:pa_graphdepth (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h143 int pa_graphdepth; /* print depth for callgraphs */ member in struct:pmcstat_args
H A Dpmcpl_gprof.c534 if (args.pa_flags & FLAG_DO_GPROF && args.pa_graphdepth > 1)
H A Dpmcstat.c589 args.pa_graphdepth = DEFAULT_CALLGRAPH_DEPTH;
879 args.pa_graphdepth = graphdepth;
H A Dpmcpl_callgraph.c368 for (n = 1; n < (uint32_t) args.pa_graphdepth && n < nsamples; n++,

Completed in 73 milliseconds