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

/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat.h127 int pa_graphdepth; /* print depth for callgraphs */ member in struct:pmcstat_args
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c573 if (args.pa_flags & FLAG_DO_GPROF && args.pa_graphdepth > 1)
H A Dpmcstat.c472 args.pa_graphdepth = DEFAULT_CALLGRAPH_DEPTH;
813 args.pa_graphdepth = graphdepth;
H A Dpmcpl_callgraph.c373 for (n = 1; n < (uint32_t) args.pa_graphdepth && n < nsamples; n++,

Completed in 79 milliseconds