Home
last modified time | relevance | path

Searched refs:procstat_opts (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/usr.bin/procstat/
H A Dprocstat.c61 int procstat_opts = 0; variable
337 procstat_opts |= PS_OPT_PERTHREAD; in main()
340 procstat_opts |= PS_OPT_NOHEADER; in main()
356 procstat_opts |= PS_OPT_VERBOSE; in main()
380 procstat_opts |= PS_OPT_SIGNUM; in main()
485 procstat_opts |= PS_OPT_NOHEADER; in main()
527 procstat_opts |= PS_OPT_NOHEADER; in main()
566 procstat_opts |= PS_OPT_VERBOSE; in cmdopt_verbose()
583 procstat_opts |= PS_OPT_SIGNUM; in cmdopt_signals()
602 procstat_opts |= PS_OPT_PERTHREAD; in cmdopt_rusage()
[all …]
H A Dprocstat_rusage.c107 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in print_prefix()
126 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
155 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
167 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rusage()
169 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in procstat_rusage()
175 if ((procstat_opts & PS_OPT_PERTHREAD) == 0) { in procstat_rusage()
H A Dprocstat_sigs.c54 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_print_signame()
73 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_close_signame()
117 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigs()
146 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads_sigs()
198 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigfastblock()
H A Dprocstat_files.c310 (procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
320 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_files()
321 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) in procstat_files()
429 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
526 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
538 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
H A Dprocstat_args.c51 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_args()
78 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_env()
H A Dprocstat_kstack.c174 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_kstack()
239 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
242 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
H A Dprocstat_bin.c50 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_bin()
H A Dprocstat_rlimitusage.c55 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_rlimitusage()
H A Dprocstat_basic.c46 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_basic()
H A Dprocstat_ptlwpinfo.c46 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_ptlwpinfo()
H A Dprocstat_advlock.c50 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_advlocks()
H A Dprocstat_cred.c52 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cred()
H A Dprocstat_rlimit.c98 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rlimit()
H A Dprocstat_threads.c52 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads()
H A Dprocstat.h52 extern int procstat_opts;
H A Dprocstat_cs.c54 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cs()
H A Dprocstat_vm.c54 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_vm()
H A Dprocstat_auxv.c55 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_auxv()