Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/procstat/
H A Dprocstat.c62 int procstat_opts = 0; variable
285 procstat_opts |= PS_OPT_PERTHREAD; in main()
288 procstat_opts |= PS_OPT_NOHEADER; in main()
304 procstat_opts |= PS_OPT_VERBOSE; in main()
328 procstat_opts |= PS_OPT_SIGNUM; in main()
422 procstat_opts |= PS_OPT_NOHEADER; in main()
457 procstat_opts |= PS_OPT_NOHEADER; in main()
494 procstat_opts |= PS_OPT_VERBOSE; in cmdopt_verbose()
511 procstat_opts |= PS_OPT_SIGNUM; in cmdopt_signals()
530 procstat_opts |= PS_OPT_PERTHREAD; in cmdopt_rusage()
[all …]
H A Dprocstat_rusage.c109 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in print_prefix()
128 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
157 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
169 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rusage()
171 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in procstat_rusage()
177 if ((procstat_opts & PS_OPT_PERTHREAD) == 0) { in procstat_rusage()
H A Dprocstat_sigs.c53 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_print_signame()
72 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_close_signame()
115 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigs()
144 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads_sigs()
H A Dprocstat_files.c309 (procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
319 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_files()
320 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) in procstat_files()
428 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
525 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
537 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
H A Dprocstat_kstack.c175 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_kstack()
240 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
243 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
H A Dprocstat_args.c52 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_args()
79 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_env()
H A Dprocstat_bin.c51 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_bin()
H A Dprocstat_basic.c47 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_basic()
H A Dprocstat_ptlwpinfo.c48 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_ptlwpinfo()
H A Dprocstat.h52 extern int procstat_opts;
H A Dprocstat_cred.c53 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cred()
H A Dprocstat_rlimit.c99 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rlimit()
H A Dprocstat_threads.c53 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads()
H A Dprocstat_cs.c55 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cs()
H A Dprocstat_vm.c55 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_vm()
H A Dprocstat_auxv.c56 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_auxv()