Home
last modified time | relevance | path

Searched refs:pa_toptty (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_top.h40 if (args.pa_toptty) \
48 if (args.pa_toptty) \
54 if (args.pa_toptty) \
60 if (args.pa_toptty) \
66 if (!args.pa_toptty) { \
H A Dpmcstat.c407 if (!args.pa_toptty) in pmcstat_topexit()
495 args.pa_toptty = 0; in main()
1201 args.pa_toptty = 1; in main()
1305 if (args.pa_toptty) { in main()
1434 if ((args.pa_flags & FLAG_DO_TOP) && args.pa_toptty) { in main()
1436 args.pa_toptty = 0; in main()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h130 int pa_toptty; /* output to tty or file */ member