Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcstat.h144 int pa_graphdepth; /* print depth for callgraphs */ member
Dpmcpl_gprof.c534 if (args.pa_flags & FLAG_DO_GPROF && args.pa_graphdepth > 1) in pmcpl_gmon_shutdown()
Dpmcstat.c593 args.pa_graphdepth = DEFAULT_CALLGRAPH_DEPTH; in main()
893 args.pa_graphdepth = graphdepth; in main()
Dpmcpl_callgraph.c368 for (n = 1; n < (uint32_t) args.pa_graphdepth && n < nsamples; n++, in pmcpl_cg_process()