Searched refs:FLAG_DO_ANALYSIS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat.h55 #define FLAG_DO_ANALYSIS 0x00020000 /* -g or -G or -m or -T */ macro
H A Dpmcstat.c701 args.pa_required |= FLAG_DO_ANALYSIS;
933 args.pa_flags |= FLAG_DO_ANALYSIS;
1028 if ((args.pa_flags & FLAG_DO_ANALYSIS) &&
1043 (args.pa_flags & FLAG_DO_ANALYSIS) == 0 &&
1142 if ((args.pa_flags & FLAG_DO_ANALYSIS) == 0)
H A Dpmcstat_log.c1361 assert(args.pa_flags & FLAG_DO_ANALYSIS);
2210 if (args.pa_verbosity >= 1 && (args.pa_flags & FLAG_DO_ANALYSIS)) {

Completed in 45 milliseconds