Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h125 int pa_graphdepth; /* print depth for callgraphs */ member
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c570 if (args.pa_flags & FLAG_DO_GPROF && args.pa_graphdepth > 1) in pmcpl_gmon_shutdown()
H A Dpmcstat.c485 args.pa_graphdepth = DEFAULT_CALLGRAPH_DEPTH; in main()
870 args.pa_graphdepth = graphdepth; in main()
H A Dpmcpl_callgraph.c373 for (n = 1; n < (uint32_t) args.pa_graphdepth && n < nsamples; n++, in pmcpl_cg_process()