/aosp_15_r20/external/bcc/tools/lib/ |
H A D | ustat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | ustat.py | 4 # ustat Activity stats from high-level languages, including exceptions, 8 # USAGE: ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] 135 ./ustat # stats for all languages, 1 second refresh 136 ./ustat -C # don't clear the screen 137 ./ustat -l java # Java processes only 138 ./ustat 5 # 5 second summaries 139 ./ustat 5 10 # 5 second summaries, 10 times only
|
/aosp_15_r20/external/bcc/tools/ |
H A D | perlstat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | phpstat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | nodestat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | javastat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | rubystat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | tclstat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
H A D | pythonstat_example.txt | 1 Demonstrations of ustat. 4 ustat is a "top"-like tool for monitoring events in high-level languages. It 11 # ./ustat.py 21 If desired, you can instruct ustat to print a certain number of entries and 23 system over a short time interval. Here, we ask ustat to print 5-second 26 # ./ustat.py -C 5 12 50 # ./ustat.py -h 51 usage: ustat.py [-h] [-l {java,node,perl,php,python,ruby,tcl}] [-C] 74 ./ustat # stats for all languages, 1 second refresh 75 ./ustat -C # don't clear the screen [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ustat/ |
H A D | ustat02.c | 5 * Test whether ustat(2) system call returns appropriate error number for 19 #include "lapi/ustat.h" 23 struct ustat ubuf; 30 struct ustat *buf; 43 tst_res(TPASS | TTERRNO, "ustat(2) expected failure"); in run() 46 "ustat(2) failed to produce expected error; %d, errno" in run() 65 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see " 72 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
|
H A D | ustat01.c | 5 * Check that ustat() succeeds given correct parameters. 18 #include "lapi/ustat.h" 24 struct ustat ubuf; in run() 29 tst_res(TFAIL | TTERRNO, "ustat(2) failed"); in run() 31 tst_res(TPASS, "ustat(2) passed"); in run() 48 {"known-fail", "ustat() is known to fail with EINVAL on Btrfs, see " 55 TST_TEST_TCONF("testing ustat requires <sys/ustat.h> or <linux/types.h>");
|
/aosp_15_r20/external/strace/tests/ |
H A D | ustat.c | 38 # include <ustat.h> 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main() 61 printf("ustat(makedev(%u, %u)" in main() 70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main() 74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | ustat.c | 38 # include <ustat.h> 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main() 61 printf("ustat(makedev(%u, %u)" in main() 70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main() 74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | ustat.c | 38 # include <ustat.h> 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 58 printf("ustat(makedev(%u, %u), %p) = %s\n", in main() 61 printf("ustat(makedev(%u, %u)" in main() 70 printf("ustat(makedev(%u, %u), NULL) = %s\n", in main() 74 printf("ustat(makedev(%u, %u), %p) = %s\n", in main()
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | nodestat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | pythonstat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | ustat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | javastat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | phpstat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | tclstat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | rubystat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
H A D | perlstat.8 | 1 .TH ustat 8 "2018-10-09" "USER COMMANDS" 3 ustat, javastat, nodestat, perlstat, phpstat, pythonstat, rubystat, tclstat \- Activity stats from 20 .B ustat [-l {java,node,perl,php,python,ruby,tcl}] [-C] [-S {cload,excp,gc,method,objnew,thread}] [… 72 .B ustat 76 .B ustat -Cr 8 80 .B ustat 5 10
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
D | ustat.h | 1 /* Header describing obsolete `ustat' interface. 29 #include <bits/ustat.h> 33 extern int ustat (__dev_t __dev, struct ustat *__ubuf) __THROW; 37 #endif /* sys/ustat.h */
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
D | ustat.h | 1 /* Header describing obsolete `ustat' interface. 29 #include <bits/ustat.h> 33 extern int ustat (__dev_t __dev, struct ustat *__ubuf) __THROW; 37 #endif /* sys/ustat.h */
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
D | ustat.h | 19 # error "Never include <bits/ustat.h> directly; use <sys/ustat.h> instead." 24 struct ustat struct
|