Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/procstat/
H A Dprocstat.c63 int procstat_opts = 0; variable
336 procstat_opts |= PS_OPT_PERTHREAD; in main()
339 procstat_opts |= PS_OPT_NOHEADER; in main()
355 procstat_opts |= PS_OPT_VERBOSE; in main()
379 procstat_opts |= PS_OPT_SIGNUM; in main()
478 procstat_opts |= PS_OPT_NOHEADER; in main()
520 procstat_opts |= PS_OPT_NOHEADER; in main()
558 procstat_opts |= PS_OPT_VERBOSE; in cmdopt_verbose()
575 procstat_opts |= PS_OPT_SIGNUM; in cmdopt_signals()
594 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.c56 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_print_signame()
75 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_close_signame()
119 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigs()
148 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads_sigs()
200 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigfastblock()
H A Dprocstat_files.c315 (procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
325 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_files()
326 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) in procstat_files()
434 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
531 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
543 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
H A Dprocstat_args.c53 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_args()
80 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_env()
H A Dprocstat_kstack.c176 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_kstack()
241 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
244 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
H A Dprocstat_bin.c52 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_bin()
H A Dprocstat_basic.c48 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_cred.c54 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cred()
H A Dprocstat_rlimit.c100 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rlimit()
H A Dprocstat.h53 extern int procstat_opts;
H A Dprocstat_threads.c54 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads()
H A Dprocstat_cs.c56 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cs()
H A Dprocstat_vm.c56 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_vm()
H A Dprocstat_auxv.c57 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_auxv()