diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/Makefile b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/Makefile new file mode 100644 index 000000000..93d01d244 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/Makefile @@ -0,0 +1 @@ +gcc -o foobar -pg -pthread foobar.c diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/foobar.c b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/foobar.c new file mode 100644 index 000000000..d9a32fe1d --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/foobar.c @@ -0,0 +1,18 @@ +#include + +void *bar(void) { + return NULL; +} + +void *foo(void *unused) { + return bar(); +} + +int main(int argc, char *argv[]) { + pthread_t th; + + foo(argv); + pthread_create(&th, NULL, foo, NULL); + pthread_join(th, NULL); + return 0; +} diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44929.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44929.dat new file mode 100644 index 000000000..96b7c13f5 Binary files /dev/null and b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44929.dat differ diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44934.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44934.dat new file mode 100644 index 000000000..56dd70abc Binary files /dev/null and b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/44934.dat differ diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/default.opts b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/default.opts new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/foobar.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/foobar.sym new file mode 100644 index 000000000..e72a4747e --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/foobar.sym @@ -0,0 +1,20 @@ +# symbols: 17 +# path name: /home/matthew/work/src/uftrace/foobar +# build-id: 516f6190db510f47e9608d9cfd554300d2d61b6e +000000000000038c 00000020 d __abi_tag +0000000000001090 00000010 P __stack_chk_fail +00000000000010a0 00000010 P __monstartup +00000000000010b0 00000010 P pthread_create +00000000000010c0 00000010 P __cxa_atexit +00000000000010d0 00000010 P pthread_join +00000000000010e0 00000026 T _start +0000000000001110 00000041 T __gmon_start__ +0000000000001160 00000005 T _dl_relocate_static_pie +0000000000001229 00000015 T bar +000000000000123e 0000001d T foo +000000000000125b 0000007d T main +00000000000012e0 00000012 t atexit +0000000000001300 0000000f T __stack_chk_fail_local +0000000000002000 00000004 D _IO_stdin_used +0000000000004010 00000004 d called.0 +0000000000004014 00000001 d completed.0 diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/info b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/info new file mode 100644 index 000000000..532d52b14 Binary files /dev/null and b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/info differ diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/ld-linux-x86-64.so.2.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/ld-linux-x86-64.so.2.sym new file mode 100644 index 000000000..ebb7f1d95 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/ld-linux-x86-64.so.2.sym @@ -0,0 +1,35 @@ +# symbols: 32 +# path name: /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 +# build-id: 78ffe99ed77a37ae9416f1530f9110188897cf80 +00000000000011e0 0000005a T _dl_signal_exception +0000000000001240 00000067 T _dl_signal_error +0000000000001460 00000179 T _dl_catch_exception +0000000000002690 00000005 T _dl_debug_state +0000000000003a30 000000cd T _dl_exception_create +0000000000003b00 00000465 T _dl_exception_create_format +0000000000003f70 00000023 T _dl_exception_free +0000000000004110 0000003b T __nptl_change_stack_perm +0000000000009a20 000002c3 T _dl_rtld_di_serinfo +000000000000c7a0 000000c3 T _dl_find_dso_for_object +000000000000e570 000000a6 T _dl_fatal_printf +000000000000edd0 00000215 T _dl_mcount +0000000000013da0 00000019 T _dl_get_tls_static_info +0000000000013e90 00000291 T _dl_allocate_tls_init +0000000000014130 000002b8 T _dl_allocate_tls +00000000000143f0 00000083 T _dl_deallocate_tls +00000000000159d0 0000006c T __tunable_get_val +0000000000017550 00000041 T __tls_get_addr +0000000000019f20 0000000c T _dl_x86_get_cpu_features +000000000001acc0 0000009d T _dl_audit_preinit +000000000001ad60 00000328 T _dl_audit_symbind_alt +000000000002a450 00000005 T __rtld_version_placeholder +0000000000031140 00000004 D __rseq_flags +00000000000357e8 00000008 D __rseq_offset +00000000000357f0 00000004 D __rseq_size +0000000000036a80 00000008 D __libc_stack_end +0000000000036a88 00000004 D __libc_enable_secure +0000000000036ab8 00000008 D _dl_argv +0000000000036ae0 00000388 D _rtld_global_ro +0000000000037000 000010e8 D _rtld_global +0000000000038108 00000028 D _r_debug +00000000000381d0 00000001 D __nptl_initial_report_events diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libbz2.so.1.0.4.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libbz2.so.1.0.4.sym new file mode 100644 index 000000000..6383b4851 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libbz2.so.1.0.4.sym @@ -0,0 +1,56 @@ +# symbols: 53 +# path name: /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4 +# build-id: e56b62c27bcc7ace8f9be36b255bd7b31bfde405 +0000000000002160 00000010 P free +0000000000002170 00000010 P ferror +0000000000002180 00000010 P fread +0000000000002190 00000010 P fclose +00000000000021a0 00000010 P __stack_chk_fail +00000000000021b0 00000010 P memset +00000000000021c0 00000010 P fgetc +00000000000021d0 00000010 P fputc +00000000000021e0 00000010 P fopen64 +00000000000021f0 00000010 P malloc +0000000000002200 00000010 P fflush +0000000000002210 00000010 P ungetc +0000000000002220 00000010 P fdopen +0000000000002230 00000010 P memmove +0000000000002240 00000010 P exit +0000000000002250 00000010 P fwrite +0000000000002260 00000010 P __fprintf_chk +0000000000002270 00000010 P __ctype_b_loc +0000000000002b60 00000053 T BZ2_hbAssignCodes +0000000000002bc0 00000149 T BZ2_hbCreateDecodeTables +0000000000002d10 00000010 T BZ2_bsInitWrite +0000000000002d20 00000246 T BZ2_bzCompressInit +0000000000002f70 0000007d T BZ2_bzCompressEnd +0000000000002ff0 00000104 T BZ2_bzDecompressInit +0000000000003100 00000031 T BZ2_indexIntoF +0000000000003140 0000008d T BZ2_bzDecompressEnd +00000000000031d0 000001a9 T BZ2_bzWriteOpen +0000000000003380 0000022b T BZ2_bzReadOpen +0000000000003820 0000008e T BZ2_bzReadClose +00000000000038b0 0000008e T BZ2_bzReadGetUnused +0000000000003940 0000000c T BZ2_bzlibVersion +0000000000003950 0000006c T BZ2_bz__AssertH__fail +0000000000005380 000001e6 T BZ2_blockSort +0000000000005570 00000496 T BZ2_hbMakeCodeLengths +0000000000005a10 00003ed8 T BZ2_compressBlock +0000000000009dc0 00000190 T BZ2_bzCompress +0000000000009f50 000001d3 T BZ2_bzWrite +000000000000a130 00000284 T BZ2_bzWriteClose64 +000000000000a3c0 0000001a T BZ2_bzWriteClose +000000000000a3e0 00000163 T BZ2_bzBuffToBuffCompress +000000000000a550 00002af3 T BZ2_decompress +000000000000d050 00000f2c T BZ2_bzDecompress +000000000000df80 000002a8 T BZ2_bzRead +000000000000e230 00000148 T BZ2_bzBuffToBuffDecompress +000000000000e380 00000013 T BZ2_bzopen +000000000000e3a0 00000015 T BZ2_bzdopen +000000000000e3c0 00000060 T BZ2_bzread +000000000000e420 00000060 T BZ2_bzwrite +000000000000e480 00000007 T BZ2_bzflush +000000000000e490 000000aa T BZ2_bzclose +000000000000e540 00000023 T BZ2_bzerror +0000000000012020 00000400 D BZ2_crc32Table +0000000000012420 00000800 D BZ2_rNums diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libc.so.6.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libc.so.6.sym new file mode 100644 index 000000000..6735bc3df --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libc.so.6.sym @@ -0,0 +1,2364 @@ +# symbols: 2361 +# path name: /usr/lib/x86_64-linux-gnu/libc.so.6 +# build-id: 6a981b07a3731293c24c10a21397416d3c3d52ed +00000000000263f0 00000010 P realloc +0000000000026400 00000010 P calloc +0000000000026410 00000010 P _dl_find_dso_for_object +0000000000026420 00000010 P _dl_deallocate_tls +0000000000026430 00000010 P __tls_get_addr +0000000000026440 00000010 P _dl_signal_error +0000000000026450 00000010 P _dl_signal_exception +0000000000026460 00000010 P _dl_audit_symbind_alt +0000000000026470 00000010 P _dl_rtld_di_serinfo +0000000000026480 00000010 P _dl_allocate_tls +0000000000026490 00000010 P __tunable_get_val +00000000000264a0 00000010 P _dl_catch_exception +00000000000264b0 00000010 P _dl_allocate_tls_init +00000000000264c0 00000010 P __nptl_change_stack_perm +00000000000264d0 00000010 P _dl_audit_preinit +00000000000267e0 00000195 T abort +0000000000026a3f 000000a4 T perror +00000000000278ae 0000000b T vwarn +00000000000278b9 000000ba T warn +0000000000027973 00000019 T verr +000000000002798c 0000001b T verrx +00000000000279a7 000000af T err +0000000000027a56 000000af T errx +00000000000280c0 00000005 T __libc_init_first +0000000000028180 00000149 T __libc_start_main +00000000000282f0 0000000c w gnu_get_libc_release +0000000000028300 0000000c w gnu_get_libc_version +0000000000028610 00000015 T __errno_location +0000000000028630 000000a5 T iconv_open +00000000000286e0 000001b5 T iconv +00000000000288a0 00000034 T iconv_close +00000000000288e0 00000453 T __gconv_open +000000000002a1f0 0000000c T __gconv_get_modules_db +000000000002a200 0000000c T __gconv_get_alias_db +00000000000337d0 0000049c T __gconv_transliterate +0000000000033eb0 0000000c T __gconv_get_cache +0000000000034af0 000002a5 T __gconv_create_spec +0000000000034da0 0000001a T __gconv_destroy_spec +0000000000035090 00000861 T setlocale +0000000000037820 000001da T localeconv +0000000000037a00 00000014 T nl_langinfo +0000000000037a20 00000059 w nl_langinfo_l +0000000000037a80 00000019 w __ctype_get_mb_cur_max +0000000000037aa0 00000e94 w newlocale +0000000000038940 0000020d w duplocale +0000000000038b50 00000251 w freelocale +0000000000038db0 00000063 w uselocale +0000000000038fe0 00000011 T __assert +00000000000391c0 00000046 T __assert_fail +0000000000039210 00000069 T __assert_perror_fail +0000000000039280 0000001a T isalnum +00000000000392a0 0000001c T isalpha +00000000000392c0 0000001a T iscntrl +00000000000392e0 0000001c T isdigit +0000000000039300 0000001c T islower +0000000000039320 0000001c T isgraph +0000000000039340 0000001c T isprint +0000000000039360 0000001a T ispunct +0000000000039380 0000001c T isspace +00000000000393a0 0000001c T isupper +00000000000393c0 0000001c T isxdigit +00000000000393e0 0000002f T tolower +0000000000039410 0000002f T toupper +0000000000039440 0000001a T isblank +0000000000039460 00000021 T _tolower +0000000000039490 00000021 T _toupper +00000000000394c0 0000000a w toascii +00000000000394d0 0000000d T isascii +00000000000394e0 00000013 w isblank_l +0000000000039500 00000013 w isalnum_l +0000000000039520 00000015 w isalpha_l +0000000000039540 00000013 w iscntrl_l +0000000000039560 00000015 w isdigit_l +0000000000039580 00000015 T islower_l +00000000000395a0 00000015 w isgraph_l +00000000000395c0 00000015 w isprint_l +00000000000395e0 00000013 w ispunct_l +0000000000039600 00000015 T isspace_l +0000000000039620 00000015 T isupper_l +0000000000039640 00000015 w isxdigit_l +0000000000039660 0000000f w tolower_l +0000000000039670 0000000f w toupper_l +0000000000039680 00000024 T isctype +00000000000396b0 00000015 T __ctype_b_loc +00000000000396d0 00000015 T __ctype_toupper_loc +00000000000396f0 00000015 T __ctype_tolower_loc +0000000000039710 00000054 T __ctype_init +0000000000039bc0 00000036 w bindtextdomain +0000000000039c00 00000036 w bind_textdomain_codeset +0000000000039c40 00000013 w dcgettext +0000000000039c60 0000000e w dgettext +0000000000039c70 00000013 w gettext +000000000003b4c0 00000014 w dcngettext +000000000003b4e0 0000000f w dngettext +000000000003b4f0 0000001a w ngettext +000000000003e1f0 000000c2 w textdomain +00000000000409f0 000001fc T catopen +0000000000040bf0 0000007a T catgets +0000000000040c70 00000055 T catclose +0000000000040cd0 000007ed T __open_catalog +00000000000414c0 00000046 T isinfl +0000000000041510 00000047 w isnanl +0000000000041560 00000013 w finitel +0000000000041580 0000001c w copysignl +00000000000415a0 00000151 w modfl +0000000000041720 00000095 w frexpl +00000000000417c0 00000014 T __signbitl +00000000000417e0 0000006d w scalbnl +0000000000041850 00000034 T isinf +0000000000041890 00000020 T isnan +00000000000418b0 0000001e w finite +00000000000418d0 00000021 w copysign +0000000000041900 000000ef w modf +0000000000041b20 0000009a w frexp +0000000000041bc0 0000000e T __signbit +0000000000041bd0 0000007e w scalbn +0000000000041c50 00000027 T isinff +0000000000041c80 00000019 w isnanf +0000000000041ca0 00000016 w finitef +0000000000041cc0 0000001c w copysignf +0000000000041ce0 0000009b w modff +0000000000041e60 0000006b w frexpf +0000000000041ed0 0000000c T __signbitf +0000000000041ee0 00000075 w scalbnf +0000000000041fb0 0000003a T __isnanf128 +0000000000042590 00000073 T __sigsetjmp +0000000000042650 0000000e T setjmp +0000000000042660 0000000b T _setjmp +0000000000042670 00000041 w siglongjmp +0000000000042810 000000b4 w signal +00000000000428d0 00000031 w gsignal +0000000000042910 00000024 T killpg +0000000000042940 00000034 w sigaction +00000000000429a0 000001d8 T __libc_sigaction +0000000000042b80 00000031 w sigprocmask +0000000000042bc0 00000025 w kill +0000000000042bf0 00000032 T sigpending +0000000000042c30 00000093 T sigsuspend +0000000000042cd0 0000007d w sigwait +0000000000042d50 0000007a w sigblock +0000000000042dd0 0000007d w sigsetmask +0000000000042e50 0000009d T __sigpause +0000000000042ef0 00000061 w sigpause +0000000000042f60 0000007c w __xpg_sigpause +0000000000042fe0 00000107 T sigvec +00000000000430f0 000000aa T sigstack +00000000000431a0 00000025 w sigaltstack +00000000000431d0 000000cf T siginterrupt +00000000000432a0 00000027 T sigemptyset +00000000000432d0 0000002d T sigfillset +0000000000043300 00000044 T sigaddset +0000000000043350 00000044 T sigdelset +00000000000433a0 0000003c T sigismember +00000000000433e0 00000018 w sigreturn +0000000000043400 0000000b T siggetmask +0000000000043410 0000009d w sysv_signal +00000000000434b0 0000002c T sigisemptyset +00000000000434e0 0000003c T sigandset +0000000000043520 0000003c T sigorset +0000000000043560 0000000b T __libc_current_sigrtmin +0000000000043570 0000000b T __libc_current_sigrtmax +0000000000043580 0000004c T __libc_allocate_rtsig +00000000000435d0 000000ce T sigtimedwait +00000000000436a0 0000000b w sigwaitinfo +00000000000436b0 000000c8 w sigqueue +0000000000043780 00000074 T sighold +0000000000043800 0000007c T sigrelse +0000000000043880 00000064 T sigignore +00000000000438f0 0000016c T sigset +0000000000043a60 000000c4 T a64l +0000000000043b30 0000000c T abs +0000000000043d60 00000011 w arc4random_buf +0000000000043d80 00000045 w arc4random +0000000000043dd0 0000009c w arc4random_uniform +0000000000043e70 0000000b T atof +0000000000043e80 00000019 T atoi +0000000000043ea0 00000010 T atol +0000000000043eb0 00000010 T atoll +0000000000043ec0 0000007d T bsearch +0000000000043f40 000007da T realpath +0000000000044720 0000000b w canonicalize_file_name +0000000000044730 00000015 T __cxa_at_quick_exit +0000000000044940 000000cf T __cxa_atexit +0000000000044a10 00000338 T __cxa_finalize +0000000000044d50 000000de T __cxa_thread_atexit_impl +0000000000044e30 00000065 T __call_tls_dtors +0000000000044ea0 00000011 T div +0000000000044ec0 00000049 T drand48 +0000000000044f80 0000000f T drand48_r +0000000000044f90 00000046 T erand48 +0000000000044fe0 00000068 w erand48_r +00000000000452c0 00000020 T exit +0000000000045600 000005ad T fmtmsg +0000000000045bb0 00000105 w addseverity +0000000000045cf0 0000010d w getcontext +0000000000045e00 00000094 T getentropy +0000000000045ea0 0000008e T getenv +0000000000045f30 0000009d w getrandom +0000000000045fd0 0000011c T getsubopt +00000000000460f0 00000045 T jrand48 +0000000000046140 00000031 w jrand48_r +0000000000046180 000000de T l64a +0000000000046260 0000000f w imaxabs +0000000000046270 00000010 T lcong48 +0000000000046280 00000041 w lcong48_r +00000000000462d0 0000000d T ldiv +00000000000462e0 0000000f T llabs +00000000000462f0 0000000d T lldiv +0000000000046300 00000048 T lrand48 +0000000000046350 0000001a T lrand48_r +0000000000046370 000002f1 w makecontext +0000000000046670 00000082 T mblen +0000000000046700 0000004f T mbstowcs +0000000000046750 0000007a T mbtowc +00000000000467d0 00000048 T mrand48 +0000000000046820 0000001a T mrand48_r +0000000000046c60 000003de w qsort_r +0000000000047040 0000000c T qsort +0000000000047050 00000045 T nrand48 +00000000000470a0 00000042 w nrand48_r +00000000000470f0 000000c0 w on_exit +00000000000471b0 00000146 T putenv +0000000000047fc0 00000018 T quick_exit +0000000000047fe0 00000012 T rand +0000000000048000 0000004d T rand_r +0000000000048050 0000005d w srand +00000000000480b0 0000008e w initstate +0000000000048140 0000008d w setstate +00000000000481d0 00000083 w random +0000000000048260 00000156 w srandom_r +00000000000483c0 0000017f w initstate_r +0000000000048540 000000f4 w setstate_r +0000000000048640 0000008c w random_r +00000000000486d0 000000f7 T rpmatch +00000000000487d0 00000023 w secure_getenv +0000000000048800 00000020 T seed48 +0000000000048820 0000003f w seed48_r +0000000000048860 00000160 w setcontext +0000000000048c20 00000058 w setenv +0000000000048c80 0000010d w unsetenv +0000000000048d90 0000008e w clearenv +0000000000048ed0 00000010 T srand48 +0000000000048ee0 00000027 w srand48_r +0000000000048f10 000000c4 T strfmon +000000000004a810 0000013e w strfmon_l +000000000004a950 000001bb T strfromd +000000000004ab10 000001c3 T strfromf +000000000004ace0 000001cb T strfroml +000000000004aeb0 00000014 T __strtod_internal +000000000004aed0 00000016 w strtof64 +000000000004ddb0 0000000e T strtod_l +000000000004ddc0 000000dd T __strtod_nan +000000000004dea0 00000014 T __strtof_internal +000000000004dec0 00000016 w strtof32 +0000000000051090 0000000e w strtof32_l +00000000000510a0 000000b1 T __strtof_nan +0000000000051160 00000017 T __strtoll_internal +0000000000051180 00000019 w strtoll +00000000000511a0 0000001c w __isoc23_strtoimax +0000000000051790 00000011 w strtoll_l +00000000000517b0 00000014 w __isoc23_strtoll_l +00000000000517d0 00000014 T __strtold_internal +00000000000517f0 00000016 T strtold +0000000000054540 0000000e w strtold_l +0000000000054550 000000db T __strtold_nan +0000000000054630 00000017 T __strtoull_internal +0000000000054650 00000019 w strtoull +0000000000054670 0000001c w __isoc23_strtoumax +0000000000054bc0 00000011 T strtoull_l +0000000000054be0 00000014 w __isoc23_strtoull_l +0000000000054c00 00000229 w swapcontext +00000000000552b0 0000002d w system +00000000000552e0 0000004f T wcstombs +0000000000055330 0000005a T wctomb +0000000000055390 000000b4 T __xpg_basename +0000000000057bb0 000001c3 T strfromf128 +0000000000057d80 00000014 T __strtof128_internal +0000000000057da0 00000016 T strtof128 +000000000005afa0 0000000e w strtof128_l +000000000005afb0 000000be T __strtof128_nan +000000000005b930 000000b7 T asprintf +000000000005b9f0 00000025 T ctermid +000000000005ba20 000000a2 T cuserid +000000000005bad0 000000b7 T dprintf +000000000005bb90 00000087 w flockfile +000000000005bc20 000000b7 T fprintf +000000000005bce0 000000b5 T fscanf +000000000005bda0 00000046 w ftrylockfile +000000000005bdf0 00000054 w funlockfile +000000000005be70 00000011 w getline +000000000005be90 0000005c T getw +000000000005c040 000000ba T __isoc23_fscanf +000000000005c100 000000cf T __isoc23_scanf +000000000005c1d0 00000135 T __isoc23_sscanf +000000000005c310 0000000e T __isoc23_vfscanf +000000000005c320 00000021 T __isoc23_vscanf +000000000005c350 000000aa T __isoc23_vsscanf +000000000005c400 000000ba T __isoc99_fscanf +000000000005c4c0 000000cf T __isoc99_scanf +000000000005c590 00000135 T __isoc99_sscanf +000000000005c6d0 0000000e T __isoc99_vfscanf +000000000005c6e0 00000021 T __isoc99_vscanf +000000000005c710 000000aa T __isoc99_vsscanf +000000000005c7c0 000000cc T printf +000000000005c890 00000149 T parse_printf_format +000000000005fb50 000000ad T __printf_fp +0000000000060ce0 00000ba7 T printf_size +0000000000061890 00000020 T printf_size_info +00000000000618b0 00000518 T psiginfo +0000000000061dd0 00000154 T psignal +0000000000061f30 0000002e T putw +0000000000061f60 00000169 w register_printf_modifier +00000000000622d0 000000ca w register_printf_specifier +00000000000623a0 000000ca w register_printf_function +0000000000062470 000000e8 w register_printf_type +0000000000062560 00000037 T remove +00000000000625a0 0000002a T rename +00000000000625d0 00000032 w renameat +0000000000062610 0000005f w renameat2 +0000000000062670 000000cc T scanf +0000000000062740 000000b3 T snprintf +0000000000062800 000000c2 T sprintf +00000000000628d0 00000132 T sscanf +0000000000062a10 00000093 T tempnam +0000000000062fd0 000000c6 w tmpfile64 +00000000000630a0 000000a3 T tmpnam +0000000000063150 0000004b T tmpnam_r +0000000000063220 0000000b T vfprintf +0000000000067740 0000000b T vfscanf +00000000000708d0 0000000b w vfwprintf +0000000000075000 0000000b w vfwscanf +000000000007e3a0 0000001e T vprintf +0000000000080cb0 0000015f T _IO_file_doallocate +0000000000080e10 0000024e T fclose +0000000000081060 000002e5 T fdopen +0000000000081350 0000015e w fflush +00000000000814b0 000001ce T fgetpos64 +0000000000081680 000001d6 T fgets +00000000000819a0 000000f0 w fopen64 +0000000000081c90 000000d7 T fopencookie +0000000000081d70 000001a6 T fputs +0000000000081f20 00000156 T fread +0000000000082080 0000017d T fsetpos +0000000000082200 00000196 T ftell +0000000000082430 000001e6 w fwrite +0000000000082620 00000384 T getdelim +00000000000829b0 0000019d T _IO_getline_info +0000000000082b50 0000000c T _IO_getline +0000000000082b60 000001e6 T gets +0000000000082d50 0000010f T _IO_padn +0000000000082ed0 0000041f T _IO_proc_open +00000000000832f0 000000a1 T popen +00000000000833a0 00000283 T _IO_proc_close +0000000000083630 00000226 T puts +0000000000083990 00000226 T _IO_seekoff +0000000000083c50 00000196 T _IO_seekpos +0000000000083df0 00000196 w setbuffer +0000000000083f90 00000260 w setvbuf +00000000000841f0 0000013c T ungetc +0000000000084410 00000078 w vsprintf +0000000000084490 000000a7 w vsscanf +0000000000084540 00000166 T fputwc +00000000000846b0 00000070 T fputwc_unlocked +0000000000084720 0000014e w fgetwc +0000000000084870 0000002d w getwc_unlocked +00000000000848a0 00000176 T getwchar +0000000000084a20 00000035 T getwchar_unlocked +0000000000084a60 000001d6 T fgetws +0000000000084c40 0000009b T fgetws_unlocked +0000000000084ce0 00000176 T fputws +0000000000084e60 00000087 T fputws_unlocked +0000000000085200 00000136 T ungetwc +0000000000085340 00000156 T putwc +00000000000854a0 00000037 T putwc_unlocked +00000000000854e0 00000186 T putwchar +0000000000085670 0000003f T putwchar_unlocked +00000000000856b0 0000016e T putchar +0000000000085820 00000038 T putchar_unlocked +0000000000085860 000000b7 w fwprintf +0000000000085920 000000b3 T swprintf +00000000000859e0 0000001e T vwprintf +0000000000085a00 000000cc T wprintf +0000000000085ad0 000000cc T wscanf +0000000000085ba0 000000b5 T fwscanf +0000000000085c60 0000001e T vwscanf +0000000000085d20 0000000c w vswprintf +0000000000085d30 000000ac w vswscanf +0000000000085de0 00000137 T swscanf +0000000000086170 00000034 T _IO_least_wmarker +00000000000861b0 0000003b T _IO_switch_to_main_wget_area +00000000000861f0 00000036 T _IO_switch_to_wbackup_area +0000000000086230 0000006c T _IO_wsetb +00000000000862a0 000001b2 T _IO_wdefault_pbackfail +0000000000086460 0000007e T _IO_wdefault_finish +00000000000864e0 00000067 T _IO_wdefault_uflow +0000000000086550 0000006d T __woverflow +00000000000865c0 00000253 T _IO_wdefault_xsputn +0000000000086820 0000009b T _IO_wdoallocbuf +00000000000868c0 0000007a T _IO_wdefault_doallocate +0000000000086940 00000072 T _IO_switch_to_wget_mode +00000000000869c0 0000016a T __wuflow +0000000000086b30 0000016a T __wunderflow +0000000000086ca0 0000034a T _IO_wdefault_xsgetn +0000000000086ff0 00000060 T _IO_free_wbackup_area +0000000000087050 00000077 T _IO_sputbackwc +00000000000870d0 00000077 T _IO_sungetwc +0000000000087150 00000033 T _IO_adjust_wcolumn +0000000000087190 0000006c T _IO_init_wmarker +0000000000087200 00000044 T _IO_wmarker_delta +0000000000087250 000000a6 T _IO_seekwmark +0000000000087300 00000076 T _IO_unsave_wmarkers +0000000000087d00 000001cf T _IO_wdo_write +0000000000087ed0 0000069b T _IO_wfile_underflow +0000000000088710 000002b3 T _IO_wfile_overflow +00000000000889d0 00000184 T _IO_wfile_sync +0000000000088b60 0000084d T _IO_wfile_seekoff +00000000000893b0 0000023d T _IO_wfile_xsputn +0000000000089a70 000001b6 T fwide +0000000000089c30 000000db T open_wmemstream +0000000000089df0 00000112 T clearerr +0000000000089f10 00000124 w feof +000000000008a040 00000124 w ferror +000000000008a170 0000002c w fileno_unlocked +000000000008a1a0 0000019e T fputc +000000000008a340 0000029e T freopen +000000000008a5e0 00000136 T fseek +000000000008a720 00000186 T getc +000000000008a8b0 000001a6 T getchar +000000000008aa60 000000cb w open_memstream +000000000008ac00 00000009 T pclose +000000000008ac10 0000019e T putc +000000000008adb0 00000126 T rewind +000000000008aee0 0000000e T setbuf +000000000008aef0 00000012 T setlinebuf +000000000008b100 0000000b w vasprintf +000000000008b2d0 0000000b w vdprintf +000000000008b2e0 0000001e w vscanf +000000000008b460 000000b1 w vsnprintf +000000000008b740 0000000b w obstack_vprintf +000000000008b750 000000b7 w obstack_printf +000000000008b810 00000009 w fcloseall +000000000008b820 00000136 T fseeko64 +000000000008b960 00000196 T ftello64 +000000000008bb00 00000298 T freopen64 +000000000008bda0 00000031 T __fbufsize +000000000008bde0 00000030 T __freading +000000000008be10 0000000c T __fwriting +000000000008be20 0000000d T __freadable +000000000008be30 0000000d T __fwritable +000000000008be40 0000000c T __flbf +000000000008be50 00000067 T __fpurge +000000000008bec0 00000031 T __fpending +000000000008bf00 00000026 T __fsetlocking +000000000008c1d0 0000001b T __libc_fatal +000000000008c3f0 000001ea T fmemopen +000000000008c7e0 000001b9 T fmemopen +000000000008ca30 00000008 T clearerr_unlocked +000000000008ca40 0000000d w feof_unlocked +000000000008ca50 0000000d w ferror_unlocked +000000000008ca60 00000030 T fputc_unlocked +000000000008ca90 00000025 w getc_unlocked +000000000008cac0 0000002d T getchar_unlocked +000000000008caf0 00000059 w fflush_unlocked +000000000008cb50 00000030 w putc_unlocked +000000000008cb80 0000013e T _IO_peekc_locked +000000000008ccc0 0000005b w fread_unlocked +000000000008cd20 000000b9 T fwrite_unlocked +000000000008cde0 00000090 w fgets_unlocked +000000000008ce70 0000008f w fputs_unlocked +000000000008cf30 00000042 T _IO_file_init +000000000008cf80 0000015a T _IO_file_close_it +000000000008d0e0 00000097 T _IO_file_finish +000000000008d180 000000cf T _IO_file_open +000000000008d250 0000077f T _IO_file_fopen +000000000008d9d0 000000af T _IO_file_attach +000000000008da80 0000002c T _IO_file_setbuf +000000000008db20 00000162 T _IO_do_write +000000000008dc90 00000322 T _IO_file_underflow +000000000008e410 000001f8 T _IO_file_overflow +000000000008e610 000000e1 T _IO_file_sync +000000000008e760 00000556 T _IO_file_seekoff +000000000008ee50 0000001d T _IO_file_read +000000000008ee70 0000000c T _IO_file_seek +000000000008ee80 0000000c T _IO_file_stat +000000000008eec0 0000000c T _IO_file_close +000000000008eed0 0000009c T _IO_file_write +000000000008ef70 00000301 T _IO_file_xsputn +000000000008fe20 00000015 T _IO_un_link +000000000008fe40 00000350 T _IO_link_in +0000000000090410 00000097 T _IO_switch_to_get_mode +00000000000904b0 00000037 T _IO_free_backup_area +00000000000904f0 00000068 T __overflow +0000000000090560 000001d2 T __underflow +0000000000090740 000001da T __uflow +0000000000090920 00000059 T _IO_setb +0000000000090980 000000a7 T _IO_doallocbuf +0000000000090a40 00000057 T _IO_default_uflow +0000000000090aa0 000001f3 T _IO_default_xsputn +0000000000090ca0 0000005e T _IO_sgetn +0000000000090d00 00000362 T _IO_default_xsgetn +00000000000911d0 0000006a T _IO_default_doallocate +0000000000091240 00000039 T _IO_enable_locks +0000000000091390 0000002e T _IO_init +00000000000913d0 00000069 T _IO_default_finish +0000000000091450 0000006f T _IO_sputbackc +00000000000914c0 00000067 T _IO_sungetc +0000000000091530 0000002f T _IO_adjust_column +0000000000091560 0000032c T _IO_flush_all +0000000000091890 00000334 T _IO_flush_all_linebuffered +0000000000091fb0 000000df T _IO_init_marker +0000000000092090 0000003c T _IO_remove_marker +00000000000920d0 0000000b T _IO_marker_difference +00000000000920e0 00000037 T _IO_marker_delta +0000000000092120 0000007e T _IO_seekmark +00000000000921a0 0000004e T _IO_unsave_markers +00000000000921f0 00000167 T _IO_default_pbackfail +00000000000923c0 0000000c T _IO_iter_begin +00000000000923d0 00000007 T _IO_iter_end +00000000000923e0 00000009 T _IO_iter_next +00000000000923f0 00000008 T _IO_iter_file +0000000000092400 0000007e T _IO_list_lock +0000000000092480 00000062 T _IO_list_unlock +00000000000924f0 0000001b T _IO_list_resetlock +0000000000092770 00000016 T _IO_str_init_static +0000000000092790 00000021 T _IO_str_init_readonly +00000000000927c0 000001e8 T _IO_str_overflow +00000000000929b0 00000056 T _IO_str_underflow +0000000000092a30 00000250 T _IO_str_seekoff +0000000000092c80 0000001e T _IO_str_pbackfail +0000000000092ce0 00000029 T dladdr +0000000000092d10 00000047 T dladdr1 +0000000000092d60 0000003f T dlclose +0000000000092da0 00000211 T dlerror +00000000000932d0 00000093 T dlinfo +0000000000093470 0000009d T dlmopen +00000000000935b0 00000098 T dlopen +0000000000093670 000000b9 T dlsym +0000000000093760 000000be T dlvsym +00000000000938a0 00000048 T __libc_alloca_cutoff +00000000000939f0 00000028 T __pthread_register_cancel +0000000000093a20 00000012 T __pthread_unregister_cancel +0000000000093a40 00000022 T _pthread_cleanup_push +0000000000093a70 00000029 T _pthread_cleanup_pop +0000000000093aa0 0000005d T __pthread_register_cancel_defer +0000000000093b00 00000077 T __pthread_unregister_cancel_restore +0000000000093b80 00000021 T __pthread_cleanup_routine +0000000000093f60 00000005 T __nptl_create_event +0000000000093f70 00000005 T __nptl_death_event +0000000000094260 00000051 T __lll_lock_wait_private +0000000000094320 00000019 T __lll_lock_wake_private +00000000000945d0 00000038 T __pthread_get_minstack +0000000000094e10 00000065 T pthread_cond_broadcast +0000000000094e80 00000017 T pthread_cond_destroy +0000000000094ea0 0000001c T pthread_cond_init +0000000000094ec0 00000065 T pthread_cond_signal +0000000000094f30 00000085 T pthread_cond_timedwait +0000000000094fc0 0000006f T pthread_cond_wait +0000000000095140 00000033 w pthread_attr_destroy +00000000000951c0 000000a5 T pthread_attr_getaffinity_np +0000000000095270 00000011 T pthread_attr_getaffinity_np +0000000000095290 0000000f T pthread_attr_getdetachstate +00000000000952a0 0000000e T pthread_attr_getguardsize +00000000000952b0 00000011 T pthread_attr_getinheritsched +00000000000952d0 0000000b T pthread_attr_getschedparam +00000000000952e0 0000000c T pthread_attr_getschedpolicy +00000000000952f0 00000012 T pthread_attr_getscope +0000000000095310 00000075 w pthread_attr_getsigmask_np +0000000000095390 0000001b T pthread_attr_getstack +00000000000953b0 0000000e T pthread_attr_getstackaddr +00000000000953c0 00000078 T pthread_attr_getstacksize +0000000000095440 0000002e T pthread_attr_init +0000000000095470 00000090 T pthread_attr_setaffinity_np +0000000000095500 000000d3 T pthread_attr_setaffinity_np +00000000000955e0 00000026 T pthread_attr_setdetachstate +0000000000095610 0000000b T pthread_attr_setguardsize +0000000000095620 00000024 T pthread_attr_setinheritsched +0000000000095650 00000070 T pthread_attr_setschedparam +00000000000956c0 0000001a T pthread_attr_setschedpolicy +00000000000956e0 00000027 T pthread_attr_setscope +0000000000095710 00000025 T pthread_attr_setsigmask_np +00000000000957e0 0000002a T pthread_attr_setstack +0000000000095810 0000000f T pthread_attr_setstackaddr +0000000000095820 0000001f T pthread_attr_setstacksize +0000000000095840 0000006b T pthread_barrier_destroy +00000000000958b0 00000046 T pthread_barrier_init +0000000000095900 000001ba T pthread_barrier_wait +0000000000095ac0 00000007 T pthread_barrierattr_destroy +0000000000095ad0 0000000b T pthread_barrierattr_getpshared +0000000000095ae0 0000000d T pthread_barrierattr_init +0000000000095af0 00000016 T pthread_barrierattr_setpshared +0000000000095bb0 000001b9 T pthread_cancel +0000000000095e10 0000001e T pthread_clockjoin_np +0000000000095e30 00000369 T pthread_cond_broadcast +00000000000961a0 0000007b T pthread_cond_destroy +0000000000096220 0000003e T pthread_cond_init +0000000000096260 0000033a T pthread_cond_signal +0000000000096870 00000461 T pthread_cond_wait +0000000000096ce0 00000462 T pthread_cond_timedwait +0000000000097150 0000049a T pthread_cond_clockwait +00000000000975f0 00000007 T pthread_condattr_destroy +0000000000097600 00000010 T pthread_condattr_getclock +0000000000097610 0000000e T pthread_condattr_getpshared +0000000000097620 0000000d T pthread_condattr_init +0000000000097630 0000001c T pthread_condattr_setclock +0000000000097650 00000026 T pthread_condattr_setpshared +0000000000097cb0 00000f41 T pthread_create +0000000000098c00 00000055 T pthread_detach +0000000000098c60 0000000d w pthread_equal +0000000000098c70 00000046 w pthread_exit +0000000000098cc0 0000004e T pthread_getaffinity_np +0000000000098d10 00000050 T pthread_getaffinity_np +0000000000098d60 0000006a T pthread_getattr_default_np +0000000000098dd0 000003ec T pthread_getattr_np +00000000000991c0 0000000b T pthread_getconcurrency +00000000000991d0 0000002e T pthread_getcpuclockid +0000000000099200 0000013a T pthread_getname_np +0000000000099340 00000154 T pthread_getschedparam +00000000000994a0 0000007c T pthread_getspecific +0000000000099520 00000013 T pthread_join +0000000000099710 00000054 T pthread_key_create +0000000000099770 0000003e T pthread_key_delete +0000000000099900 0000015a T pthread_kill +0000000000099a60 00000005 T pthread_kill_other_threads_np +000000000009a550 00000028 T pthread_mutex_consistent +000000000009a580 00000022 T pthread_mutex_destroy +000000000009a5b0 0000001e T pthread_mutex_getprioceiling +000000000009a5d0 000001f6 T pthread_mutex_init +000000000009ae90 000002fa T pthread_mutex_lock +000000000009b190 000001f7 T pthread_mutex_setprioceiling +000000000009bd40 00000016 T pthread_mutex_clocklock +000000000009bd60 0000000f T pthread_mutex_timedlock +000000000009bd70 000005e3 T pthread_mutex_trylock +000000000009c8e0 0000010e T pthread_mutex_unlock +000000000009c9f0 00000007 T pthread_mutexattr_destroy +000000000009ca00 00000078 T pthread_mutexattr_getprioceiling +000000000009ca80 00000011 T pthread_mutexattr_getprotocol +000000000009caa0 0000000e T pthread_mutexattr_getpshared +000000000009cab0 00000011 T pthread_mutexattr_getrobust_np +000000000009cad0 00000010 T pthread_mutexattr_getkind_np +000000000009cae0 0000000d T pthread_mutexattr_init +000000000009caf0 0000007b T pthread_mutexattr_setprioceiling +000000000009cb70 00000026 T pthread_mutexattr_setprotocol +000000000009cba0 00000031 T pthread_mutexattr_setpshared +000000000009cbe0 00000036 T pthread_mutexattr_setrobust_np +000000000009cc20 00000026 T pthread_mutexattr_settype +000000000009ce20 00000015 T pthread_once +000000000009ce40 00000223 T pthread_rwlock_clockrdlock +000000000009d070 0000043c T pthread_rwlock_clockwrlock +000000000009d4b0 00000008 T pthread_rwlock_destroy +000000000009d4c0 0000003e T pthread_rwlock_init +000000000009d500 000001d8 T pthread_rwlock_rdlock +000000000009d6e0 0000021d T pthread_rwlock_timedrdlock +000000000009d900 00000435 T pthread_rwlock_timedwrlock +000000000009dd40 000000a6 T pthread_rwlock_tryrdlock +000000000009ddf0 00000078 T pthread_rwlock_trywrlock +000000000009de70 000001cb T pthread_rwlock_unlock +000000000009e040 00000405 T pthread_rwlock_wrlock +000000000009e450 00000007 T pthread_rwlockattr_destroy +000000000009e460 0000000b T pthread_rwlockattr_getkind_np +000000000009e470 0000000c T pthread_rwlockattr_getpshared +000000000009e480 0000000e T pthread_rwlockattr_init +000000000009e490 00000016 T pthread_rwlockattr_setkind_np +000000000009e4b0 00000016 T pthread_rwlockattr_setpshared +000000000009e4d0 0000000e w pthread_self +000000000009e4e0 00000023 T pthread_setaffinity_np +000000000009e510 00000011 T pthread_setaffinity_np +000000000009e530 00000159 T pthread_setattr_default_np +000000000009e6a0 000000d1 w pthread_setcancelstate +000000000009e780 000000de w pthread_setcanceltype +000000000009e860 0000001e T pthread_setconcurrency +000000000009e880 00000128 T pthread_setname_np +000000000009e9b0 00000107 T pthread_setschedparam +000000000009eac0 000000ff T pthread_setschedprio +000000000009ebc0 000000f6 T pthread_setspecific +000000000009ecc0 000000e4 T pthread_sigmask +000000000009edb0 000000e4 T pthread_sigqueue +000000000009eea0 00000007 T pthread_spin_destroy +000000000009eeb0 0000001c T pthread_spin_lock +000000000009eed0 00000016 T pthread_spin_trylock +000000000009eef0 0000000d T pthread_spin_init +000000000009ef00 00000047 T pthread_testcancel +000000000009ef50 00000014 T pthread_timedjoin_np +000000000009ef70 00000026 T pthread_tryjoin_np +000000000009f0c0 0000004d T sem_clockwait +000000000009f110 00000035 T sem_close +000000000009f150 00000007 T sem_destroy +000000000009f160 0000000c T sem_getvalue +000000000009f170 00000034 T sem_init +000000000009f1b0 0000037e T sem_open +000000000009f530 0000006d T sem_post +000000000009fad0 00000069 T sem_timedwait +000000000009fb40 0000009a T sem_unlink +000000000009fce0 00000031 T sem_wait +000000000009fd20 00000034 T sem_trywait +00000000000a0490 00000013 T __pthread_unwind_next +00000000000a04b0 0000000e T thrd_current +00000000000a04c0 0000000d T thrd_equal +00000000000a04d0 0000002c w thrd_sleep +00000000000a0500 0000000c T thrd_yield +00000000000a0510 00000009 T call_once +00000000000a0520 00000052 T cnd_broadcast +00000000000a0580 00000009 T cnd_destroy +00000000000a0590 00000052 T cnd_init +00000000000a05f0 00000052 T cnd_signal +00000000000a0650 00000052 T cnd_timedwait +00000000000a06b0 00000052 T cnd_wait +00000000000a0710 00000009 T mtx_destroy +00000000000a0720 000000b9 T mtx_init +00000000000a07e0 00000052 T mtx_lock +00000000000a0840 00000052 T mtx_timedlock +00000000000a08a0 00000052 T mtx_trylock +00000000000a0900 00000052 T mtx_unlock +00000000000a0960 00000010 T pthread_atfork +00000000000a0970 00000062 T thrd_create +00000000000a09e0 00000052 T thrd_detach +00000000000a0a40 00000012 T thrd_exit +00000000000a0a60 0000007c T thrd_join +00000000000a0ae0 00000052 T tss_create +00000000000a0b40 00000009 T tss_delete +00000000000a0b50 00000009 T tss_get +00000000000a0b60 00000052 T tss_set +00000000000a0bc0 000000b1 T shm_open +00000000000a0c80 0000009a T shm_unlink +00000000000a0d20 000001bd T aio_cancel64 +00000000000a0ee0 00000030 T aio_error64 +00000000000a0f10 00000084 T aio_fsync +00000000000a1790 00000075 T aio_init +00000000000a2170 0000001a T aio_read64 +00000000000a2190 00000009 T aio_return64 +00000000000a2400 0000048c T aio_suspend64 +00000000000a2890 0000001d T aio_write +00000000000a28b0 000004ff T lio_listio +00000000000a2db0 0000002a T mq_close +00000000000a2de0 0000000e T mq_getattr +00000000000a30b0 000001b6 T mq_notify +00000000000a3270 000000ba T mq_open +00000000000a3330 0000001e T __mq_open_2 +00000000000a3350 0000000c T mq_receive +00000000000a3360 0000000c T mq_send +00000000000a3370 0000002a T mq_setattr +00000000000a33a0 000000b5 T mq_timedreceive +00000000000a3460 000000ab T mq_timedsend +00000000000a3510 00000050 T mq_unlink +00000000000a3560 00000207 T timer_create +00000000000a3770 0000009d T timer_create +00000000000a3810 000000ca T timer_delete +00000000000a38e0 00000032 T timer_delete +00000000000a3920 0000003a T timer_getoverrun +00000000000a3960 00000014 T timer_getoverrun +00000000000a3980 0000003a T timer_gettime +00000000000a39c0 00000014 T timer_gettime +00000000000a39e0 0000003a T timer_settime +00000000000a3a20 00000014 T timer_settime +00000000000a5600 00000033 T __default_morecore +00000000000a8130 0000031d T malloc +00000000000a8800 00000101 T cfree +00000000000a8b60 000005b6 T realloc +00000000000a9120 0000003c T memalign +00000000000a9160 00000067 w aligned_alloc +00000000000a91d0 0000002f w valloc +00000000000a9200 00000059 T pvalloc +00000000000a9260 000003fb w calloc +00000000000a9660 000002d5 w malloc_trim +00000000000a9940 00000033 w malloc_usable_size +00000000000a9980 0000011f w mallinfo2 +00000000000a9aa0 00000070 T mallinfo +00000000000a9b10 0000021f w malloc_stats +00000000000a9d30 00000175 T mallopt +00000000000a9eb0 00000077 w posix_memalign +00000000000a9f30 0000003a w malloc_info +00000000000a9f70 00000005 T mcheck_check_all +00000000000a9f80 0000000a T mcheck +00000000000a9f90 0000000a T mcheck_pedantic +00000000000a9fa0 0000000a T mprobe +00000000000a9fb0 00000005 T tr_break +00000000000a9fc0 00000005 T mtrace +00000000000a9fd0 00000005 T muntrace +00000000000aa030 000000bb T _obstack_begin +00000000000aa0f0 000000cb T _obstack_begin_1 +00000000000aa1c0 00000227 T _obstack_newchunk +00000000000aa3f0 00000037 T _obstack_allocated_p +00000000000aa430 00000088 T obstack_free +00000000000aa4c0 00000021 T _obstack_memory_used +00000000000aa4f0 00000025 T reallocarray +00000000000aa520 00000076 T __libc_scratch_buffer_grow +00000000000aa5a0 000000ad T __libc_scratch_buffer_grow_preserve +00000000000aa650 000000a5 T __libc_scratch_buffer_set_array_size +00000000000aa700 00000044 T __libc_dynarray_at_failure +00000000000aa750 000000eb T __libc_dynarray_emplace_enlarge +00000000000aa840 000000c3 T __libc_dynarray_finalize +00000000000aa910 000000b9 T __libc_dynarray_resize +00000000000aa9d0 0000004c T __libc_dynarray_resize_clear +00000000000aaa20 00000060 T __libc_alloc_buffer_alloc_array +00000000000aaa80 00000055 T __libc_alloc_buffer_allocate +00000000000aaae0 00000051 T __libc_alloc_buffer_copy_bytes +00000000000aab40 0000002f T __libc_alloc_buffer_copy_string +00000000000aab70 00000041 T __libc_alloc_buffer_create_failure +00000000000aabc0 00000300 T __libc_freeres +00000000000aaef0 00000072 w strerror_r +00000000000aaf70 000000b0 w argz_add_sep +00000000000ab020 00000074 w argz_append +00000000000ab0a0 0000007e w argz_add +00000000000ab120 0000005b w argz_count +00000000000ab180 000000af w argz_create +00000000000ab230 000000c8 w argz_create_sep +00000000000ab300 0000006e T argz_delete +00000000000ab370 00000052 w argz_extract +00000000000ab3d0 0000014d w argz_insert +00000000000ab520 00000051 w argz_next +00000000000ab580 000003b7 w argz_replace +00000000000ab940 00000051 T argz_stringify +00000000000ab9a0 00000022 w basename +00000000000ab9d0 00000012 T bcopy +00000000000ab9f0 0000000e T bzero +00000000000aba00 000000ae T envz_entry +00000000000abab0 00000030 T envz_get +00000000000abae0 0000003f T envz_remove +00000000000abb20 00000135 T envz_add +00000000000abc60 00000153 T envz_merge +00000000000abdc0 00000073 T envz_strip +00000000000abe40 00000017 T explicit_bzero +00000000000abe60 00000013 T ffs +00000000000abe80 00000015 T ffsll +00000000000abea0 00000055 w memccpy +00000000000abf00 0000007d T memchr +00000000000abf80 00000071 T memcmp +00000000000ac000 00000070 T __memcmpeq +00000000000ac070 00000111 T memcpy +00000000000ac190 000000d5 T memfrob +00000000000ac600 000002bc w memmem +00000000000ac8c0 00000111 T memmove +00000000000ac9e0 00000111 w mempcpy +00000000000acb00 00000081 w memrchr +00000000000acb90 000000ed T memset +00000000000acc80 0000007d w rawmemchr +00000000000acd00 0000001a T sigabbrev_np +00000000000acd20 0000001a w sigdescr_np +00000000000acd40 00000070 T stpcpy +00000000000acdb0 00000060 T stpncpy +00000000000ace10 00000091 w strcasecmp +00000000000aceb0 00000091 T strcasecmp_l +00000000000ad4b0 000003d7 w strcasestr +00000000000ad890 00000070 T strcat +00000000000ad900 00000078 w index +00000000000ad980 00000081 w strchrnul +00000000000ada10 00000088 T strcmp +00000000000adaa0 00000014 T strcoll +00000000000adac0 0000106f T strcoll_l +00000000000aeb30 00000070 T strcpy +00000000000aeba0 00000025 T strcspn +00000000000aebd0 00000040 w strdup +00000000000aec10 00000014 T strerror +00000000000aec30 00000132 w strerror_l +00000000000aed70 00000009 w strerrordesc_np +00000000000aed80 00000009 T strerrorname_np +00000000000aed90 0000010e T strfry +00000000000aeea0 00000081 T __strtok_r_1c +00000000000aef30 00000051 T __strsep_1c +00000000000aef90 0000004c T __strsep_2c +00000000000aefe0 00000054 T __strsep_3c +00000000000af040 00000024 T __strcspn_c1 +00000000000af070 00000028 T __strcspn_c2 +00000000000af0a0 00000036 T __strcspn_c3 +00000000000af0e0 00000021 T __strspn_c1 +00000000000af110 0000002c T __strspn_c2 +00000000000af140 00000053 T __strspn_c3 +00000000000af1a0 00000031 T __strpbrk_c2 +00000000000af1e0 0000004b T __strpbrk_c3 +00000000000af230 000000c1 T __mempcpy_small +00000000000af300 000000ae T __strcpy_small +00000000000af3b0 000000e3 T __stpcpy_small +00000000000af4a0 0000006e w strlcat +00000000000af510 00000063 w strlcpy +00000000000af580 00000081 T strlen +00000000000af610 00000091 w strncasecmp +00000000000af6b0 00000091 w strncasecmp_l +00000000000af750 00000060 T strncat +00000000000af7b0 00000091 T strncmp +00000000000af850 00000060 T strncpy +00000000000af8b0 00000044 w strndup +00000000000af900 00000081 w strnlen +00000000000af990 00000025 T strpbrk +00000000000af9c0 00000081 T strrchr +00000000000afa50 00000051 T strsep +00000000000afab0 000000cc T strsignal +00000000000afb80 00000025 T strspn +00000000000b03b0 00000052 T strstr +00000000000b0410 00000010 T strtok +00000000000b0420 00000075 T strtok_r +00000000000b04a0 0000011c w strverscmp +00000000000b05c0 00000014 T strxfrm +00000000000b05e0 000040f7 w strxfrm_l +00000000000b46e0 0000002a T swab +00000000000b4710 00000088 T __xpg_strerror_r +00000000000b5070 0000002c T memcpy +00000000000c3070 000001b3 w btowc +00000000000c3230 000000a7 T c16rtomb +00000000000c32e0 00000017 T c32rtomb +00000000000c3300 0000019c T c8rtomb +00000000000c34a0 000000ba T __isoc23_fwscanf +00000000000c3560 0000013a T __isoc23_swscanf +00000000000c36a0 0000000e T __isoc23_vfwscanf +00000000000c36b0 000000af T __isoc23_vswscanf +00000000000c3760 00000021 T __isoc23_vwscanf +00000000000c3790 000000cf T __isoc23_wscanf +00000000000c3860 000000ba T __isoc99_fwscanf +00000000000c3920 0000013a T __isoc99_swscanf +00000000000c3a60 0000000e T __isoc99_vfwscanf +00000000000c3a70 000000af T __isoc99_vswscanf +00000000000c3b20 00000021 T __isoc99_vwscanf +00000000000c3b50 000000cf T __isoc99_wscanf +00000000000c3c20 00000022 w mbrlen +00000000000c3c50 00000203 T mbrtoc8 +00000000000c3e60 000002ca T mbrtoc16 +00000000000c4130 00000017 T mbrtoc32 +00000000000c4150 00000260 w mbrtowc +00000000000c43b0 00000018 w mbsinit +00000000000c43d0 000002c8 w mbsnrtowcs +00000000000c46a0 00000022 w mbsrtowcs +00000000000c4a20 00000060 w wcpcpy +00000000000c4a80 00000060 w wcpncpy +00000000000c4cf0 000001f6 w wcrtomb +00000000000c4ef0 00000051 w wcscasecmp +00000000000c4f50 0000006f T wcscasecmp_l +00000000000c4fc0 00000060 w wcscat +00000000000c5020 00000081 w wcschr +00000000000c50b0 00000020 w wcschrnul +00000000000c50d0 00000081 w wcscmp +00000000000c5160 00000014 w wcscoll +00000000000c5180 00000f20 T wcscoll_l +00000000000c60a0 00000078 w wcscpy +00000000000c6120 00000045 T wcscspn +00000000000c6170 00000044 T wcsdup +00000000000c61c0 0000007a w wcslcat +00000000000c6240 00000066 w wcslcpy +00000000000c62b0 00000080 w wcslen +00000000000c68e0 0000006d w wcsncasecmp +00000000000c6950 00000074 w wcsncasecmp_l +00000000000c69d0 00000060 T wcsncat +00000000000c6a30 00000081 T wcsncmp +00000000000c6ac0 00000060 w wcsncpy +00000000000c6b20 00000080 w wcsnlen +00000000000c6ba0 000002b0 w wcsnrtombs +00000000000c6e50 00000046 T wcspbrk +00000000000c6ea0 00000081 T wcsrchr +00000000000c6f30 000002e6 w wcsrtombs +00000000000c7220 00000044 T wcsspn +00000000000c7270 000000c6 T wcsstr +00000000000c7340 00000014 T __wcstod_internal +00000000000c7360 00000016 w wcstof64 +00000000000c9e80 0000000e w wcstof64_l +00000000000c9f70 00000014 T __wcstof_internal +00000000000c9f90 00000016 w wcstof32 +00000000000cce40 0000000e w wcstof32_l +00000000000ccf10 0000009c T wcstok +00000000000ccfb0 00000017 T __wcstoll_internal +00000000000ccfd0 00000019 w wcstoimax +00000000000ccff0 0000001c w __isoc23_wcstoll +00000000000cd600 00000011 w wcstoll_l +00000000000cd620 00000014 w __isoc23_wcstoll_l +00000000000cd640 00000014 T __wcstold_internal +00000000000cd660 00000016 T wcstold +00000000000d0120 0000000e w wcstof64x_l +00000000000d0210 00000017 T __wcstoull_internal +00000000000d0230 00000019 w wcstouq +00000000000d0250 0000001c w __isoc23_wcstoumax +00000000000d0830 00000011 T wcstoull_l +00000000000d0850 00000014 T __isoc23_wcstoul_l +00000000000d0870 0000009e T wcswidth +00000000000d0910 00000014 T wcsxfrm +00000000000d0930 000023b9 w wcsxfrm_l +00000000000d2cf0 0000014f T wctob +00000000000d2e40 00000066 T wcwidth +00000000000d2eb0 0000007d w wmemchr +00000000000d2f30 00000071 w wmemcmp +00000000000d2fb0 0000000d w wmemcpy +00000000000d2fc0 0000000d w wmemmove +00000000000d2fd0 0000000d w wmempcpy +00000000000d2fe0 00000066 w wmemset +00000000000d5f90 0000000e w wcstof128_l +00000000000d5fa0 00000014 T __wcstof128_internal +00000000000d5fc0 00000016 T wcstof128 +00000000000d8260 000000da w asctime_r +00000000000d8340 000000f0 T asctime +00000000000d8430 0000007e T clock +00000000000d84b0 00000019 T ctime +00000000000d84d0 0000004a T ctime_r +00000000000d8520 00000023 T difftime +00000000000d8550 00000011 T gmtime_r +00000000000d8570 00000015 T gmtime +00000000000d8590 00000014 w localtime_r +00000000000d85b0 00000018 T localtime +00000000000d9210 00000024 w timelocal +00000000000d9270 000000d0 T time +00000000000d9380 000000d0 T gettimeofday +00000000000d9450 00000093 w settimeofday +00000000000d9530 0000014c w adjtime +00000000000dad10 00000080 w tzset +00000000000dc580 0000002a w getitimer +00000000000dc5b0 0000002a w setitimer +00000000000dc5e0 00000044 T dysize +00000000000dc630 0000001e T timegm +00000000000dc650 00000072 T ftime +00000000000dc6d0 000006b9 w getdate_r +00000000000dcd90 0000002d T getdate +00000000000dcdc0 00000016 T strptime +00000000000e0b60 0000000e w strptime_l +00000000000e0b70 00000014 T strftime +00000000000e0b90 00000014 T wcsftime +00000000000e2fb0 00000048 w strftime_l +00000000000e5480 00000048 T wcsftime_l +00000000000e54d0 00000028 T timespec_get +00000000000e5500 00000028 T timespec_getres +00000000000e5530 00000036 T clock_getcpuclockid +00000000000e5570 00000069 T clock_getres +00000000000e55e0 0000007f T clock_gettime +00000000000e5660 0000004c T clock_settime +00000000000e56b0 00000202 T clock_nanosleep +00000000000e5fa0 00000067 T ntp_gettime +00000000000e6010 0000007f T ntp_gettimex +00000000000e61a0 0000010f w opendir +00000000000e6380 0000002d w closedir +00000000000e63b0 00000076 w rewinddir +00000000000e6430 0000006c T seekdir +00000000000e64a0 0000005a T telldir +00000000000e6500 00000034 w getdents64 +00000000000e6540 00000007 T dirfd +00000000000e6550 000000d4 w readdir +00000000000e6630 000001ed w readdir64_r +00000000000e6820 0000002b w scandir64 +00000000000e6850 00000017 w alphasort +00000000000e6870 00000017 w versionsort +00000000000e6890 000000bf w fdopendir +00000000000e6950 0000002b T scandirat64 +00000000000e6c90 00000046 w getdirentries +00000000000e6ce0 000001b4 T fgetgrent +00000000000e7460 000000cc T getgrouplist +00000000000e7530 000000fc T initgroups +00000000000e7630 00000080 T setgroups +00000000000e76b0 000000a0 T getgrent +00000000000e7750 00000179 T getgrgid +00000000000e78d0 00000179 T getgrnam +00000000000e7a50 00000346 T putgrent +00000000000e7da0 00000096 T setgrent +00000000000e7e40 0000009e T endgrent +00000000000e7ee0 000000d6 T getgrent_r +00000000000e7fc0 00000402 T getgrgid_r +00000000000e83d0 00000412 T getgrnam_r +00000000000e87f0 0000030d T _nss_files_parse_grent +00000000000e8b00 0000002f w fgetgrent_r +00000000000e8b30 00000202 T __copy_grp +00000000000e8d40 00000212 T __merge_grp +00000000000e8f60 000001bb T fgetpwent +00000000000e9120 00000125 w getpw +00000000000e9250 0000016a T putpwent +00000000000e93c0 000000a0 T getpwent +00000000000e9460 00000179 T getpwnam +00000000000e95e0 00000179 T getpwuid +00000000000e9760 00000096 T setpwent +00000000000e9800 0000009e T endpwent +00000000000e98a0 000000d6 T getpwent_r +00000000000e9980 00000311 T getpwnam_r +00000000000e9ca0 00000311 T getpwuid_r +00000000000e9fc0 000002d4 T _nss_files_parse_pwent +00000000000ea2a0 0000002f w fgetpwent_r +00000000000ea2d0 0000007c T _Fork +00000000000ea350 0000002c T _exit +00000000000ea380 00000025 T alarm +00000000000ea3b0 00000009 T __bsd_getpgrp +00000000000ea3c0 00000642 T confstr +00000000000eaa10 00000204 T execl +00000000000eac20 0000021a T execle +00000000000eae40 00000204 T execlp +00000000000eb050 00000013 T execv +00000000000eb070 00000025 w execve +00000000000eb0a0 00000032 T execveat +00000000000eb0e0 00000013 T execvp +00000000000eb100 00000588 w execvpe +00000000000eb9a0 00000111 T fexecve +00000000000ef920 0000019a T fnmatch +00000000000efac0 000004a4 T fork +00000000000eff70 00000254 w fpathconf +00000000000f01d0 00000051 T gai_strerror +00000000000f2030 00002555 T getaddrinfo +00000000000f4590 00000041 T freeaddrinfo +00000000000f45e0 0000000c w getegid +00000000000f45f0 0000000c w geteuid +00000000000f4600 0000000c w getgid +00000000000f4610 00000025 w getgroups +00000000000f5850 0000001c T getopt +00000000000f5870 0000001c T __posix_getopt +00000000000f5890 00000017 T getopt_long +00000000000f58d0 0000001a T getopt_long_only +00000000000f5910 00000025 w getpgid +00000000000f5940 0000000c T getpgrp +00000000000f5950 0000000c T getpid +00000000000f5960 0000000c w getppid +00000000000f5970 00000025 T getresgid +00000000000f59a0 00000025 T getresuid +00000000000f59d0 00000025 T getsid +00000000000f5a00 0000000c w getuid +00000000000f69d0 00001e2b T glob64 +00000000000f97a0 000000b3 w glob_pattern_p +00000000000f9860 00000052 T globfree +00000000000f98c0 000000d4 w group_member +00000000000f99a0 00000031 w nanosleep +00000000000f9f30 000002e3 w pathconf +00000000000fa320 0000007b w pause +00000000000fa3a0 00000015 T posix_madvise +00000000000fa3c0 000000a5 T pread64 +00000000000fa470 000000a5 T pwrite64 +000000000010c770 00000077 w re_compile_pattern +000000000010c7f0 00000015 w re_set_syntax +000000000010c810 000000ad w re_compile_fastmap +000000000010ce60 00000118 w regcomp +000000000010cf80 0000008c w regerror +000000000010d010 00000048 w regfree +000000000010d060 00000128 w re_comp +000000000010d200 0000010a T regexec +000000000010d310 0000001c w re_match +000000000010d330 00000019 w re_search +000000000010d350 000000e8 w re_match_2 +000000000010d440 000000e8 w re_search_2 +000000000010d530 00000033 w re_set_registers +000000000010d570 0000009a w re_exec +000000000010d610 000001ad T __register_atfork +000000000010dcc0 00000015 T __sched_cpualloc +000000000010dce0 0000003f T __sched_cpucount +000000000010dd20 00000009 T __sched_cpufree +000000000010dd30 00000062 T sched_getaffinity +000000000010dda0 00000025 w sched_getparam +000000000010ddd0 00000025 w sched_getscheduler +000000000010de00 00000025 w sched_get_priority_max +000000000010de30 00000025 T sched_get_priority_min +000000000010de60 0000002a T sched_rr_get_interval +000000000010de90 0000002a T sched_setaffinity +000000000010dec0 00000025 w sched_setparam +000000000010def0 00000025 T sched_setscheduler +000000000010df20 00000025 w sched_yield +000000000010df50 00000078 w setgid +000000000010dfd0 00000025 w setpgid +000000000010e000 0000000d T setpgrp +000000000010e010 00000088 w setresgid +000000000010e0a0 00000088 w setresuid +000000000010e130 00000025 w setsid +000000000010e160 00000078 w setuid +000000000010e1e0 00000103 T __shm_get_name +000000000010e2f0 0000006a w sleep +000000000010e360 00000014 T posix_spawn +000000000010e380 00000077 T posix_spawn_file_actions_addchdir_np +000000000010e400 00000068 w posix_spawn_file_actions_addclose +000000000010e470 00000068 w posix_spawn_file_actions_addclosefrom_np +000000000010e4e0 00000080 w posix_spawn_file_actions_adddup2 +000000000010e560 00000055 T posix_spawn_file_actions_addfchdir_np +000000000010e5c0 000000a7 w posix_spawn_file_actions_addopen +000000000010e670 00000068 w posix_spawn_file_actions_addtcsetpgrp_np +000000000010e6e0 00000074 w posix_spawn_file_actions_destroy +000000000010e7a0 0000001e w posix_spawn_file_actions_init +000000000010e800 00000007 w posix_spawnattr_destroy +000000000010e810 0000004e T posix_spawnattr_getsigdefault +000000000010e860 0000000d T posix_spawnattr_getflags +000000000010e870 0000000c T posix_spawnattr_getpgroup +000000000010e880 0000000f T posix_spawnattr_getschedparam +000000000010e890 0000000f T posix_spawnattr_getschedpolicy +000000000010e8a0 00000066 T posix_spawnattr_getsigmask +000000000010e910 00000033 w posix_spawnattr_init +000000000010e950 0000004e w posix_spawnattr_setsigdefault +000000000010e9a0 00000016 w posix_spawnattr_setflags +000000000010e9c0 0000000a T posix_spawnattr_setpgroup +000000000010e9d0 0000000f T posix_spawnattr_setschedparam +000000000010e9e0 00000017 T posix_spawnattr_setschedpolicy +000000000010ea00 00000066 w posix_spawnattr_setsigmask +000000000010f3a0 00000014 T posix_spawnp +000000000010f500 00000650 w sysconf +000000000010fb50 00000053 w times +000000000010fbb0 00000025 w uname +000000000010fbe0 00000039 T vfork +000000000010fc20 00000013 T wait +000000000010fc40 00000016 w wait3 +000000000010fc60 000000a3 w wait4 +000000000010fd10 000000ab w waitid +000000000010fdc0 0000000b w waitpid +00000000001141c0 00000061 T wordfree +0000000000114230 00001394 T wordexp +00000000001155d0 00000074 w getcpu +0000000000115650 00000098 T sched_getcpu +00000000001156f0 0000002a w access +0000000000115720 00000025 w chdir +0000000000115750 0000002a w chmod +0000000000115780 00000025 w chown +00000000001157b0 0000008b T close +0000000000115840 00000025 w close_range +0000000000115870 00000044 w closefrom +00000000001158c0 000000bd T copy_file_range +0000000000115980 0000008b w creat64 +0000000000115a10 00000025 w dup +0000000000115a40 0000002a T dup2 +0000000000115a70 00000025 w dup3 +0000000000115aa0 00000135 w euidaccess +0000000000115be0 00000211 w faccessat +0000000000115e00 00000025 w fchdir +0000000000115e30 00000025 w fchmod +0000000000115e60 0000015d T fchmodat +0000000000115fc0 00000025 w fchown +0000000000115ff0 00000028 T fchownat +0000000000116020 000000f8 T fcntl64 +0000000000116120 00000062 T __file_is_unchanged +0000000000116190 00000058 T __file_change_detection_for_stat +00000000001161f0 000000cc T __file_change_detection_for_path +00000000001162c0 000000de T __file_change_detection_for_fp +00000000001163a0 00000025 w flock +00000000001163d0 00000034 w fstat +0000000000116410 00000032 w fstatat64 +0000000000116450 0000002a w fstatfs64 +0000000000116480 0000006c w fstatvfs +00000000001174f0 00000461 T fts_open +0000000000117960 000000eb T fts_close +0000000000117a50 00000690 T fts_read +00000000001180e0 00000024 w fts64_set +0000000000118110 0000013f w fts64_children +0000000000119180 00000013 w ftw64 +00000000001191a0 00000034 T nftw64 +00000000001191e0 0000002c w futimens +0000000000119210 0000075e w getcwd +0000000000119970 000000b0 T get_current_dir_name +0000000000119a20 000000a8 T getwd +0000000000119ad0 00000042 w isatty +0000000000119b20 00000018 T lchmod +0000000000119b40 00000025 w lchown +0000000000119b70 0000002a w link +0000000000119ba0 00000028 T linkat +0000000000119bd0 00000112 w lockf64 +0000000000119cf0 0000002c T lseek64 +0000000000119d20 00000019 w lstat64 +0000000000119d40 0000002a w mkdir +0000000000119d70 00000025 T mkdirat +0000000000119da0 00000011 T mkfifo +0000000000119dc0 0000000e T mkfifoat +0000000000119dd0 00000016 w mknod +0000000000119df0 0000004c w mknodat +0000000000119e40 00000128 w open +0000000000119f70 00000029 T __open64_2 +0000000000119fa0 00000029 T __open_2 +0000000000119fd0 00000118 w openat +000000000011a0f0 00000028 T __openat64_2 +000000000011a120 00000028 T __openat_2 +000000000011a150 00000032 T pipe +000000000011a190 00000025 w pipe2 +000000000011a1c0 0000009b w poll +000000000011a260 00000020 T posix_fadvise +000000000011a450 0000003b T posix_fallocate +000000000011a660 0000003b T posix_fallocate64 +000000000011a6a0 000000f0 T ppoll +000000000011a790 0000009d T read +000000000011a830 0000002c w readlink +000000000011a860 00000028 T readlinkat +000000000011a890 0000002a w rmdir +000000000011a8c0 00000034 T sendfile +000000000011a900 00000016 w stat64 +000000000011a920 0000002a w statfs +000000000011a950 0000006c w statvfs +000000000011ac60 00000053 T statx +000000000011acc0 0000002a w symlink +000000000011acf0 00000025 T symlinkat +000000000011ad20 0000009b T ttyname +000000000011adc0 00000349 w ttyname_r +000000000011b110 0000000c w umask +000000000011b120 0000002a w unlink +000000000011b150 00000025 T unlinkat +000000000011b180 0000006e T utime +000000000011b230 00000046 w utimensat +000000000011b280 0000009d w write +000000000011b320 0000002a T __close_nocancel +000000000011b350 000000a3 w fallocate +000000000011b5c0 000000a0 T __open_nocancel +000000000011b700 00000034 T __pread64_nocancel +000000000011b740 0000002c T __read_nocancel +000000000011b770 000000a3 T sync_file_range +000000000011b820 0000002c T __write_nocancel +000000000011b850 0000000d T cfgetospeed +000000000011b860 00000015 T cfgetispeed +000000000011b880 0000003e T cfsetospeed +000000000011b8c0 00000057 T cfsetispeed +000000000011b920 00000088 T cfsetspeed +000000000011b9b0 000001bd T tcsetattr +000000000011bb70 000000b8 w tcgetattr +000000000011bc30 00000050 T tcgetpgrp +000000000011bc80 00000022 w tcsetpgrp +000000000011bcb0 000000a3 w tcdrain +000000000011bd60 00000012 T tcflow +000000000011bd80 00000012 T tcflush +000000000011bda0 00000036 T tcsendbreak +000000000011bde0 0000004e T cfmakeraw +000000000011be30 000000ce T tcgetsid +000000000011bf00 00000032 w getrlimit +000000000011bf40 00000032 w setrlimit +000000000011bf80 0000002a w getrusage +000000000011bfb0 0000012d w ulimit +000000000011c0e0 0000008a T vlimit +000000000011c170 000001a5 T vtimes +000000000011c320 00000032 w getpriority +000000000011c360 00000025 w setpriority +000000000011c390 0000006f T nice +000000000011c400 00000025 T acct +000000000011c430 00000060 T __libc_allocate_once_slow +000000000011c490 00000034 w brk +000000000011c4d0 00000020 T chflags +000000000011c4f0 00000025 T chroot +000000000011c520 00000156 T daemon +000000000011c680 000000c1 T dirname +000000000011c750 000000ab T fcvt +000000000011c800 0000001f T ecvt +000000000011c820 0000003a T gcvt +000000000011c860 0000028f w fcvt_r +000000000011caf0 000001cc w ecvt_r +000000000011cde0 0000000b T vwarnx +000000000011cdf0 000000bc T warnx +000000000011d080 000000b3 w error +000000000011d2a0 000000b0 w error_at_line +000000000011d350 0000001d T fchflags +000000000011d3e0 0000008b T fdatasync +000000000011d470 00000028 T fgetxattr +000000000011d4a0 00000025 T flistxattr +000000000011d4d0 00000025 T fremovexattr +000000000011d500 00000028 T fsetxattr +000000000011d600 00000084 T setfsent +000000000011d690 00000186 T getfsent +000000000011d820 000000cb T getfsspec +000000000011d8f0 000000cb T getfsfile +000000000011d9c0 00000031 T endfsent +000000000011da10 0000008b T fsync +000000000011daa0 0000002a w ftruncate +000000000011dad0 00000070 w futimes +000000000011db40 0000006b w futimesat +000000000011dc30 00000068 w getauxval +000000000011dcc0 0000010c T getdomainname +000000000011ddd0 0000004d w getdtablesize +000000000011de20 000001bb T gethostid +000000000011dfe0 00000113 w gethostname +000000000011e100 0000013d T getloadavg +000000000011e240 00000035 w getpagesize +000000000011e280 000001f3 T getpass +000000000011e910 0000003d w get_nprocs +000000000011e950 0000003d w get_nprocs_conf +000000000011e990 0000008b w get_phys_pages +000000000011ea20 0000008b w get_avphys_pages +000000000011ebc0 0000030f w getttyent +000000000011eed0 0000008f w getttynam +000000000011ef60 00000051 w setttyent +000000000011efc0 00000042 w endttyent +000000000011f300 0000005b T getusershell +000000000011f360 00000046 T endusershell +000000000011f3b0 00000019 T setusershell +000000000011f3d0 00000028 T getxattr +000000000011f400 00000020 T gtty +000000000011f420 00000045 T hsearch +000000000011f470 00000010 T hcreate +000000000011f480 00000010 w hdestroy +000000000011f490 000000d3 w hcreate_r +000000000011f570 0000002f w hdestroy_r +000000000011f5a0 0000020a w hsearch_r +000000000011f7b0 00004130 T __libc_ifunc_impl_list +00000000001238e0 00000022 T insque +0000000000123910 0000001d T remque +0000000000123930 00000078 w ioctl +00000000001239b0 00000028 T lgetxattr +00000000001239e0 00000025 T listxattr +0000000000123a10 00000025 T llistxattr +0000000000123a40 00000025 T lremovexattr +0000000000123a70 00000099 T lsearch +0000000000123b10 0000006c T lfind +0000000000123b80 00000028 T lsetxattr +0000000000123bb0 00000079 w lutimes +0000000000123c30 00000025 w madvise +0000000000123c60 00000020 w gnu_dev_major +0000000000123c80 00000014 w gnu_dev_minor +0000000000123ca0 00000048 w gnu_dev_makedev +0000000000123cf0 00000025 T mincore +0000000000123d20 00000026 T mkdtemp +0000000000123d50 0000000f T mkostemp +0000000000123d60 00000024 w mkostemps64 +0000000000123d90 0000000f T mkstemp +0000000000123da0 0000002c T mkstemps +0000000000123dd0 00000022 w mktemp +0000000000123e00 00000025 T mlock +0000000000123e30 00000025 T mlockall +0000000000123e60 000000b8 w mmap +0000000000123f40 00000058 T getmntent +0000000000124440 000000cd w setmntent +0000000000124510 00000026 w endmntent +0000000000124540 00000099 w addmntent +00000000001245e0 00000080 w hasmntopt +0000000000124660 0000008b T getmntent_r +00000000001246f0 00000025 T mprotect +0000000000124720 0000009b T msync +00000000001247c0 00000025 T munlock +00000000001247f0 00000025 T munlockall +0000000000124820 00000025 T munmap +0000000000124850 000000ad T preadv64 +0000000000124900 0000014d T preadv64v2 +0000000000124a50 00000128 w pselect +0000000000124b80 000000c2 T ptrace +0000000000124c50 000000ad T pwritev64 +0000000000124d00 0000014d T pwritev2 +0000000000124e50 00000093 T qfcvt +0000000000124ef0 00000029 T qecvt +0000000000124f20 00000041 T qgcvt +0000000000124f70 000002b3 w qfcvt_r +0000000000125230 000001d0 w qecvt_r +0000000000125400 0000009d w readv +00000000001254a0 00000032 T reboot +00000000001254e0 00000028 w remap_file_pages +0000000000125510 00000025 T removexattr +0000000000125540 00000018 w revoke +0000000000125560 000000b1 T sbrk +0000000000125620 000001e5 w select +0000000000125810 00000025 T setdomainname +0000000000125840 000000bd T setegid +0000000000125900 000000bd T seteuid +00000000001259c0 000000bd T sethostid +0000000000125a80 00000025 T sethostname +0000000000125ab0 00000088 w setregid +0000000000125b40 00000088 w setreuid +0000000000125bd0 00000028 T setxattr +0000000000125c00 00000020 T stty +0000000000125c20 00000025 w swapoff +0000000000125c50 00000025 w swapon +0000000000125c80 00000025 T sync +0000000000125cb0 00000025 T syncfs +0000000000125ce0 00000037 T syscall +0000000000126600 000000b7 T syslog +00000000001266c0 0000000b w vsyslog +00000000001266d0 000000c0 T __syslog_chk +0000000000126790 0000001a T __vsyslog_chk +00000000001267b0 00000190 T openlog +0000000000126940 00000099 T closelog +00000000001269e0 00000075 T setlogmask +0000000000126a60 0000002a w truncate +0000000000126e40 000003bd w tsearch +0000000000127200 0000005a T tfind +0000000000127260 00000649 w tdelete +00000000001278b0 000000aa T twalk +0000000000127960 000000b5 w twalk_r +0000000000127a20 000001c5 w tdestroy +0000000000127bf0 0000012c T ttyslot +0000000000127d20 0000007c T ualarm +0000000000127da0 000002da T __libc_unwind_link_get +0000000000128110 00000063 T usleep +0000000000128180 0000004c T ustat +00000000001281d0 00000076 w utimes +0000000000128250 00000025 T vhangup +0000000000128280 0000009d w writev +0000000000128380 00000025 T ioperm +00000000001283b0 00000025 T iopl +00000000001283e0 0000000e T adjtimex +00000000001283f0 0000002a T clock_adjtime +0000000000128420 0000005f T clone +0000000000128800 0000002a T epoll_create +0000000000128830 000000c3 T epoll_pwait +0000000000128900 000000c3 T epoll_pwait2 +00000000001289d0 000000a3 T epoll_wait +0000000000128a80 00000025 T eventfd +0000000000128ab0 00000023 T eventfd_read +0000000000128ae0 0000002d T eventfd_write +0000000000128b10 00000032 w fanotify_mark +0000000000128b50 0000004c T __fxstat +0000000000128ba0 0000005c T __fxstatat +0000000000128c00 0000002a T inotify_init +0000000000128c30 00000054 T __lxstat +0000000000128c90 00000083 T mlock2 +0000000000128d20 00000092 w mremap +0000000000128dc0 0000009b T open_by_handle_at +0000000000128e60 00000025 w personality +0000000000128e90 00000034 T pkey_get +0000000000128ed0 0000003d T pkey_mprotect +0000000000128f10 00000054 T pkey_set +0000000000128f70 00000088 w prctl +0000000000129000 00000032 T prlimit64 +0000000000129040 00000034 T process_vm_readv +0000000000129080 00000034 T process_vm_writev +00000000001290c0 0000002c w readahead +00000000001290f0 00000025 T setfsgid +0000000000129120 00000025 T setfsuid +0000000000129150 00000032 T signalfd +0000000000129190 000000bd T splice +0000000000129250 000000a5 T tee +0000000000129300 0000002a T timerfd_gettime +0000000000129330 00000032 T timerfd_settime +0000000000129370 0000000b w umount +0000000000129380 0000002a w umount2 +00000000001293b0 000000a5 T vmsplice +0000000000129460 0000002c T __xmknod +0000000000129490 00000034 T __xmknodat +00000000001294d0 00000054 T __xstat +0000000000129530 00000025 w arch_prctl +0000000000129560 00000025 w modify_ldt +00000000001295a0 00000025 T capget +00000000001295d0 00000025 T capset +0000000000129600 00000025 T create_module +0000000000129630 00000025 T delete_module +0000000000129660 00000025 T epoll_create1 +0000000000129690 00000028 T epoll_ctl +00000000001296c0 00000028 T fsconfig +00000000001296f0 00000025 T fsmount +0000000000129720 00000025 T fsopen +0000000000129750 00000025 T fspick +0000000000129780 00000025 T get_kernel_syms +00000000001297b0 00000028 T init_module +00000000001297e0 00000025 T inotify_add_watch +0000000000129810 00000025 T inotify_init1 +0000000000129840 00000025 T inotify_rm_watch +0000000000129870 00000025 T klogctl +00000000001298a0 00000028 w mount +00000000001298d0 00000028 T mount_setattr +0000000000129900 00000028 T move_mount +0000000000129930 00000025 T nfsservctl +0000000000129960 00000025 T open_tree +0000000000129990 00000025 T pidfd_open +00000000001299c0 00000025 T pidfd_getfd +00000000001299f0 00000025 T pivot_root +0000000000129a20 00000028 T pidfd_send_signal +0000000000129a50 00000028 T process_madvise +0000000000129a80 00000025 T process_mrelease +0000000000129ab0 00000028 T query_module +0000000000129ae0 00000028 T quotactl +0000000000129b10 00000025 w sysinfo +0000000000129b40 00000025 T unshare +0000000000129b70 00000025 T uselib +0000000000129ba0 00000025 T timerfd_create +0000000000129bd0 00000025 T fanotify_init +0000000000129c00 00000028 T name_to_handle_at +0000000000129c30 00000025 T setns +0000000000129c60 00000025 T memfd_create +0000000000129c90 00000025 T pkey_alloc +0000000000129cc0 00000025 T pkey_free +0000000000129cf0 0000000c w gettid +0000000000129d00 00000025 w tgkill +0000000000129d30 0000001a T bdflush +000000000012a150 0000009b T accept +000000000012a1f0 000000a3 T accept4 +000000000012a2a0 00000025 w bind +000000000012a2d0 0000009b w connect +000000000012a370 00000025 w getpeername +000000000012a3a0 00000025 w getsockname +000000000012a3d0 00000032 w getsockopt +000000000012a410 00000076 T isfdtype +000000000012a490 00000025 w listen +000000000012a530 000000bd w recv +000000000012a5f0 000000bd w recvfrom +000000000012a6b0 000000ab w recvmmsg +000000000012a760 000000a5 w recvmsg +000000000012a810 000000bd T send +000000000012a8d0 000000a3 T sendmmsg +000000000012a980 0000009d w sendmsg +000000000012aa20 000000bd w sendto +000000000012aae0 00000032 w setsockopt +000000000012ab20 00000025 w shutdown +000000000012ac20 0000004a T sockatmark +000000000012ac70 00000025 w socket +000000000012aca0 00000028 w socketpair +000000000012acd0 0000001d T __libc_sa_len +000000000012acf0 00000043 T __cmsg_nxthdr +000000000012ad40 0000006c T ftok +000000000012adb0 000000a3 w msgsnd +000000000012ae60 000000b5 T msgrcv +000000000012af20 0000002a T msgget +000000000012af50 0000002a T msgctl +000000000012af80 0000000b T semop +000000000012af90 0000002a T semget +000000000012afc0 000000bb T semctl +000000000012b080 00000032 w semtimedop +000000000012b0c0 0000002c T shmat +000000000012b0f0 0000002a T shmdt +000000000012b120 00000032 T shmget +000000000012b160 0000002a T shmctl +000000000012b820 00000077 w moncontrol +000000000012b8a0 00000284 w monstartup +000000000012bb80 0000006b T _mcleanup +000000000012bdc0 000001cf w profil +000000000012c140 00000780 w sprofil +000000000012c8c0 0000000f T __profile_frequency +000000000012c8d0 0000005f T mcount +000000000012c930 00000060 T __fentry__ +000000000012c990 0000008b w iswalnum +000000000012ca20 0000008d w iswalpha +000000000012cab0 0000008b w iswblank +000000000012cb40 0000008b w iswcntrl +000000000012cbd0 00000084 w iswdigit +000000000012cc60 0000008d w iswlower +000000000012ccf0 0000008d w iswgraph +000000000012cd80 0000008d w iswprint +000000000012ce10 0000008b w iswpunct +000000000012cea0 0000008d w iswspace +000000000012cf30 00000085 w iswupper +000000000012cfc0 0000008d w iswxdigit +000000000012d050 00000066 w towlower +000000000012d0c0 0000005d w towupper +000000000012d120 000000a1 w wctype +000000000012d1d0 00000056 T iswctype +000000000012d230 00000085 w wctrans +000000000012d2c0 0000004d w towctrans +000000000012d310 0000007c T iswalnum_l +000000000012d390 0000007e w iswalpha_l +000000000012d410 0000007c w iswblank_l +000000000012d490 0000007c w iswcntrl_l +000000000012d510 0000007c w iswdigit_l +000000000012d590 0000007e w iswlower_l +000000000012d610 0000007e T iswgraph_l +000000000012d690 0000007e T iswprint_l +000000000012d710 0000007c w iswpunct_l +000000000012d790 0000007e w iswspace_l +000000000012d810 00000076 w iswupper_l +000000000012d890 0000007e T iswxdigit_l +000000000012d910 00000055 w towlower_l +000000000012d970 00000055 w towupper_l +000000000012d9d0 00000091 T wctype_l +000000000012da70 00000056 T iswctype_l +000000000012dad0 0000007d T wctrans_l +000000000012db50 0000004d w towctrans_l +000000000012dba0 000000a0 T getspent +000000000012dc40 00000179 T getspnam +000000000012ddc0 00000198 T sgetspent +000000000012df60 000001bb T fgetspent +000000000012e120 00000550 T putspent +000000000012e670 00000096 T setspent +000000000012e710 0000009e T endspent +000000000012e7b0 000000d6 T getspent_r +000000000012e890 00000289 T getspnam_r +000000000012eb20 00000410 T _nss_files_parse_spent +000000000012ef30 00000084 w sgetspent_r +000000000012efc0 0000002f w fgetspent_r +000000000012f000 00000218 w lckpwdf +000000000012f220 00000081 w ulckpwdf +000000000012f2b0 000000a0 T getsgent +000000000012f350 00000179 T getsgnam +000000000012f4d0 000001a5 T sgetsgent +000000000012f680 000001bb T fgetsgent +000000000012f840 00000362 T putsgent +000000000012fbb0 00000096 T setsgent +000000000012fc50 0000009e T endsgent +000000000012fcf0 000000d6 T getsgent_r +000000000012fdd0 00000289 T getsgnam_r +0000000000130060 0000033a T _nss_files_parse_sgent +00000000001303a0 000000c8 w sgetsgent_r +0000000000130470 0000002f w fgetsgent_r +0000000000133610 000000ae w argp_failure +00000000001353b0 00000013 w argp_help +00000000001353d0 00000095 w argp_state_help +0000000000135570 000000b7 w argp_error +0000000000135bc0 00000fdc w argp_parse +0000000000136be0 00000018 w argp_usage +0000000000136d60 000000c0 T __asprintf_chk +0000000000136ec0 000000a1 w backtrace +0000000000136f70 0000038a w backtrace_symbols +0000000000137300 00000337 T backtrace_symbols_fd +0000000000137640 00000016 T __chk_fail +0000000000137660 00000019 T __confstr_chk +0000000000137680 000000c0 T __dprintf_chk +0000000000137740 00000025 T __explicit_bzero_chk +0000000000137770 00000022 T __fdelt_warn +00000000001377a0 000001cb T __fgets_chk +0000000000137970 0000009e T __fgets_unlocked_chk +0000000000137a10 000001cb T __fgetws_chk +0000000000137be0 0000009e T __fgetws_unlocked_chk +0000000000137c80 0000001b T __fortify_fail +0000000000137ca0 000000c0 T __fprintf_chk +0000000000137d60 000001a6 T __fread_chk +0000000000137f10 00000085 T __fread_unlocked_chk +0000000000137fa0 000000c0 T __fwprintf_chk +0000000000138060 00000014 T __getcwd_chk +0000000000138080 00000014 T __getdomainname_chk +00000000001380a0 00000041 T __getgroups_chk +00000000001380f0 00000014 T __gethostname_chk +0000000000138110 000001f0 T __gets_chk +0000000000138300 00000032 T __getwd_chk +0000000000138340 00000041 T __longjmp_chk +0000000000138390 00000019 T __mbsnrtowcs_chk +00000000001383b0 00000019 T __mbsrtowcs_chk +00000000001383d0 0000005a T __mbstowcs_chk +0000000000138430 00000111 T __memcpy_chk +0000000000138550 00000111 T __memmove_chk +0000000000138670 00000111 T __mempcpy_chk +0000000000138790 000000ed T __memset_chk +0000000000138880 00000005 T __cyg_profile_func_exit +0000000000138890 000000c0 T __obstack_printf_chk +0000000000138950 00000018 T __poll_chk +0000000000138970 00000018 T __ppoll_chk +0000000000138990 00000014 T __pread64_chk +00000000001389b0 00000014 T __pread_chk +00000000001389d0 000000c8 T __printf_chk +0000000000138aa0 00000014 T __read_chk +0000000000138ac0 00000014 T __readlink_chk +0000000000138ae0 00000014 T __readlinkat_chk +0000000000138d10 00000018 T __realpath_chk +0000000000138d30 00000017 T __recv_chk +0000000000138d50 00000029 T __recvfrom_chk +0000000000138d80 000000ca T __snprintf_chk +0000000000138e50 000000d3 T __sprintf_chk +0000000000138f30 00000016 T __stack_chk_fail +0000000000138f50 00000049 T __stpcpy_chk +0000000000138fa0 00000019 T __stpncpy_chk +0000000000138fc0 00000064 T __strcat_chk +0000000000139030 00000036 T __strcpy_chk +0000000000139070 00000019 T __strlcat_chk +0000000000139090 00000019 T __strlcpy_chk +00000000001390b0 0000016d T __strncat_chk +0000000000139220 00000019 T __strncpy_chk +0000000000139240 000000ca T __swprintf_chk +0000000000139310 00000014 T __ttyname_r_chk +0000000000139330 0000001a T __vasprintf_chk +0000000000139350 0000001a T __vdprintf_chk +0000000000139370 0000001a T __vfprintf_chk +0000000000139390 0000001a T __vfwprintf_chk +00000000001393b0 0000001a T __obstack_vprintf_chk +00000000001393d0 0000001c T __vprintf_chk +00000000001393f0 00000039 T __vsnprintf_chk +0000000000139430 0000002f T __vsprintf_chk +0000000000139460 00000039 T __vswprintf_chk +00000000001394a0 0000001c T __vwprintf_chk +00000000001394c0 00000034 T __wcpcpy_chk +0000000000139500 00000019 T __wcpncpy_chk +0000000000139520 00000009 T __wcrtomb_chk +0000000000139530 00000064 T __wcscat_chk +00000000001395a0 00000034 T __wcscpy_chk +00000000001395e0 00000019 T __wcslcat_chk +0000000000139600 00000019 T __wcslcpy_chk +0000000000139620 00000147 T __wcsncat_chk +0000000000139770 00000019 T __wcsncpy_chk +0000000000139790 00000019 T __wcsnrtombs_chk +00000000001397b0 00000019 T __wcsrtombs_chk +00000000001397d0 0000005a T __wcstombs_chk +0000000000139830 00000037 T __wctomb_chk +0000000000139870 00000021 T __wmemcpy_chk +00000000001398a0 00000021 T __wmemmove_chk +00000000001398d0 00000021 T __wmempcpy_chk +0000000000139900 00000066 T __wmemset_chk +0000000000139970 000000c8 T __wprintf_chk +0000000000139a40 00000009 T htonl +0000000000139a50 0000000b T htons +0000000000139a60 0000002e T inet_lnaof +0000000000139a90 00000050 w inet_makeaddr +0000000000139ae0 00000035 T inet_netof +0000000000139b20 00000051 T inet_ntoa +0000000000139b80 0000025d w inet_network +0000000000139de0 00000015 T __h_errno_location +0000000000139e00 000001b1 T gethostbyaddr +0000000000139fc0 0000049d T gethostbyaddr_r +000000000013a460 00000215 T gethostbyname +000000000013a680 00000225 T gethostbyname2 +000000000013a8b0 000004c7 T gethostbyname2_r +000000000013ad80 0000049f T gethostbyname_r +000000000013b220 000000b0 T gethostent +000000000013b2d0 000000a6 T sethostent +000000000013b380 0000009e T endhostent +000000000013b420 000000e6 T gethostent_r +000000000013b510 000001a1 T getnetbyaddr +000000000013b6c0 0000037e T getnetbyaddr_r +000000000013ba40 000001a1 T getnetbyname +000000000013bbf0 000000b0 T getnetent +000000000013bca0 000000a6 T setnetent +000000000013bd50 0000009e T endnetent +000000000013bdf0 000000e6 T getnetent_r +000000000013bee0 0000035e T getnetbyname_r +000000000013c240 00000179 T getprotobynumber +000000000013c3c0 00000289 T getprotobynumber_r +000000000013c650 000000a0 T getprotoent +000000000013c6f0 000000a6 T setprotoent +000000000013c7a0 0000009e T endprotoent +000000000013c840 000000d6 T getprotoent_r +000000000013c920 00000179 T getprotobyname +000000000013caa0 00000289 T getprotobyname_r +000000000013cd30 00000179 T getservbyname +000000000013ceb0 00000321 T getservbyname_r +000000000013d1e0 00000179 T getservbyport +000000000013d360 00000321 T getservbyport_r +000000000013d690 000000a0 T getservent +000000000013d730 000000a6 T setservent +000000000013d7e0 0000009e T endservent +000000000013d880 000000d6 T getservent_r +000000000013d960 000000a0 T getrpcent +000000000013da00 00000179 T getrpcbyname +000000000013db80 00000179 T getrpcbynumber +000000000013dd00 000000a6 T setrpcent +000000000013ddb0 0000009e T endrpcent +000000000013de50 000000d6 T getrpcent_r +000000000013df30 00000289 T getrpcbyname_r +000000000013e1c0 00000289 T getrpcbynumber_r +000000000013e450 00000010 T ether_aton +000000000013e460 00000109 T ether_aton_r +000000000013e570 00000114 T ether_hostton +000000000013e690 0000017a T ether_line +000000000013e810 00000010 T ether_ntoa +000000000013e820 0000004b T ether_ntoa_r +000000000013e870 0000010f T ether_ntohost +000000000013f2b0 000001a9 T rresvport_af +000000000013f460 000009e0 T rcmd_af +000000000013fe40 00000017 T rcmd +000000000013fe60 0000000e T rresvport +000000000013fe70 000000ef T ruserok_af +000000000013ff60 000000ef T ruserok +0000000000140050 000000a5 T iruserok_af +0000000000140100 0000006a T iruserok +0000000000140170 000004c0 T rexec_af +0000000000140630 00000014 T rexec +0000000000140950 0000046a T ruserpass +0000000000140dc0 0000021e T bindresvport +0000000000141250 00000076 T __internal_setnetgrent +00000000001412d0 00000149 T setnetgrent +0000000000141420 00000080 T __internal_endnetgrent +00000000001414a0 000000e8 T endnetgrent +0000000000141590 00000231 T __internal_getnetgrent_r +00000000001417d0 000000b3 w getnetgrent_r +0000000000141890 000004be T innetgr +0000000000141d70 00000060 T getnetgrent +0000000000141dd0 00000096 T setaliasent +0000000000141e70 0000009e T endaliasent +0000000000141f10 000000d6 T getaliasent_r +0000000000141ff0 000000a0 T getaliasent +0000000000142090 00000179 T getaliasbyname +0000000000142210 00000289 T getaliasbyname_r +00000000001424a0 00000ec8 T getnameinfo +0000000000143370 000000cf w if_nametoindex +0000000000143440 0000003e w if_freenameindex +0000000000143480 0000028b w if_nameindex +0000000000143710 000000a8 w if_indextoname +0000000000144dc0 0000001f w getifaddrs +0000000000144de0 00000009 w freeifaddrs +0000000000144df0 0000000e T inet6_option_space +0000000000144e00 0000002e T inet6_option_init +0000000000144e30 000001a9 T inet6_option_append +0000000000144fe0 00000171 T inet6_option_alloc +0000000000145160 000000a6 T inet6_option_next +0000000000145210 000000ba T inet6_option_find +00000000001452d0 00000124 T getipv4sourcefilter +0000000000145400 000000fc T setipv4sourcefilter +0000000000145580 00000203 T getsourcefilter +0000000000145790 00000154 T setsourcefilter +00000000001458f0 00000036 T inet6_opt_init +0000000000145930 00000107 T inet6_opt_append +0000000000145a40 00000077 T inet6_opt_finish +0000000000145ac0 0000002a T inet6_opt_set_val +0000000000145af0 0000007c T inet6_opt_next +0000000000145b70 000000b0 T inet6_opt_find +0000000000145c20 0000002d T inet6_opt_get_val +0000000000145c50 0000001c T inet6_rth_space +0000000000145c70 00000060 T inet6_rth_init +0000000000145cd0 00000046 T inet6_rth_add +0000000000145d20 0000009b T inet6_rth_reverse +0000000000145dc0 00000026 T inet6_rth_segments +0000000000145df0 0000002e T inet6_rth_getaddr +0000000000145e20 000000ca T __inet6_scopeid_pton +0000000000146220 0000011b T __idna_to_dns_encoding +0000000000146340 000000c8 T __idna_from_dns_encoding +00000000001473b0 000001a3 T __netlink_assert_response +0000000000147560 0000000c T dn_comp +0000000000147570 00000025 T dn_expand +00000000001475a0 00000032 T dn_skipname +00000000001475e0 000002d7 T _nss_dns_getcanonname_r +0000000000148e80 00000096 T _nss_dns_gethostbyname3_r +0000000000148f20 000000c6 T _nss_dns_gethostbyname2_r +0000000000148ff0 000000bb T _nss_dns_gethostbyname_r +00000000001490b0 0000056b T _nss_dns_gethostbyname4_r +0000000000149620 000009e5 T _nss_dns_gethostbyaddr2_r +000000000014a010 0000001c T _nss_dns_gethostbyaddr_r +000000000014a600 0000017c T _nss_dns_getnetbyname_r +000000000014a780 000002e8 T _nss_dns_getnetbyaddr_r +000000000014aa70 00000149 T herror +000000000014abc0 00000068 T hstrerror +000000000014ad70 0000006a T __inet_aton_exact +000000000014ade0 0000003a w inet_aton +000000000014ae20 00000050 w inet_addr +000000000014ae70 000007e7 T inet_ntop +000000000014b750 00000298 T __inet_pton_length +000000000014b9f0 0000029b w inet_pton +000000000014bc90 000000cb T __libc_ns_makecanon +000000000014bd60 0000008c T ns_name_compress +000000000014be50 00000167 T ns_name_ntop +000000000014bfc0 00000492 T ns_name_pack +000000000014c460 0000018b T ns_name_pton +000000000014c5f0 00000068 T ns_name_skip +000000000014c660 0000008c T ns_name_uncompress +000000000014c6f0 000001b8 T ns_name_unpack +000000000014cb30 00000099 T __libc_ns_samename +000000000014cbd0 000000e7 T inet_nsap_addr +000000000014ccc0 0000009b T inet_nsap_ntoa +000000000014ce80 00000167 T __res_iclose +000000000014cff0 00000093 T __res_nclose +000000000014d1d0 00000108 T res_hnok +000000000014d2e0 0000018e T res_ownok +000000000014d470 00000107 T res_mailok +000000000014d580 00000079 T res_dnok +000000000014d840 00000010 T __res_state +000000000014d850 000001b4 T __res_context_hostalias +000000000014dab0 0000005a T __res_get_nsaddr +000000000014eb40 00000043 T __res_ninit +000000000014fc20 00000084 T __res_init +000000000014fcb0 0000023f T __res_context_mkquery +000000000014fef0 00000084 T res_nmkquery +000000000014ff80 00000084 T res_mkquery +0000000000150010 000000ae T __res_nopt +00000000001500c0 000000f9 T __libc_res_nameinquery +00000000001502e0 0000002e T __libc_res_queriesmatch +0000000000150310 000007bc T __res_context_query +0000000000150cd0 0000009c T res_nquery +0000000000150d70 0000009c T res_query +0000000000150e10 00000b1d T __res_context_search +0000000000151930 0000009c T res_nsearch +00000000001519d0 0000009c T res_search +0000000000151a70 0000009d T res_nquerydomain +0000000000151b10 000000a1 T res_querydomain +0000000000151bc0 00000051 T __res_randomid +0000000000152580 00001eb1 T __res_context_send +0000000000154440 000000d8 T res_nsend +0000000000154520 000000d8 T res_send +0000000000155ab0 000001fe T __resolv_context_get +0000000000155cb0 00000262 T __resolv_context_get_preinit +0000000000155f20 00000057 T __resolv_context_get_override +0000000000155f80 000000a7 T __resolv_context_put +0000000000156160 00000047 T gai_cancel +00000000001561b0 00000008 T gai_error +0000000000156a90 000003ce T gai_suspend +0000000000156e60 000004ba T getaddrinfo_a +0000000000157320 000000bf T __nss_lookup +00000000001573e0 00000184 T __nss_next2 +0000000000157570 0000001b T __nss_lookup_function +0000000000158340 000000ad T __nss_hostname_digits_dots +00000000001585a0 0000008f T __nss_services_lookup2 +0000000000158630 0000008f T __nss_hosts_lookup2 +0000000000158750 0000008f T __nss_group_lookup2 +00000000001587e0 0000008f T __nss_passwd_lookup2 +0000000000158c60 000000c7 T __nss_hash +0000000000158d30 00000052 T __nss_files_fopen +0000000000158d90 00000167 T __nss_readline +0000000000158f50 0000005d T __nss_parse_line_result +0000000000159720 00000350 T __nss_disable_nscd +000000000015aa80 00000174 T __nss_configure_lookup +000000000015ac00 0000005a T __nss_database_get +000000000015afe0 00000138 T __nss_files_data_open +000000000015b120 0000001d T __nss_files_data_put +000000000015b140 000000d9 T __nss_files_data_setent +000000000015b220 0000007a T __nss_files_data_endent +000000000015b630 00000256 T _nss_files_parse_protoent +000000000015b890 00000015 T _nss_files_setprotoent +000000000015b8b0 0000000e T _nss_files_endprotoent +000000000015b8c0 0000014b T _nss_files_getprotoent_r +000000000015ba10 000001af T _nss_files_getprotobyname_r +000000000015bbc0 00000167 T _nss_files_getprotobynumber_r +000000000015bd30 000002aa T _nss_files_parse_servent +000000000015bfe0 00000015 T _nss_files_setservent +000000000015c000 0000000e T _nss_files_endservent +000000000015c010 0000014b T _nss_files_getservent_r +000000000015c160 000001cf T _nss_files_getservbyname_r +000000000015c330 00000187 T _nss_files_getservbyport_r +000000000015d450 00000015 T _nss_files_sethostent +000000000015d470 0000000e T _nss_files_endhostent +000000000015d480 000000a6 T _nss_files_gethostent_r +000000000015d530 00000207 T _nss_files_gethostbyaddr_r +000000000015d740 00000170 T _nss_files_gethostbyname3_r +000000000015d8b0 00000029 T _nss_files_gethostbyname_r +000000000015d8e0 0000001a T _nss_files_gethostbyname2_r +000000000015d900 0000035c T _nss_files_gethostbyname4_r +000000000015dc60 000003fc T _nss_files_parse_netent +000000000015e060 00000015 T _nss_files_setnetent +000000000015e080 0000000e T _nss_files_endnetent +000000000015e090 0000016a T _nss_files_getnetent_r +000000000015e200 000001cf T _nss_files_getnetbyname_r +000000000015e3d0 000001af T _nss_files_getnetbyaddr_r +000000000015e580 00000015 T _nss_files_setgrent +000000000015e5a0 0000000e T _nss_files_endgrent +000000000015e5b0 0000014b T _nss_files_getgrent_r +000000000015e700 00000187 T _nss_files_getgrnam_r +000000000015e890 0000017f T _nss_files_getgrgid_r +000000000015ea10 00000015 T _nss_files_setpwent +000000000015ea30 0000000e T _nss_files_endpwent +000000000015ea40 0000014b T _nss_files_getpwent_r +000000000015eb90 00000187 T _nss_files_getpwnam_r +000000000015ed20 0000017f T _nss_files_getpwuid_r +000000000015eea0 000001a1 T _nss_files_parse_etherent +000000000015f050 00000015 T _nss_files_setetherent +000000000015f070 0000000e T _nss_files_endetherent +000000000015f080 0000014b T _nss_files_getetherent_r +000000000015f1d0 00000167 T _nss_files_gethostton_r +000000000015f340 00000177 T _nss_files_getntohost_r +000000000015f4c0 00000015 T _nss_files_setspent +000000000015f4e0 0000000e T _nss_files_endspent +000000000015f4f0 0000014b T _nss_files_getspent_r +000000000015f640 00000187 T _nss_files_getspnam_r +000000000015f7d0 00000347 T _nss_files_setnetgrent +000000000015fb20 00000030 T _nss_files_endnetgrent +000000000015fb50 000002ea T _nss_netgroup_parseline +000000000015fe40 0000001c T _nss_files_getnetgrent_r +0000000000160410 00000012 T _nss_files_setaliasent +0000000000160430 0000000b T _nss_files_endaliasent +0000000000160440 000000a2 T _nss_files_getaliasent_r +00000000001604f0 000000b5 T _nss_files_getaliasbyname_r +00000000001605b0 00000015 T _nss_files_setsgent +00000000001605d0 0000000e T _nss_files_endsgent +00000000001605e0 0000014b T _nss_files_getsgent_r +0000000000160730 00000187 T _nss_files_getsgnam_r +00000000001608c0 00000256 T _nss_files_parse_rpcent +0000000000160b20 00000015 T _nss_files_setrpcent +0000000000160b40 0000000e T _nss_files_endrpcent +0000000000160b50 0000014b T _nss_files_getrpcent_r +0000000000160ca0 000001af T _nss_files_getrpcbyname_r +0000000000160e50 00000167 T _nss_files_getrpcbynumber_r +00000000001610b0 0000008a T _nss_files_init +0000000000161140 000002e7 T _nss_files_initgroups_dyn +0000000000161570 00000027 T authnone_create +00000000001615a0 00000089 T xdr_authunix_parms +0000000000161900 0000014d T clntraw_create +0000000000161a50 0000021a T callrpc +0000000000161cb0 00000024 T _rpc_dtablesize +0000000000161ce0 0000006e T getrpcport +0000000000161e20 00000142 T pmap_set +0000000000161f70 000000f8 T pmap_unset +0000000000162070 00000108 T pmap_getmaps +0000000000162180 0000005a T xdr_pmap +00000000001621e0 0000010c T xdr_pmaplist +00000000001622f0 0000008a T xdr_rmtcallres +0000000000162380 00000110 T xdr_rmtcall_args +0000000000162490 0000015c T pmap_rmtcall +00000000001625f0 000006b3 T clnt_broadcast +0000000000162cb0 00000072 T xdr_rejected_reply +0000000000162d30 000000a5 T xdr_accepted_reply +0000000000162de0 00000043 T xdr_opaque_auth +0000000000162e30 0000000e T xdr_des_block +0000000000162e40 0000005e T xdr_replymsg +0000000000162ea0 00000082 T xdr_callhdr +0000000000162f30 000000ea T _seterr_reply +0000000000163020 0000039c T xdr_callmsg +00000000001633d0 0000004a T _authenticate +0000000000163910 00000081 T svcraw_create +0000000000163bb0 000001e6 T registerrpc +0000000000163da0 00000082 T xdr_float +0000000000163e30 000000d7 T xdr_double +00000000001645a0 00000165 T xdrrec_create +0000000000164710 00000121 T xdrrec_skiprecord +0000000000164840 0000012c T xdrrec_eof +0000000000164970 0000008b T xdrrec_endofrecord +0000000000164a00 000000c1 T getpublickey +0000000000164ad0 000000d9 T getsecretkey +0000000000164bb0 0000008d T xdr_authdes_cred +0000000000164c40 0000003e T xdr_authdes_verf +0000000000164c80 000000b1 T cbc_crypt +0000000000164d40 0000008c T ecb_crypt +0000000000165910 000000a8 T des_setparity +00000000001659c0 0000001a T xdr_keystatus +00000000001659e0 0000001f T xdr_keybuf +0000000000165a00 0000001f T xdr_netnamestr +0000000000165a20 00000039 T xdr_cryptkeyarg +0000000000165a60 0000005b T xdr_cryptkeyarg2 +0000000000165ac0 0000004b T xdr_cryptkeyres +0000000000165b10 00000069 T xdr_unixcred +0000000000165b80 0000008c T xdr_getcredres +0000000000165c10 00000061 T xdr_key_netstarg +0000000000165c80 00000081 T xdr_key_netstres +0000000000165e80 0000021d T rtime +0000000000166850 000003b3 T authdes_getucred +0000000000167540 000002b4 T clntunix_create +0000000000167e20 0000024a T svcunix_create +0000000000168070 000000e8 T svcunixfd_create +00000000001686e0 00000224 T authdes_pk_create +0000000000168910 00000094 T authdes_create +0000000000168d00 000001c8 T authunix_create +0000000000168ed0 000001af T authunix_create_default +0000000000169080 00000277 T clnt_create +0000000000169300 00000335 T clnt_sperror +0000000000169640 00000024 T clnt_perror +0000000000169670 00000058 T clnt_sperrno +00000000001696d0 0000007f T clnt_perrno +0000000000169750 000001d3 T clnt_spcreateerror +0000000000169930 00000024 T clnt_pcreateerror +000000000016a000 00000293 T clnttcp_create +000000000016ad00 000002f8 T __libc_clntudp_bufcreate +000000000016b000 0000001e T clntudp_bufcreate +000000000016b020 000002b2 T clntudp_create +000000000016b2e0 000000c6 T get_myaddress +000000000016b600 000000f3 T key_setsecret +000000000016b700 00000103 T key_secretkey_is_set +000000000016b810 00000113 T key_encryptsession +000000000016b930 00000113 T key_decryptsession +000000000016ba50 0000015b T key_encryptsession_pk +000000000016bbb0 0000015b T key_decryptsession_pk +000000000016bd10 000000e1 T key_gendes +000000000016be00 000000f3 T key_setnet +000000000016bf00 00000103 T key_get_conv +000000000016c060 000000f2 T user2netname +000000000016c160 00000193 T host2netname +000000000016c300 0000010a T getnetname +000000000016c410 000000c9 T netname2user +000000000016c4e0 00000065 T netname2host +000000000016c5f0 00000246 T __libc_rpc_getport +000000000016c840 00000233 T pmap_getport +000000000016cbb0 0000006e T __rpc_thread_svc_fdset +000000000016cc20 00000076 T __rpc_thread_createerr +000000000016cca0 00000076 T __rpc_thread_svc_pollfd +000000000016cd20 00000076 T __rpc_thread_svc_max_pollfd +000000000016cda0 0000012e T xprt_register +000000000016ced0 000000aa T xprt_unregister +000000000016cf80 000000f4 T svc_register +000000000016d080 00000079 T svc_unregister +000000000016d100 00000071 T svc_sendreply +000000000016d180 00000067 T svcerr_noproc +000000000016d1f0 00000067 T svcerr_decode +000000000016d260 00000067 T svcerr_systemerr +000000000016d2d0 00000058 T svcerr_auth +000000000016d330 0000005c T svcerr_weakauth +000000000016d390 00000067 T svcerr_noprog +000000000016d400 00000071 T svcerr_progvers +000000000016d480 000002bb T svc_getreq_common +000000000016d740 000000a3 T svc_getreqset +000000000016d7f0 00000091 T svc_getreq_poll +000000000016d890 000000ff T svc_getreq +000000000016def0 00000239 T svctcp_create +000000000016e130 000000e8 T svcfd_create +000000000016e810 00000303 T svcudp_bufcreate +000000000016eb20 00000013 T svcudp_create +000000000016eb40 0000010f T svcudp_enablecache +000000000016ecf0 0000007c T passwd2des +000000000016ed70 00000181 T xencrypt +000000000016ef00 00000181 T xdecrypt +000000000016f090 0000017f T xdr_array +000000000016f210 0000007a T xdr_vector +000000000016f290 00000041 T xdr_free +000000000016f2e0 0000000a T xdr_void +000000000016f2f0 00000082 T xdr_int +000000000016f380 0000007a T xdr_u_int +000000000016f400 00000037 T xdr_long +000000000016f440 0000009f T xdr_u_long +000000000016f4e0 000000e4 T xdr_hyper +000000000016f5d0 000000e4 T xdr_u_hyper +000000000016f6c0 000000e4 T xdr_longlong_t +000000000016f7b0 000000e4 T xdr_u_longlong_t +000000000016f8a0 00000083 T xdr_short +000000000016f930 00000083 T xdr_u_short +000000000016f9c0 0000008f T xdr_char +000000000016fa50 0000008f T xdr_u_char +000000000016fae0 00000090 T xdr_bool +000000000016fb70 00000082 T xdr_enum +000000000016fc00 000000b6 T xdr_opaque +000000000016fcc0 00000180 T xdr_bytes +000000000016fe40 00000168 T xdr_netobj +000000000016ffb0 00000123 T xdr_union +00000000001700e0 0000018f T xdr_string +0000000000170270 000001a0 T xdr_wrapstring +0000000000170410 000000c9 T xdr_int64_t +00000000001704e0 000000c9 T xdr_quad_t +00000000001705b0 000000c9 T xdr_uint64_t +0000000000170680 000000c9 T xdr_u_quad_t +0000000000170750 00000043 T xdr_int32_t +00000000001707a0 00000043 T xdr_uint32_t +00000000001707f0 00000083 T xdr_int16_t +0000000000170880 00000083 T xdr_uint16_t +0000000000170910 00000082 T xdr_int8_t +00000000001709a0 00000082 T xdr_uint8_t +0000000000170c20 00000022 T xdrmem_create +0000000000170c90 000000b1 T xdr_reference +0000000000170d50 000000f7 T xdr_pointer +0000000000170f40 00000116 T xdr_sizeof +00000000001712e0 00000025 T xdrstdio_create +0000000000171310 00000029 T svc_exit +0000000000171340 000003ec T svc_run +0000000000175e10 00000036 T getlogin +0000000000176200 00000031 w getlogin_r +0000000000176240 00000018 T setlogin +0000000000176260 00000014 T __getlogin_r_chk +0000000000176280 00000079 w getutent +0000000000176300 00000050 w setutent +0000000000176350 0000007a w getutent_r +00000000001763d0 0000006c w pututline +0000000000176440 00000050 w endutent +0000000000176490 00000081 w getutid +0000000000176520 00000081 w getutline +00000000001765b0 0000009f w getutid_r +0000000000176650 00000078 w getutline_r +0000000000177850 000000eb w utmpname +0000000000177940 00000126 w updwtmp +0000000000177a70 00000014 w posix_openpt +0000000000177a90 00000017 w getpt +0000000000177ab0 0000005e T grantpt +0000000000177b10 00000066 T unlockpt +0000000000177b80 000000db T ptsname +0000000000177c60 000000e8 w ptsname_r +0000000000177d50 00000014 T __ptsname_r_chk +0000000000177e40 0000017f T login +0000000000177fc0 000000ab T login_tty +0000000000178190 0000002c T logout +00000000001781c0 000000fb T logwtmp +0000000000178390 00000214 T openpty +00000000001785b0 000000bf T forkpty +0000000000178670 00000009 T setutxent +0000000000178680 00000009 T getutxent +0000000000178690 00000009 T endutxent +00000000001786a0 00000009 T getutxid +00000000001786b0 00000009 T getutxline +00000000001786c0 00000009 T pututxline +00000000001786d0 00000009 T utmpxname +00000000001786e0 00000009 T updwtmpx +00000000001786f0 0000003c T getutmp +0000000000178b40 00000214 w dl_iterate_phdr +00000000001798d0 0000001b T _dl_mcount_wrapper +00000000001798f0 00000031 T _dl_mcount_wrapper_check +000000000017a0c0 00000011 T _dl_find_object +000000000017a0e0 000000e1 T __libc_early_init +000000000017a1d0 00000026 T __x86_get_cpuid_feature_leaf +000000000017a200 00000028 T __sigismember +000000000017a230 00000023 T __sigaddset +000000000017a260 00000025 T __sigdelset +000000000017a290 00000021 T realpath +000000000017a2c0 0000001b T quick_exit +000000000017a2e0 0000002c T _IO_vfscanf +000000000017a310 00000010 T _pthread_cleanup_push_defer +000000000017a320 00000037 T _pthread_cleanup_pop_restore +000000000017a360 0000016a T pthread_kill +000000000017a4d0 00000009 T pthread_yield +000000000017a4e0 000002f5 T lio_listio +000000000017a7e0 0000004a T stime +000000000017a830 00001e0b T glob64 +000000000017c640 000000d0 T regexec +000000000017c710 0000005a T sched_getaffinity +000000000017c770 00000032 T sched_setaffinity +000000000017c7b0 00000014 T posix_spawn +000000000017c7d0 00000014 T posix_spawnp +000000000017c7f0 00000018 T fattach +000000000017c810 00000018 T fdetach +000000000017c830 00000018 T getmsg +000000000017c850 00000018 T getpmsg +000000000017c870 0000001c T isastream +000000000017c890 00000018 T putmsg +000000000017c8b0 00000018 T putpmsg +000000000017c8d0 00000019 T nftw64 +000000000017cae0 00000086 w step +000000000017cb70 0000007c w advance +000000000017cbf0 0000001a T sstk +000000000017cc10 00000018 T sysctl +000000000017cc30 0000006d T __ivaliduser +000000000017cca0 00000018 T __nss_passwd_lookup +000000000017ccc0 0000000a T __nss_next +000000000017ccd0 00000011 T __nss_database_lookup +00000000001bad58 0000000c D _thread_db_dtv_slotinfo_list_slotinfo +00000000001bad68 0000000c D _thread_db_rtld_global__dl_stack_used +00000000001bad78 0000000c D _thread_db_rtld_global__dl_stack_user +00000000001bad88 0000000c D _thread_db_rtld_global__dl_tls_dtv_slotinfo_list +00000000001bad98 0000000c D _thread_db_dtv_dtv +00000000001bada8 0000000c D _thread_db_link_map_l_tls_offset +00000000001badb8 0000000c D _thread_db_link_map_l_tls_modid +00000000001badc8 0000000c D _thread_db_pthread_key_data_level2_data +00000000001badd8 0000000c D _thread_db___pthread_keys +00000000001badf8 0000000c D _thread_db___nptl_nthreads +00000000001bae08 0000000c D _thread_db_td_eventbuf_t_eventdata +00000000001bae18 0000000c D _thread_db_td_eventbuf_t_eventnum +00000000001bae28 0000000c D _thread_db_td_thr_events_t_event_bits +00000000001bae38 0000000c D _thread_db_dtv_slotinfo_map +00000000001bae48 0000000c D _thread_db_pthread_key_data_seq +00000000001bae58 0000000c D _thread_db_pthread_nextevent +00000000001bae68 0000000c D _thread_db_pthread_eventbuf_eventmask_event_bits +00000000001bae78 0000000c D _thread_db_pthread_eventbuf_eventmask +00000000001bae88 0000000c D _thread_db_pthread_eventbuf +00000000001bae98 0000000c D _thread_db_pthread_specific +00000000001baea8 0000000c D _thread_db_pthread_schedparam_sched_priority +00000000001baeb8 0000000c D _thread_db_pthread_schedpolicy +00000000001baec8 0000000c D _thread_db_pthread_cancelhandling +00000000001baed8 0000000c D _thread_db_pthread_start_routine +00000000001baee8 0000000c D _thread_db_pthread_tid +00000000001baef8 0000000c D _thread_db_pthread_report_events +00000000001baf08 0000000c D _thread_db_pthread_list +00000000001c0230 00000005 D _libc_intl_domainname +00000000001c1b6e 00000005 D __nptl_version +00000000001c4b60 00000024 D _itoa_lower_digits +00000000001c9870 00000012 D _nl_default_dirname +00000000001ca640 00000010 v in6addr_any +00000000001cab40 00000010 v in6addr_loopback +00000000001cb410 00000004 D sys_nerr +00000000001cb414 00000004 D sys_nerr +00000000001cb418 00000004 D sys_nerr +00000000001cb41c 00000004 D sys_nerr +00000000001cb420 00000004 D _thread_db_const_thread_area +00000000001cb424 00000004 D _thread_db_sizeof_pthread_key_data_level2 +00000000001cb428 00000004 D _thread_db_sizeof_td_eventbuf_t +00000000001cb42c 00000004 D _thread_db_sizeof_td_thr_events_t +00000000001cb430 00000004 D _thread_db_sizeof_pthread_key_struct +00000000001cb434 00000004 D _thread_db_sizeof_pthread +00000000001cb444 00000004 D h_nerr +00000000001fbea0 00000420 D sys_errlist +00000000001fc2e0 00000208 D sys_sigabbrev +00000000001fc500 00000200 D sys_siglist +00000000001fc940 00000028 D h_errlist +00000000001fd270 000000a8 D _IO_file_jumps +00000000001fd468 000000a8 D _IO_wfile_jumps +00000000001fe1e0 00000002 D __fpu_control +00000000001fe2b0 00000004 D __nptl_nthreads +00000000001fe3e8 00000004 D obstack_exit_failure +00000000001fe420 00000004 D optopt +00000000001fe424 00000004 D opterr +00000000001fe428 00000004 D optind +00000000001fe42c 00000004 D re_max_failures +00000000001fe4cc 00000004 D argp_err_exit_status +00000000001fe504 00000004 D __check_rhosts_file +00000000001fe820 00000008 D __ctype32_toupper +00000000001fe828 00000008 D __ctype32_tolower +00000000001fe830 00000008 D __ctype_toupper +00000000001fe838 00000008 D __ctype_tolower +00000000001fe840 00000008 D __ctype32_b +00000000001fe848 00000008 D __ctype_b +00000000001feac0 000000e0 D _IO_2_1_stdin_ +00000000001ff538 00000008 D obstack_alloc_failed_handler +00000000001ff540 00000010 v tzname +00000000001ff550 00000008 v program_invocation_short_name +00000000001ff558 00000008 D program_invocation_name +00000000001ff6a0 00000008 D _IO_list_all +00000000001ff6c0 000000e0 D _IO_2_1_stderr_ +00000000001ff7a0 000000e0 D _IO_2_1_stdout_ +00000000001ff880 00000008 D stderr +00000000001ff888 00000008 D stdout +00000000001ff890 00000008 D stdin +00000000001ff898 00000008 D __nptl_rtld_global +00000000001ffb78 00000008 D _nl_domain_bindings +00000000001ffc40 00000004 D _nl_msg_cat_cntr +00000000001ffd20 00000008 D __abort_msg +0000000000200938 00000008 D __nptl_last_event +0000000000200940 00000008 D __nptl_threads_events +0000000000200960 00004000 D __pthread_keys +0000000000205310 00000008 v __memalign_hook +0000000000205318 00000008 v __realloc_hook +0000000000205320 00000008 v __malloc_hook +0000000000205328 00000008 v __free_hook +0000000000205330 00000008 D __morecore +0000000000205338 00000008 v __after_morecore_hook +0000000000205340 00000008 D __malloc_initialize_hook +0000000000205388 00000008 D mallwatch +0000000000205390 00000008 D _obstack +0000000000205540 00000008 D timezone +0000000000205548 00000004 D daylight +0000000000205660 00000004 D getdate_err +00000000002059e0 00000008 D optarg +0000000000205a40 00000008 D re_syntax_options +0000000000206258 00000008 v environ +0000000000206270 00000008 D __curbrk +00000000002062c8 00000004 D error_one_per_line +00000000002062cc 00000004 D error_message_count +00000000002062d0 00000008 D error_print_progname +0000000000206528 00000008 D locs +0000000000206530 00000008 D loc2 +0000000000206538 00000008 D loc1 +0000000000206540 00000001 D __libc_single_threaded +0000000000206a98 00000008 D argp_program_bug_address +0000000000206aa8 00000008 D argp_program_version +0000000000206ab0 00000008 D argp_program_version_hook +0000000000206f58 00000008 D __rcmd_errstr +0000000000206f68 00000004 D rexecoptions +00000000002073e0 00000048 D _res_hconf +0000000000207440 00000238 D _res +000000000020c9e0 00000004 D svc_max_pollfd +000000000020c9e8 00000008 D svc_pollfd +000000000020ca00 00000020 D rpc_createerr +000000000020ca20 00000080 D svc_fdset +000000000020caa0 00000018 D _null_auth +000000000020cac0 00000018 D svcauthdes_stats +000000000020cb50 00000008 D __key_gendes_LOCAL +000000000020cb58 00000008 D __key_decryptsession_pk_LOCAL +000000000020cb60 00000008 D __key_encryptsession_pk_LOCAL diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libcapstone.so.4.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libcapstone.so.4.sym new file mode 100644 index 000000000..28a0d905e --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libcapstone.so.4.sym @@ -0,0 +1,39 @@ +# symbols: 36 +# path name: /usr/lib/x86_64-linux-gnu/libcapstone.so.4 +# build-id: 76438bd5ddf41d4c8df226a98e655d3ed2056720 +00000000001c6130 00000010 P strncpy +00000000001c6140 00000010 P strncmp +00000000001c6150 00000010 P strcpy +00000000001c6160 00000010 P qsort +00000000001c6170 00000010 P strlen +00000000001c6180 00000010 P __stack_chk_fail +00000000001c6190 00000010 P strchr +00000000001c61a0 00000010 P strrchr +00000000001c61b0 00000010 P strcmp +00000000001c61c0 00000010 P strtol +00000000001c61d0 00000010 P memcpy +00000000001c61e0 00000010 P __strcpy_chk +00000000001c61f0 00000010 P memmove +00000000001c6200 00000010 P strstr +00000000001c6210 00000010 P __sprintf_chk +00000000001cae00 00000020 T cs_version +00000000001cae20 00000018 T cs_support +00000000001cae40 00000012 T cs_errno +00000000001cae60 00000108 T cs_strerror +00000000001caf70 0000015a T cs_open +00000000001cb0d0 000000a3 T cs_close +00000000001cb180 000002a3 T cs_option +00000000001cb430 00000055 T cs_free +00000000001cb490 00000079 T cs_malloc +00000000001cb510 0000001b T cs_reg_name +00000000001cb530 0000001b T cs_insn_name +00000000001cb550 0000001b T cs_group_name +00000000001cb570 00000083 T cs_insn_group +00000000001cb600 00000085 T cs_reg_read +00000000001cb690 00000083 T cs_reg_write +00000000001cb720 00000364 T cs_op_count +00000000001cba90 0000036d T cs_op_index +00000000001cbe00 0000009f T cs_regs_access +00000000001cc0d0 00000643 T cs_disasm +00000000001cc720 00000009 T cs_disasm_ex +00000000001cc730 0000033b T cs_disasm_iter diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libdw-0.189.so.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libdw-0.189.so.sym new file mode 100644 index 000000000..67521041b --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libdw-0.189.so.sym @@ -0,0 +1,378 @@ +# symbols: 375 +# path name: /usr/lib/x86_64-linux-gnu/libdw-0.189.so +# build-id: 005fcc33d15ff31aeb89844655a673d5b5525515 +00000000000139e0 00000010 P __strcat_chk +00000000000139f0 00000010 P gelf_getehdr +0000000000013a00 00000010 P gzclose +0000000000013a10 00000010 P __snprintf_chk +0000000000013a20 00000010 P gelf_getshdr +0000000000013a30 00000010 P abort +0000000000013a40 00000010 P __errno_location +0000000000013a50 00000010 P elf_version +0000000000013a60 00000010 P strncmp +0000000000013a70 00000010 P elf_cntl +0000000000013a80 00000010 P lzma_code +0000000000013a90 00000010 P strcpy +0000000000013aa0 00000010 P __isoc99_fscanf +0000000000013ab0 00000010 P gelf_update_rel +0000000000013ac0 00000010 P elf64_xlatetof +0000000000013ad0 00000010 P ZSTD_isError +0000000000013ae0 00000010 P puts +0000000000013af0 00000010 P qsort +0000000000013b00 00000010 P fts_set +0000000000013b10 00000010 P tfind +0000000000013b20 00000010 P pthread_rwlock_wrlock +0000000000013b30 00000010 P pthread_rwlock_destroy +0000000000013b40 00000010 P gzdopen +0000000000013b50 00000010 P fclose +0000000000013b60 00000010 P opendir +0000000000013b70 00000010 P stpcpy +0000000000013b80 00000010 P elf_getident +0000000000013b90 00000010 P dcgettext +0000000000013ba0 00000010 P strlen +0000000000013bb0 00000010 P ZSTD_freeDCtx +0000000000013bc0 00000010 P gelf_getnote +0000000000013bd0 00000010 P __stack_chk_fail +0000000000013be0 00000010 P mmap +0000000000013bf0 00000010 P fts_close +0000000000013c00 00000010 P gelf_getphdr +0000000000013c10 00000010 P strchr +0000000000013c20 00000010 P BZ2_bzDecompressInit +0000000000013c30 00000010 P argp_error +0000000000013c40 00000010 P gelf_getclass +0000000000013c50 00000010 P elf_strptr +0000000000013c60 00000010 P strrchr +0000000000013c70 00000010 P pthread_rwlock_tryrdlock +0000000000013c80 00000010 P fts_read +0000000000013c90 00000010 P uname +0000000000013ca0 00000010 P dup +0000000000013cb0 00000010 P lseek +0000000000013cc0 00000010 P __assert_fail +0000000000013cd0 00000010 P BZ2_bzDecompressEnd +0000000000013ce0 00000010 P elf_errno +0000000000013cf0 00000010 P elf_compress +0000000000013d00 00000010 P memset +0000000000013d10 00000010 P close +0000000000013d20 00000010 P rewinddir +0000000000013d30 00000010 P pthread_rwlock_rdlock +0000000000013d40 00000010 P lzma_auto_decoder +0000000000013d50 00000010 P strspn +0000000000013d60 00000010 P closedir +0000000000013d70 00000010 P elf_getdata +0000000000013d80 00000010 P gelf_fsize +0000000000013d90 00000010 P memchr +0000000000013da0 00000010 P read +0000000000013db0 00000010 P strndup +0000000000013dc0 00000010 P memcmp +0000000000013dd0 00000010 P fgets +0000000000013de0 00000010 P __tls_get_addr +0000000000013df0 00000010 P gelf_xlatetom +0000000000013e00 00000010 P gelf_offscn +0000000000013e10 00000010 P strtoull +0000000000013e20 00000010 P __asprintf_chk +0000000000013e30 00000010 P calloc +0000000000013e40 00000010 P elf32_xlatetof +0000000000013e50 00000010 P __getdelim +0000000000013e60 00000010 P process_vm_readv +0000000000013e70 00000010 P strcmp +0000000000013e80 00000010 P fts_open +0000000000013e90 00000010 P dlopen +0000000000013ea0 00000010 P strtoll +0000000000013eb0 00000010 P gelf_xlatetof +0000000000013ec0 00000010 P gzread +0000000000013ed0 00000010 P elf_clone +0000000000013ee0 00000010 P syscall +0000000000013ef0 00000010 P basename +0000000000013f00 00000010 P stat +0000000000013f10 00000010 P strtol +0000000000013f20 00000010 P elf_end +0000000000013f30 00000010 P realpath +0000000000013f40 00000010 P memcpy +0000000000013f50 00000010 P kill +0000000000013f60 00000010 P ZSTD_createDCtx +0000000000013f70 00000010 P elf_errmsg +0000000000013f80 00000010 P __stpcpy_chk +0000000000013f90 00000010 P readdir +0000000000013fa0 00000010 P strerror_r +0000000000013fb0 00000010 P lzma_end +0000000000013fc0 00000010 P malloc +0000000000013fd0 00000010 P gelf_getrela +0000000000013fe0 00000010 P __fsetlocking +0000000000013ff0 00000010 P strsep +0000000000014000 00000010 P __isoc99_sscanf +0000000000014010 00000010 P elf_getphdrnum +0000000000014020 00000010 P gzerror +0000000000014030 00000010 P elf_rawdata +0000000000014040 00000010 P elf32_getehdr +0000000000014050 00000010 P pthread_rwlock_init +0000000000014060 00000010 P elf_rawfile +0000000000014070 00000010 P ptrace +0000000000014080 00000010 P __vsnprintf_chk +0000000000014090 00000010 P pthread_rwlock_unlock +00000000000140a0 00000010 P BZ2_bzDecompress +00000000000140b0 00000010 P elf_begin +00000000000140c0 00000010 P elf_memory +00000000000140d0 00000010 P realloc +00000000000140e0 00000010 P stpncpy +00000000000140f0 00000010 P __strcpy_chk +0000000000014100 00000010 P tsearch +0000000000014110 00000010 P munmap +0000000000014120 00000010 P ZSTD_decompressStream +0000000000014130 00000010 P mempcpy +0000000000014140 00000010 P memmove +0000000000014150 00000010 P error +0000000000014160 00000010 P elf_nextscn +0000000000014170 00000010 P waitpid +0000000000014180 00000010 P elf_getdata_rawchunk +0000000000014190 00000010 P open +00000000000141a0 00000010 P gelf_getrel +00000000000141b0 00000010 P fopen +00000000000141c0 00000010 P sysconf +00000000000141d0 00000010 P gelf_getdyn +00000000000141e0 00000010 P elf_next +00000000000141f0 00000010 P dlsym +0000000000014200 00000010 P pread +0000000000014210 00000010 P elf_ndxscn +0000000000014220 00000010 P elf_getscn +0000000000014230 00000010 P elf_getshdrnum +0000000000014240 00000010 P gelf_update_shdr +0000000000014250 00000010 P gelf_update_rela +0000000000014260 00000010 P elf_getarhdr +0000000000014270 00000010 P elf_compress_gnu +0000000000014280 00000010 P gelf_getsymshndx +0000000000014290 00000010 P strdup +00000000000142a0 00000010 P argp_failure +00000000000142b0 00000010 P dlclose +00000000000142c0 00000010 P fstat +00000000000142d0 00000010 P pthread_once +00000000000142e0 00000010 P elf_getshdrstrndx +00000000000142f0 00000010 P tdestroy +0000000000014300 00000010 P gzdirect +0000000000014310 00000010 P strstr +0000000000014320 00000010 P elf_kind +0000000000014330 00000010 P __ctype_b_loc +0000000000014340 00000010 P __sprintf_chk +0000000000028f20 00000227 T dwfl_offline_section_address +0000000000029910 000002e0 T dwfl_linux_kernel_module_section_address +000000000003b960 00000b4a T dwfl_linux_proc_find_elf +000000000003f830 000002ec T dwfl_build_id_find_elf +00000000000407a0 0000055b T dwarf_begin_elf +0000000000040d00 00000124 T dwarf_begin +0000000000040e30 0000021c T dwarf_end +00000000000410f0 00000013 T dwarf_getelf +0000000000041110 000005c2 T dwarf_getpubnames +00000000000416e0 00000079 T dwarf_getabbrev +0000000000041760 00000363 T dwarf_tag +0000000000041ad0 0000002b T dwarf_errno +0000000000041b00 00000079 T dwarf_errmsg +0000000000041b80 00000041 T dwarf_next_unit +0000000000041bd0 0000002e T dwarf_nextcu +0000000000041c00 00000053 T dwarf_attr +0000000000041c60 00000409 T dwarf_child +0000000000042070 0000036b T dwarf_haschildren +00000000000423e0 000006c3 T dwarf_formsdata +0000000000042ab0 0000030b T dwarf_formref +0000000000042dc0 000001cf T dwarf_siblingof +0000000000042f90 00000030 T dwarf_dieoffset +0000000000042fc0 00000028 T dwarf_cuoffset +0000000000042ff0 00000103 T dwarf_diecu +0000000000043100 000006c2 T dwarf_hasattr +0000000000043c30 0000001b T dwarf_hasform +0000000000043c50 0000000f T dwarf_whatform +0000000000043c60 0000000e T dwarf_whatattr +0000000000043c70 0000000f T dwarf_getabbrevtag +0000000000043c80 00000035 T dwarf_getabbrevcode +0000000000043cc0 00000016 T dwarf_abbrevhaschildren +0000000000043ce0 000002a6 T dwarf_getattrcnt +0000000000043f90 000004f2 T dwarf_getabbrevattr_data +0000000000044490 0000000f T dwarf_getabbrevattr +00000000000444a0 0000006b T dwarf_linesrc +0000000000044510 00000017 T dwarf_lineno +0000000000044530 00000019 T dwarf_lineaddr +0000000000044550 00000018 T dwarf_linecol +0000000000044570 0000001b T dwarf_linebeginstatement +0000000000044590 0000001e T dwarf_lineendsequence +00000000000445b0 0000001d T dwarf_lineblock +00000000000445d0 00000033 T dwarf_linecontext +0000000000044610 00000059 T dwarf_linefunctionname +0000000000044670 0000001e T dwarf_lineprologueend +0000000000044690 0000001e T dwarf_lineepiloguebegin +00000000000446b0 00000018 T dwarf_lineisa +00000000000446d0 0000001a T dwarf_linediscriminator +00000000000446f0 0000001f T dwarf_lineop_index +0000000000044710 00000047 T dwarf_line_file +0000000000044760 0000004b T dwarf_onesrcline +00000000000447b0 0000034d T dwarf_formblock +0000000000044b00 0000004b T dwarf_filesrc +0000000000044b50 00000026 T dwarf_getsrcdirs +0000000000044b80 000000a2 T dwarf_getlocation_implicit_value +0000000000044c30 0000007a T dwarf_getstring +0000000000044cb0 0000004e T dwarf_offabbrev +0000000000044d00 0000004b T dwarf_onearange +0000000000044d50 00000035 T dwarf_getarangeinfo +0000000000044d90 00000088 T dwarf_getarange_addr +0000000000044e20 00000b08 T dwarf_getattrs +0000000000045930 00000062 T dwarf_formflag +00000000000459a0 00000032 T dwarf_macro_getparamcnt +00000000000459e0 00000018 T dwarf_macro_opcode +0000000000045a00 00000056 T dwarf_macro_param +0000000000045a60 00000013 T dwarf_new_oom_handler +0000000000045a80 00000a18 T dwarf_next_cfi +0000000000046930 0000003c T dwarf_frame_info +0000000000046970 000000d4 T dwarf_frame_cfa +0000000000046a50 000003fb T dwarf_frame_register +0000000000046e50 000007c8 T dwarf_cfi_addrframe +0000000000047620 000001c0 T dwarf_getcfi +00000000000477e0 00000656 T dwarf_getcfi_elf +0000000000047e40 00000083 T dwarf_cfi_end +0000000000048140 0000028f T dwarf_getalt +00000000000483d0 00000042 T dwarf_setalt +0000000000048660 00000013 T dwarf_cu_getdwarf +0000000000048680 0000013c T dwarf_cu_die +00000000000487c0 00000074 T dwarf_default_lower_bound +0000000000048840 00000093 T dwarf_die_addr_die +00000000000488e0 00000369 T dwarf_get_units +00000000000496a0 00000c23 T dwarf_formudata +000000000004a5e0 00000505 T dwarf_getlocation +000000000004aaf0 000000ac T dwarf_func_inline +000000000004b560 000006fc T dwarf_getaranges +000000000004bc60 0000006d T dwarf_offdie_types +000000000004bcd0 00000065 T dwarf_offdie +000000000004bd40 00000138 T dwarf_addrdie +000000000004be80 00000169 T dwarf_getlocation_die +000000000004bff0 000003ce T dwarf_formref_die +000000000004c3c0 00000249 T dwarf_hasattr_integrate +000000000004d390 00000409 T dwarf_func_inline_instances +000000000004d7a0 00000440 T dwarf_getscopes_die +000000000004dbe0 000007b7 T dwarf_getscopes +000000000004e3a0 0000024f T dwarf_getlocation_implicit_pointer +000000000004e890 00000862 T dwarf_formstring +000000000004f100 000002c2 T dwarf_attr_integrate +000000000004f3d0 00000047 T dwarf_diename +000000000004f420 00000064 T dwarf_bytesize +000000000004f490 00000064 T dwarf_arrayorder +000000000004f500 00000064 T dwarf_bitsize +000000000004f570 00000064 T dwarf_bitoffset +000000000004f5e0 00000064 T dwarf_srclang +000000000004f650 00000084 T dwarf_decl_column +000000000004f6e0 00000463 T dwarf_peel_type +000000000004fb50 00000084 T dwarf_decl_line +000000000004fbe0 000004c9 T dwarf_getfuncs +00000000000507b0 00000149 T dwarf_aggregate_size +0000000000056c50 0000039d T dwarf_getsrclines +0000000000056ff0 000000fa T dwarf_getsrc_die +00000000000570f0 0000021a T dwarf_decl_file +0000000000057310 0000052b T dwarf_getsrc_file +0000000000057840 00000307 T dwarf_getsrcfiles +0000000000057b50 00000c27 T dwarf_getscopevar +0000000000058780 000002e7 T dwarf_macro_getsrcfiles +0000000000059040 00000064 T dwarf_macro_param1 +00000000000590b0 0000009c T dwarf_macro_param2 +000000000005c460 000004f4 T dwarf_getlocation_attr +000000000005cf50 00000631 T dwarf_formaddr +000000000005d590 00000123 T dwarf_lowpc +000000000005d6c0 000000bd T dwarf_entrypc +000000000005d780 00000195 T dwarf_highpc +000000000005daa0 00000806 T dwarf_getlocation_addr +000000000005e2b0 00000729 T dwarf_getlocations +000000000005e9e0 000009d1 T dwarf_ranges +000000000005f3c0 00000095 T dwarf_haspc +000000000005f5a0 0000069b T dwarf_entry_breakpoints +0000000000060f70 00000239 T dwarf_getmacros +00000000000611b0 000000a5 T dwarf_getmacros_off +0000000000061260 000002e8 T dwarf_cu_info +0000000000061550 0000050f T dwarf_next_lines +0000000000061a60 000001b4 T dwelf_elf_gnu_debuglink +00000000000650c0 0000008a T dwelf_dwarf_gnu_debugaltlink +0000000000065150 0000005a T dwelf_elf_gnu_build_id +00000000000651b0 0000009e T dwelf_scn_gnu_compressed_size +0000000000065250 0000007b T dwelf_strtab_init +00000000000652d0 0000003e T dwelf_strtab_free +0000000000065310 0000002d T dwelf_strtab_add +0000000000065340 00000009 T dwelf_strtab_add_len +0000000000065350 000000ed T dwelf_strtab_finalize +0000000000065440 00000009 T dwelf_strent_off +0000000000065450 00000008 T dwelf_strent_str +0000000000065460 00000339 T dwelf_elf_begin +00000000000657a0 000005ee T dwelf_elf_e_machine_string +0000000000065d90 00000069 T dwfl_begin +0000000000065e00 0000015b T dwfl_end +0000000000065f60 0000002b T dwfl_errno +0000000000065f90 0000014d T dwfl_errmsg +00000000000660e0 0000000c T dwfl_version +00000000000660f0 00000005 T dwfl_report_begin_add +0000000000066100 00000031 T dwfl_report_begin +0000000000066140 00000127 T dwfl_report_module +0000000000066c50 0000009f T dwfl_report_end +0000000000066cf0 0000067b T dwfl_report_elf +0000000000067370 0000000f T dwfl_report_elf +0000000000067380 00000082 T dwfl_module_build_id +0000000000067410 00000092 T dwfl_module_build_id +00000000000674b0 0000012c T dwfl_module_report_build_id +00000000000677e0 00000094 T dwfl_module_relocations +0000000000067880 000000d3 T dwfl_module_relocation_info +0000000000067960 00000558 T dwfl_report_offline +0000000000067ec0 000003f3 T dwfl_report_offline_memory +00000000000682c0 00000416 T dwfl_addrsegment +0000000000068b60 000004d1 T dwfl_report_segment +0000000000069040 000000ce T dwfl_module_info +0000000000069110 00000165 T dwfl_getmodules +0000000000069280 000000d2 T dwfl_module_getsymtab +000000000006aa90 000002f3 T dwfl_module_getdwarf +000000000006ad90 00000273 T dwfl_module_relocate_address +000000000006b010 0000049e T dwfl_getdwarf +000000000006b4b0 00000458 T dwfl_module_address_section +000000000006d770 000000d2 T dwfl_module_getsymtab_first_global +000000000006d850 000001cb T dwfl_module_getelf +000000000006da20 0000000c T dwfl_standard_argp +000000000006da30 00000416 T dwfl_build_id_find_debuginfo +000000000006de50 000002a6 T dwfl_standard_find_debuginfo +000000000006e520 0000048d T dwfl_linux_kernel_find_elf +000000000006e9b0 0000071e T dwfl_linux_kernel_report_offline +000000000006f0d0 000003c1 T dwfl_linux_kernel_report_kernel +000000000006f4a0 0000027e T dwfl_linux_kernel_report_modules +000000000006f720 0000000d T dwfl_linux_proc_maps_report +000000000006f730 00000101 T dwfl_linux_proc_report +000000000006f840 0000003e T dwfl_addrmodule +000000000006f880 00000328 T dwfl_addrdwarf +000000000006fbb0 000004ca T dwfl_module_nextcu +0000000000070080 00000240 T dwfl_nextcu +00000000000702c0 00000009 T dwfl_cumodule +00000000000702d0 00000670 T dwfl_module_addrdie +0000000000070940 00000052 T dwfl_addrdie +00000000000709a0 000000e3 T dwfl_lineinfo +0000000000070a90 00000099 T dwfl_line_comp_dir +0000000000070b30 00000023 T dwfl_linemodule +0000000000070b60 00000023 T dwfl_linecu +0000000000070b90 00000054 T dwfl_dwarf_line +0000000000070bf0 00000161 T dwfl_getsrclines +0000000000070d60 000001b0 T dwfl_onesrcline +0000000000070f10 00000540 T dwfl_module_getsrc +0000000000071450 0000004a T dwfl_getsrc +00000000000714a0 0000068e T dwfl_module_getsrc_file +0000000000071b30 000005d1 T dwfl_module_dwarf_cfi +0000000000072110 000001cc T dwfl_module_eh_cfi +00000000000722e0 00000047 T dwfl_module_getsym_info +0000000000072330 0000004d T dwfl_module_getsym +0000000000072380 00000abb T dwfl_module_addrname +0000000000072e40 0000004a T dwfl_module_addrsym +0000000000072e90 00000018 T dwfl_module_addrinfo +0000000000072eb0 000001b3 T dwfl_module_return_value_location +0000000000073070 00000200 T dwfl_module_register_names +0000000000073270 00003092 T dwfl_core_file_report +0000000000076310 0000000b T dwfl_core_file_report +0000000000076320 00000204 T dwfl_attach_state +0000000000076530 0000009f T dwfl_pid +00000000000765d0 0000000b T dwfl_thread_dwfl +00000000000765e0 00000008 T dwfl_thread_tid +00000000000765f0 00000008 T dwfl_frame_thread +0000000000076600 0000019b T dwfl_getthreads +00000000000767a0 0000032c T dwfl_linux_proc_attach +0000000000076ad0 00000417 T dwfl_core_file_attach +0000000000077b50 0000020a T dwfl_thread_state_registers +0000000000077e70 0000006c T dwfl_thread_state_register_pc +0000000000077ee0 000000da T dwfl_frame_reg +0000000000079dc0 00000436 T dwfl_thread_getframes +000000000007a210 00000206 T dwfl_getthread_frames +000000000007a420 0000009b T dwfl_frame_pc +000000000007a4c0 00000055 T dwfl_get_debuginfod_client diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libelf-0.189.so.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libelf-0.189.so.sym new file mode 100644 index 000000000..74aa8f8d0 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libelf-0.189.so.sym @@ -0,0 +1,160 @@ +# symbols: 157 +# path name: /usr/lib/x86_64-linux-gnu/libelf-0.189.so +# build-id: 983a2a33967bfac7ffc8e6b92d0e80014ad83a6a +0000000000003340 00000010 P free +0000000000003350 00000010 P __errno_location +0000000000003360 00000010 P strncmp +0000000000003370 00000010 P inflate +0000000000003380 00000010 P ZSTD_isError +0000000000003390 00000010 P qsort +00000000000033a0 00000010 P fcntl +00000000000033b0 00000010 P ZSTD_decompress +00000000000033c0 00000010 P ZSTD_freeCCtx +00000000000033d0 00000010 P msync +00000000000033e0 00000010 P dcgettext +00000000000033f0 00000010 P __stack_chk_fail +0000000000003400 00000010 P mmap +0000000000003410 00000010 P ZSTD_compressStream2 +0000000000003420 00000010 P ftruncate +0000000000003430 00000010 P __assert_fail +0000000000003440 00000010 P deflate +0000000000003450 00000010 P memset +0000000000003460 00000010 P ZSTD_createCCtx +0000000000003470 00000010 P close +0000000000003480 00000010 P memchr +0000000000003490 00000010 P __tls_get_addr +00000000000034a0 00000010 P rawmemchr +00000000000034b0 00000010 P calloc +00000000000034c0 00000010 P strcmp +00000000000034d0 00000010 P deflateInit_ +00000000000034e0 00000010 P strtol +00000000000034f0 00000010 P memcpy +0000000000003500 00000010 P posix_fallocate +0000000000003510 00000010 P inflateEnd +0000000000003520 00000010 P malloc +0000000000003530 00000010 P deflateEnd +0000000000003540 00000010 P mremap +0000000000003550 00000010 P realloc +0000000000003560 00000010 P munmap +0000000000003570 00000010 P pwrite +0000000000003580 00000010 P fchmod +0000000000003590 00000010 P inflateInit_ +00000000000035a0 00000010 P memmove +00000000000035b0 00000010 P memrchr +00000000000035c0 00000010 P open +00000000000035d0 00000010 P sysconf +00000000000035e0 00000010 P pread +00000000000035f0 00000010 P inflateReset +0000000000003600 00000010 P posix_memalign +0000000000003610 00000010 P memccpy +0000000000003620 00000010 P fstat +0000000000003630 00000010 P __ctype_b_loc +000000000000b050 00000041 T elf_version +000000000000b0a0 00000080 T elf_hash +000000000000b120 0000002b T elf_errno +000000000000b150 000000d7 T elf_errmsg +000000000000b230 0000000b T elf_fill +000000000000b240 00000201 T elf_begin +000000000000b450 0000008a T elf_next +000000000000b4e0 00000053 T elf_rand +000000000000b540 00000384 T elf_end +000000000000b8d0 0000000f T elf_kind +000000000000b8e0 0000001c T gelf_getclass +000000000000b900 00000016 T elf_getbase +000000000000b920 0000002f T elf_getident +000000000000b950 0000004b T elf32_fsize +000000000000b9a0 0000004b T elf64_fsize +000000000000b9f0 00000083 T gelf_fsize +000000000000ba80 000000e7 T elf32_xlatetof +000000000000bb70 000000e7 T elf32_xlatetom +000000000000bc60 000000e7 T elf64_xlatetof +000000000000bd50 000000f7 T elf64_xlatetom +000000000000be50 00000073 T elf32_getehdr +000000000000bed0 00000073 T elf64_getehdr +000000000000bf50 000000eb T gelf_getehdr +000000000000c040 000000c3 T elf32_newehdr +000000000000c110 000000bb T elf64_newehdr +000000000000c1d0 0000012d T gelf_newehdr +000000000000c300 00000133 T gelf_update_ehdr +000000000000c440 00000053 T elf32_getphdr +000000000000c4a0 00000053 T elf64_getphdr +000000000000c500 00000459 T gelf_getphdr +000000000000c960 0000032e T elf32_newphdr +000000000000cc90 0000033e T elf64_newphdr +000000000000cfd0 00000340 T gelf_newphdr +000000000000d310 0000027b T gelf_update_phdr +000000000000d590 00000092 T elf_getarhdr +000000000000d630 00000806 T elf_getarsym +000000000000de40 00000077 T elf_rawfile +000000000000dec0 0000008a T elf_cntl +000000000000df50 0000014d T elf_getscn +000000000000e0a0 00000086 T elf_nextscn +000000000000e130 0000001b T elf_ndxscn +000000000000e150 000001da T elf_newscn +000000000000e330 00000073 T elf32_getshdr +000000000000e3b0 00000073 T elf64_getshdr +000000000000e430 000000e3 T gelf_getshdr +000000000000e520 00000173 T gelf_update_shdr +000000000000e6a0 0000009a T elf_rawdata +000000000000e740 000000f3 T elf_getdata +000000000000e840 00000150 T elf_newdata +000000000000e990 0000048a T elf_getdata_rawchunk +000000000000ee20 00000085 T elf_flagelf +000000000000eeb0 0000008b T elf_flagehdr +000000000000ef40 00000085 T elf_flagphdr +000000000000efd0 00000095 T elf_flagscn +000000000000f070 00000095 T elf_flagshdr +000000000000f110 0000009d T elf_flagdata +000000000000f1b0 0000016d T elf_memory +000000000000f320 000000f3 T gelf_getsym +000000000000f420 00000143 T gelf_update_sym +000000000000f570 00000083 T gelf_getversym +000000000000f600 00000083 T gelf_getverneed +000000000000f690 00000083 T gelf_getvernaux +000000000000f720 0000008b T gelf_getverdef +000000000000f7b0 00000083 T gelf_getverdaux +000000000000f840 000000db T gelf_getrel +000000000000f920 00000103 T gelf_getrela +000000000000fa30 00000123 T gelf_update_rel +000000000000fb60 00000173 T gelf_update_rela +000000000000fce0 000000cb T gelf_getdyn +000000000000fdb0 00000113 T gelf_update_dyn +000000000000fed0 0000005b T gelf_getmove +000000000000ff30 0000002c T gelf_update_move +000000000000ff60 0000007b T gelf_getsyminfo +000000000000ffe0 0000008b T gelf_update_syminfo +0000000000010070 000000b3 T gelf_getauxv +0000000000010130 00000103 T gelf_update_auxv +0000000000010240 00000125 T gelf_getnote +0000000000010370 0000013b T gelf_xlatetof +0000000000010e90 0000014b T gelf_xlatetom +0000000000010fe0 0000014b T gelf_getsymshndx +0000000000011130 00000183 T gelf_update_symshndx +00000000000112c0 0000008b T gelf_update_versym +0000000000011350 0000008b T gelf_update_verneed +00000000000113e0 0000008b T gelf_update_vernaux +0000000000011470 00000093 T gelf_update_verdef +0000000000011510 0000008b T gelf_update_verdaux +00000000000115a0 00000230 T elf_getphdrnum +00000000000117d0 00000082 T elf_getshnum +0000000000011860 000002e0 T elf_getshdrstrndx +0000000000011b40 000000dd T elf_clone +0000000000011c20 000000a3 T gelf_getlib +0000000000011cd0 000000b3 T gelf_update_lib +0000000000011d90 0000010d T elf32_offscn +0000000000011ea0 0000010d T elf64_offscn +0000000000011fb0 00000049 T gelf_offscn +0000000000012000 0000004b T elf_getaroff +0000000000012050 00000031 T elf_gnu_hash +0000000000012090 00000093 T elf_scnshndx +0000000000012130 000000ca T elf32_getchdr +0000000000012200 000000ca T elf64_getchdr +00000000000122d0 00002a37 T elf_update +0000000000014d10 00000083 T gelf_getchdr +0000000000014f60 0000034e T elf_strptr +00000000000152b0 0000060d T nlist +00000000000158c0 00000361 T elf32_checksum +0000000000015c30 00000361 T elf64_checksum +0000000000015fa0 00000025 T gelf_checksum +0000000000015fd0 00000474 T elf_compress +0000000000016450 000003a9 T elf_compress_gnu diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libgcc_s.so.1.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libgcc_s.so.1.sym new file mode 100644 index 000000000..4992700a5 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libgcc_s.so.1.sym @@ -0,0 +1,210 @@ +# symbols: 207 +# path name: /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 +# build-id: 56a40db58fdb8a2ab280771a135196ced0285012 +0000000000003380 00000010 P _Unwind_GetRegionStart +0000000000003390 00000010 P free +00000000000033a0 00000010 P _Unwind_RaiseException +00000000000033b0 00000010 P abort +00000000000033c0 00000010 P _Unwind_SetIP +00000000000033d0 00000010 P _Unwind_GetLanguageSpecificData +00000000000033e0 00000010 P __fixunsxfti +00000000000033f0 00000010 P pthread_cond_broadcast +0000000000003400 00000010 P __multf3 +0000000000003410 00000010 P pthread_getspecific +0000000000003420 00000010 P __eqtf2 +0000000000003430 00000010 P pthread_cond_wait +0000000000003440 00000010 P __lttf2 +0000000000003450 00000010 P strlen +0000000000003460 00000010 P _Unwind_GetTextRelBase +0000000000003470 00000010 P __deregister_frame_info_bases +0000000000003480 00000010 P __truncsfhf2 +0000000000003490 00000010 P __extendhfsf2 +00000000000034a0 00000010 P pthread_key_create +00000000000034b0 00000010 P memset +00000000000034c0 00000010 P _Unwind_GetCFA +00000000000034d0 00000010 P __fixunssfti +00000000000034e0 00000010 P __letf2 +00000000000034f0 00000010 P __register_frame_info_table_bases +0000000000003500 00000010 P _Unwind_GetIPInfo +0000000000003510 00000010 P calloc +0000000000003520 00000010 P __gttf2 +0000000000003530 00000010 P __addtf3 +0000000000003540 00000010 P memcpy +0000000000003550 00000010 P __divtf3 +0000000000003560 00000010 P __floatuntixf +0000000000003570 00000010 P pthread_mutex_unlock +0000000000003580 00000010 P malloc +0000000000003590 00000010 P _Unwind_Find_FDE +00000000000035a0 00000010 P __register_frame_info_table +00000000000035b0 00000010 P _dl_find_object +00000000000035c0 00000010 P __deregister_frame_info +00000000000035d0 00000010 P __register_frame_info +00000000000035e0 00000010 P realloc +00000000000035f0 00000010 P __register_frame_info_bases +0000000000003600 00000010 P memmove +0000000000003610 00000010 P __fixunsdfti +0000000000003620 00000010 P __unordtf2 +0000000000003630 00000010 P _Unwind_SetGR +0000000000003640 00000010 P __getf2 +0000000000003650 00000010 P pthread_once +0000000000003660 00000010 P __truncdfhf2 +0000000000003670 00000010 P __floatsitf +0000000000003680 00000010 P pthread_mutex_lock +0000000000003690 00000010 P __subtf3 +00000000000036a0 00000010 P pthread_setspecific +00000000000036b0 00000010 P _Unwind_GetDataRelBase +0000000000003840 00000e83 T __cpu_indicator_init +0000000000004790 00000020 T __multi3 +00000000000047b0 00000019 T __negti2 +00000000000047d0 00000047 T __lshrti3 +0000000000004820 00000047 T __ashlti3 +0000000000004870 00000047 T __ashrti3 +00000000000048c0 00000024 T __cmpti2 +00000000000048f0 0000001f T __ucmpti2 +0000000000004910 00000005 T __clear_cache +0000000000004920 0000001c T __absvdi2 +0000000000004940 00000016 T __absvsi2 +0000000000004960 0000002e T __absvti2 +0000000000004990 00000013 T __addvdi3 +00000000000049b0 00000011 T __addvsi3 +00000000000049d0 00000017 T __addvti3 +00000000000049f0 00000013 T __subvdi3 +0000000000004a10 00000011 T __subvsi3 +0000000000004a30 00000023 T __subvti3 +0000000000004a60 00000014 T __mulvdi3 +0000000000004a80 00000012 T __mulvsi3 +0000000000004aa0 00000262 T __mulvti3 +0000000000004d10 00000013 T __negvdi2 +0000000000004d30 00000011 T __negvsi2 +0000000000004d50 0000002b T __negvti2 +0000000000004d80 00000017 T __ffsdi2 +0000000000004da0 00000022 T __ffsti2 +0000000000004dd0 0000000c T __clzdi2 +0000000000004de0 0000001e T __clzti2 +0000000000004e00 0000000c T __ctzdi2 +0000000000004e10 0000001b T __ctzti2 +0000000000004e30 0000005e T __popcountdi2 +0000000000004e90 0000008a T __popcountti2 +0000000000004f20 0000003a T __paritydi2 +0000000000004f60 00000040 T __parityti2 +0000000000004fa0 0000004b T __powisf2 +0000000000004ff0 0000004d T __powidf2 +0000000000005040 00000054 T __powixf2 +00000000000050a0 0000029c T __mulsc3 +0000000000005340 000002bd T __muldc3 +0000000000005600 000003fe T __mulxc3 +0000000000005a00 000002b5 T __divsc3 +0000000000005cc0 00000536 T __divdc3 +0000000000006200 00000505 T __divxc3 +0000000000006710 00000009 T __bswapsi2 +0000000000006720 0000000b T __bswapdi2 +0000000000006730 00000029 T __clrsbdi2 +0000000000006760 00000041 T __clrsbti2 +00000000000067b0 00000033 T __fixunssfdi +00000000000067f0 00000037 T __fixunsdfdi +0000000000006830 00000072 T __fixunsxfdi +00000000000068b0 00000037 T __fixsfti +00000000000068f0 00000038 T __fixdfti +0000000000006930 0000003d T __fixxfti +0000000000006970 00000099 T __fixunssfti +0000000000006a10 00000099 T __fixunsdfti +0000000000006ab0 000001a9 T __fixunsxfti +0000000000006c60 00000150 T __floattisf +0000000000006db0 00000150 T __floattidf +0000000000006f00 00000035 T __floattixf +0000000000006f40 000000e7 T __floatuntisf +0000000000007030 000000e7 T __floatuntidf +0000000000007120 00000045 T __floatuntixf +0000000000007170 0000015b T __divti3 +00000000000072d0 00000198 T __modti3 +0000000000007470 000001f3 T __divmodti4 +0000000000007670 00000100 T __udivti3 +0000000000007770 0000015e T __umodti3 +00000000000078d0 0000018f T __udivmodti4 +0000000000007af0 00000656 T __divhc3 +0000000000008150 000006fa T __mulhc3 +0000000000008850 000013ea T __addtf3 +0000000000009c40 00000b66 T __divtf3 +000000000000a7b0 00000a56 T __multf3 +000000000000b210 00000068 T __negtf2 +000000000000b280 00001374 T __subtf3 +000000000000c600 000001db T __unordtf2 +000000000000c7e0 0000012f T __fixtfsi +000000000000c910 000000e5 T __fixunstfsi +000000000000ca00 000000a0 T __floatsitf +000000000000caa0 00000086 T __floatunsitf +000000000000cb30 0000018a T __fixtfdi +000000000000ccc0 00000132 T __fixunstfdi +000000000000ce00 000000e7 T __floatditf +000000000000cef0 000000c2 T __floatunditf +000000000000cfc0 000001ff T __fixtfti +000000000000d1c0 000001bb T __fixunstfti +000000000000d380 00000388 T __floattitf +000000000000d710 000002fc T __floatuntitf +000000000000da10 000000f5 T __extendhfsf2 +000000000000db10 00000127 T __extendhfdf2 +000000000000dc40 00000208 T __extendhftf2 +000000000000de50 000001a3 T __extendhfxf2 +000000000000e000 00000137 T __extendsfdf2 +000000000000e140 00000208 T __extendsftf2 +000000000000e350 00000209 T __extenddftf2 +000000000000e560 000001dc T __extendxftf2 +000000000000e740 000000c1 T __extendbfsf2 +000000000000e810 000006f6 T __trunctfhf2 +000000000000ef10 0000070a T __truncxfhf2 +000000000000f620 000006d5 T __truncdfhf2 +000000000000fd00 000006ae T __truncsfhf2 +00000000000103b0 000006f5 T __trunctfsf2 +0000000000010ab0 000006e5 T __truncdfsf2 +00000000000111a0 000007a0 T __trunctfdf2 +0000000000011940 000006c2 T __trunctfxf2 +0000000000012010 000006d1 T __trunctfbf2 +00000000000126f0 00000712 T __truncxfbf2 +0000000000012e10 000006cd T __truncdfbf2 +00000000000134e0 000005c2 T __truncsfbf2 +0000000000013ab0 000005d1 T __trunchfbf2 +0000000000014090 00000119 T __fixhfti +00000000000141b0 0000010a T __fixunshfti +00000000000142c0 000003a2 T __floattihf +0000000000014670 00000251 T __floatuntihf +00000000000148d0 0000030c T __floattibf +0000000000014be0 00000214 T __floatuntibf +0000000000014e00 000001c8 T __nehf2 +0000000000014fd0 000002ec T __getf2 +00000000000152c0 000002ec T __lttf2 +00000000000155b0 0000028b T __netf2 +0000000000015840 00000d07 T __divtc3 +0000000000016550 000007a8 T __multc3 +0000000000016d00 0000008e T __powitf2 +0000000000016d90 00000005 T __enable_execute_stack +0000000000016fd0 0000003c T _Unwind_GetGR +0000000000017010 0000000c T _Unwind_GetCFA +0000000000017020 00000045 T _Unwind_SetGR +0000000000017070 0000000c T _Unwind_GetIP +0000000000017080 0000001c T _Unwind_GetIPInfo +00000000000170a0 0000000c T _Unwind_SetIP +00000000000170b0 0000000c T _Unwind_GetLanguageSpecificData +00000000000170c0 0000000c T _Unwind_GetRegionStart +00000000000170d0 00000023 T _Unwind_FindEnclosingFunction +0000000000017100 0000000c T _Unwind_GetDataRelBase +0000000000017110 0000000c T _Unwind_GetTextRelBase +0000000000019e70 000003a0 T _Unwind_RaiseException +000000000001a210 0000020d T _Unwind_ForcedUnwind +000000000001a420 0000020a T _Unwind_Resume +000000000001a630 00000150 T _Unwind_Resume_or_Rethrow +000000000001a780 00000021 T _Unwind_DeleteException +000000000001a7b0 000000f0 T _Unwind_Backtrace +000000000001ca50 00000064 T __register_frame_info_bases +000000000001cac0 0000000d T __register_frame_info +000000000001cad0 0000002a T __register_frame +000000000001cb00 00000058 T __register_frame_info_table_bases +000000000001cb60 0000000d T __register_frame_info_table +000000000001cb70 0000001e T __register_frame_table +000000000001cb90 0000007d T __deregister_frame_info_bases +000000000001cc10 00000009 T __deregister_frame_info +000000000001cc20 00000025 T __deregister_frame +000000000001cc50 00000b6c T _Unwind_Find_FDE +000000000001d970 000002b1 T __gcc_personality_v0 +000000000001dd40 00000184 T __emutls_get_address +000000000001ded0 00000035 T __emutls_register_common +0000000000023200 00000010 D __cpu_model diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/liblzma.so.5.4.1.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/liblzma.so.5.4.1.sym new file mode 100644 index 000000000..b8508d944 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/liblzma.so.5.4.1.sym @@ -0,0 +1,140 @@ +# symbols: 137 +# path name: /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1 +# build-id: 5160d65025173b93e542c0d6a362a0ba4d79dfa1 +0000000000003220 00000010 P free +0000000000003230 00000010 P clock_gettime +0000000000003240 00000010 P pthread_cond_wait +0000000000003250 00000010 P __sched_cpucount +0000000000003260 00000010 P strlen +0000000000003270 00000010 P __stack_chk_fail +0000000000003280 00000010 P pthread_mutex_destroy +0000000000003290 00000010 P memset +00000000000032a0 00000010 P pthread_condattr_destroy +00000000000032b0 00000010 P memchr +00000000000032c0 00000010 P memcmp +00000000000032d0 00000010 P pthread_cond_signal +00000000000032e0 00000010 P pthread_condattr_setclock +00000000000032f0 00000010 P calloc +0000000000003300 00000010 P memcpy +0000000000003310 00000010 P sigfillset +0000000000003320 00000010 P pthread_cond_init +0000000000003330 00000010 P pthread_mutex_unlock +0000000000003340 00000010 P malloc +0000000000003350 00000010 P pthread_sigmask +0000000000003360 00000010 P pthread_condattr_init +0000000000003370 00000010 P pthread_create +0000000000003380 00000010 P memmove +0000000000003390 00000010 P pthread_cond_timedwait +00000000000033a0 00000010 P pthread_cond_destroy +00000000000033b0 00000010 P sysconf +00000000000033c0 00000010 P sched_getaffinity +00000000000033d0 00000010 P pthread_join +00000000000033e0 00000010 P pthread_mutex_init +00000000000033f0 00000010 P pthread_mutex_lock +00000000000052a0 0000000a T lzma_version_number +00000000000052b0 0000000c T lzma_version_string +0000000000006300 00000309 T lzma_code +0000000000006610 000000ca T lzma_end +00000000000066e0 0000002f T lzma_get_progress +0000000000006710 00000023 T lzma_get_check +0000000000006740 0000006c T lzma_memusage +00000000000067b0 0000006c T lzma_memlimit_get +0000000000006820 0000006c T lzma_memlimit_set +0000000000006890 00000292 T lzma_filters_copy +0000000000006b30 00000071 T lzma_filters_free +0000000000006bb0 00000034 T lzma_physmem +0000000000006bf0 000001af T lzma_index_init +0000000000006da0 00000331 T lzma_index_end +0000000000007530 0000005d T lzma_index_memusage +00000000000075f0 00000010 T lzma_index_memused +0000000000007750 00000009 T lzma_index_block_count +0000000000007760 00000008 T lzma_index_stream_count +0000000000007770 00000009 T lzma_index_total_size +0000000000007780 00000009 T lzma_index_uncompressed_size +0000000000007790 0000001e T lzma_index_checks +00000000000077b0 00000350 T lzma_index_dup +0000000000007b00 00000017 T lzma_index_iter_rewind +0000000000007b20 00000010 T lzma_index_iter_init +0000000000007c30 00000096 T lzma_stream_flags_compare +0000000000007cd0 00000076 T lzma_index_stream_flags +0000000000007d50 0000068f T lzma_str_from_filters +00000000000083e0 00000762 T lzma_str_list_filters +0000000000008b50 0000001a T lzma_vli_size +0000000000008b70 00000020 T lzma_index_size +0000000000008b90 00000033 T lzma_index_stream_size +0000000000008bd0 00000086 T lzma_index_file_size +0000000000008c60 00000066 T lzma_index_stream_padding +0000000000008cd0 0000031e T lzma_index_append +0000000000008ff0 0000030f T lzma_index_cat +0000000000009540 00000274 T lzma_index_iter_next +00000000000097c0 00000106 T lzma_index_iter_locate +0000000000009980 0000006c T lzma_cputhreads +0000000000009d70 00000062 T lzma_alone_encoder +0000000000009de0 0000003b T lzma_block_buffer_bound +0000000000009e20 00000159 T lzma_raw_buffer_encode +0000000000009f80 00000036 T lzma_filter_encoder_is_supported +0000000000009fc0 00000072 T lzma_raw_encoder +000000000000a040 00000013 T lzma_raw_encoder_memusage +000000000000a060 00000111 T lzma_filters_update +000000000000a270 00000066 T lzma_properties_size +000000000000a2e0 0000004e T lzma_properties_encode +000000000000a330 0000005f T lzma_filter_flags_size +000000000000a390 000000f0 T lzma_block_header_size +000000000000a480 00000062 T lzma_index_encoder +000000000000a4f0 00000035 T lzma_stream_buffer_bound +000000000000a530 00000105 T lzma_vli_encode +000000000000a640 000000d7 T lzma_filter_flags_encode +000000000000a720 0000005a T lzma_microlzma_encoder +000000000000a780 00000062 T lzma_alone_decoder +000000000000a7f0 00000072 T lzma_auto_decoder +000000000000a870 0000007a T lzma_file_info_decoder +000000000000a8f0 000001e7 T lzma_raw_buffer_decode +000000000000aae0 00000036 T lzma_filter_decoder_is_supported +000000000000ab20 0000006a T lzma_raw_decoder +000000000000ab90 00000013 T lzma_raw_decoder_memusage +000000000000abb0 00000060 T lzma_properties_decode +000000000000ac10 00000072 T lzma_index_decoder +000000000000ac90 000000d4 T lzma_index_hash_init +000000000000b0a0 00000025 T lzma_index_hash_end +000000000000b130 00000020 T lzma_index_hash_size +000000000000b150 000000ca T lzma_index_hash_append +000000000000b220 00000210 T lzma_stream_buffer_decode +000000000000b430 00000072 T lzma_stream_decoder +000000000000b4b0 00000166 T lzma_vli_decode +000000000000b620 000000bc T lzma_filter_flags_decode +000000000000bcd0 00000089 T lzma_block_unpadded_size +000000000000bd60 00000057 T lzma_block_compressed_size +000000000000bdc0 00000022 T lzma_block_total_size +000000000000c2d0 0000019d T lzma_block_buffer_decode +000000000000c470 00000062 T lzma_block_decoder +000000000000c930 00000718 T lzma_str_to_filters +000000000000d230 000000e6 T lzma_stream_encoder_mt_memusage +000000000000d320 0000007d T lzma_easy_encoder_memusage +000000000000d3a0 0000007d T lzma_easy_decoder_memusage +000000000000d610 00000062 T lzma_block_encoder +000000000000db80 000001a9 T lzma_block_header_encode +000000000000e360 00000018 T lzma_block_buffer_encode +000000000000e380 00000024 T lzma_block_uncomp_encode +000000000000eb60 000000ff T lzma_index_buffer_encode +000000000000ec60 0000006e T lzma_stream_header_encode +000000000000eef0 0000007a T lzma_stream_encoder +000000000000ef70 0000008d T lzma_easy_encoder +000000000000f5a0 0000006a T lzma_stream_encoder_mt +000000000000f610 0000008e T lzma_stream_footer_encode +000000000000f6a0 0000028f T lzma_stream_buffer_encode +000000000000f930 000000ca T lzma_easy_buffer_encode +0000000000010930 0000021b T lzma_block_header_decode +0000000000010e40 0000017d T lzma_index_buffer_decode +0000000000010fc0 0000037a T lzma_index_hash_decode +0000000000011340 0000008a T lzma_stream_header_decode +00000000000113d0 00000079 T lzma_stream_footer_decode +000000000001da50 00000019 T lzma_check_is_supported +000000000001da70 0000001c T lzma_check_size +000000000001da90 0000011c T lzma_crc32 +000000000001dfd0 0000000a T lzma_crc64 +000000000001e600 0000001a T lzma_mf_is_supported +000000000001e8d0 00000112 T lzma_lzma_preset +000000000001ef30 0000000e T lzma_mode_is_supported +0000000000020950 00000077 T lzma_stream_decoder_mt +00000000000209d0 00000092 T lzma_microlzma_decoder +0000000000020a70 00000072 T lzma_lzip_decoder diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libm.so.6.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libm.so.6.sym new file mode 100644 index 000000000..ecd7453f2 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libm.so.6.sym @@ -0,0 +1,665 @@ +# symbols: 662 +# path name: /usr/lib/x86_64-linux-gnu/libm.so.6 +# build-id: 2d81a912e7c85129e41e4c65b6c5bb8180977a17 +0000000000010200 00000010 P __strtold_nan +0000000000010210 00000010 P qsort +0000000000010220 00000010 P __strtod_nan +0000000000010230 00000010 P __stack_chk_fail +0000000000010240 00000010 P __strtof128_nan +0000000000010250 00000010 P __assert_fail +0000000000010260 00000010 P fputs +0000000000010270 00000010 P matherr +0000000000010280 00000010 P __strtof_nan +0000000000010290 00000010 P fwrite +0000000000010490 00000007 w matherr +00000000000104a0 00000059 T feclearexcept +0000000000010500 0000004e T fegetexceptflag +0000000000010550 00000090 w feraiseexcept +00000000000105e0 0000007a T fesetexceptflag +0000000000010660 00000046 T fetestexcept +00000000000106b0 0000003f w fegetround +00000000000106f0 0000007c w fesetround +0000000000010770 0000000f w fegetenv +0000000000010780 00000052 w feholdexcept +00000000000107e0 00000142 w fesetenv +0000000000010930 0000005d T feupdateenv +0000000000010990 00000062 T fedisableexcept +0000000000010a00 00000066 T feenableexcept +0000000000010a70 00000041 T fegetexcept +0000000000010ac0 00000045 T fesetexcept +0000000000010b10 0000000d T fetestexceptflag +0000000000010b20 0000000d T fegetmode +0000000000010b30 00000071 T fesetmode +00000000000112d0 00000068 w acosl +0000000000011340 00000048 w acoshf64x +0000000000011390 00000068 w asinf64x +0000000000011400 000000b2 w atan2f64x +00000000000114c0 0000006b w atanhf64x +0000000000011530 0000006c w coshl +00000000000115a0 0000008f w exp2f64x +0000000000011630 0000008f w exp10l +00000000000116c0 00000062 w fmodl +0000000000011730 000000bc w hypotl +00000000000117f0 0000005f w j0f64x +0000000000011850 000000d4 w y0f64x +0000000000011930 0000005f w j1f64x +0000000000011990 000000d4 w y1f64x +0000000000011a70 00000089 w jnf64x +0000000000011b00 000000e9 w ynl +0000000000011bf0 000000ad w log2f64x +0000000000011ca0 000000ad w log10f64x +0000000000011d50 000000ad w logf64x +0000000000011e00 000001fe w powl +0000000000012000 0000007a w dreml +0000000000012160 00000114 w scalbl +0000000000012280 0000006c w sinhl +00000000000122f0 00000048 w sqrtf64x +0000000000012340 0000020c w tgammal +0000000000012550 000000c1 w lgammal_r +0000000000012620 000000c1 w lgammaf64x +00000000000126f0 0000008f w expl +0000000000012780 0000014f w gammal +0000000000012b60 00000058 w acosf32x +0000000000012bc0 0000003a w acosh +0000000000012c00 00000058 w asin +0000000000012c60 000000de w atan2f64 +0000000000012d40 00000046 w atanh +0000000000012d90 00000060 w coshf32x +0000000000012df0 0000007d T exp2 +0000000000012e70 0000007d w exp10 +0000000000012ef0 00000054 T fmod +0000000000012f50 00000081 T hypot +0000000000012fe0 00000041 w j0f32x +0000000000013030 000000ba w y0f64 +00000000000130f0 00000041 w j1f32x +0000000000013140 000000ba w y1f64 +0000000000013200 0000004d w jnf64 +0000000000013250 000000bc w yn +0000000000013310 00000082 T log2 +00000000000133a0 00000082 w log10f32x +0000000000013430 00000082 T log +00000000000134c0 00000164 T pow +0000000000013630 00000058 w remainderf32x +0000000000013750 000000da w scalb +0000000000013830 00000060 w sinhf32x +0000000000013890 00000032 w f32xsqrtf64 +00000000000138d0 00000218 w tgammaf32x +0000000000013af0 000000ef w lgammaf32x_r +0000000000013be0 000000ef w lgammaf32x +0000000000013cd0 0000007d T exp +0000000000013d50 00000192 w gamma +0000000000016580 00000057 w acosf +00000000000165e0 00000039 w acoshf +0000000000016620 00000057 w asinf +0000000000016680 000000cd w atan2f32 +0000000000016750 00000047 w atanhf32 +00000000000167a0 0000005b w coshf32 +0000000000016800 0000007a T exp2f +0000000000016880 0000007a T pow10f +0000000000016900 0000004b T fmodf +0000000000016950 00000073 T hypotf +00000000000169d0 00000040 w j0f32 +0000000000016a10 000000b8 w y0f +0000000000016ad0 00000040 w j1f32 +0000000000016b10 000000b8 w y1f32 +0000000000016bd0 0000004b w jnf32 +0000000000016c20 000000b4 w ynf +0000000000016ce0 00000081 T log2f +0000000000016d70 00000081 w log10f32 +0000000000016e00 00000081 T logf +0000000000016e90 00000137 T powf +0000000000016fd0 00000057 w dremf +00000000000170f0 000000db w scalbf +00000000000171d0 0000005b w sinhf +0000000000017230 00000031 w sqrtf +0000000000017270 000001ef w tgammaf +0000000000017460 000000d7 w lgammaf_r +0000000000017540 000000df w lgammaf32 +0000000000017620 00000077 T expf +00000000000176a0 00000169 w gammaf +0000000000017830 0000001d T __acosl_finite +0000000000017850 000000f6 T __acoshl_finite +0000000000017950 0000025d T __asinl_finite +0000000000017bb0 0000000f T __atan2l_finite +0000000000017bc0 00000118 T __atanhl_finite +0000000000017ce0 0000019b T __coshl_finite +0000000000017e80 000000ca T __expl_finite +0000000000017f50 00000019 T __fmodl_finite +0000000000017f70 0000028c T __hypotl_finite +0000000000018700 0000027b T __j0l_finite +0000000000018980 000002e1 T __y0l_finite +0000000000019170 000002c7 T __j1l_finite +0000000000019440 000002f9 T __y1l_finite +0000000000019740 00000628 T __jnl_finite +0000000000019d70 000003f7 T __ynl_finite +000000000001a170 00000871 T __lgammal_r_finite +000000000001aa50 00000036 T __logl_finite +000000000001aae0 00000036 T __log10l_finite +000000000001ab20 0000035b T __powl_finite +000000000001ae80 0000001b T __remainderl_finite +000000000001aea0 0000022b T __sinhl_finite +000000000001b0d0 0000000b T __sqrtl_finite +000000000001b4d0 000004c5 T __gammal_r_finite +000000000001bbd0 0000012b w asinhf64x +000000000001bd00 0000000d w atanl +000000000001bd10 00000161 w cbrtl +000000000001be80 00000033 w ceilf64x +000000000001bec0 00000162 w cosf64x +000000000001c030 0000046e w erfl +000000000001c4a0 00000512 w erfcl +000000000001c9c0 000000cb w expm1l +000000000001ca90 0000000b w fabsf64x +000000000001caa0 00000033 w floorf64x +000000000001cb30 0000000d w logbl +000000000001cb40 00000325 w nextafterl +000000000001ce70 0000000b w rintl +000000000001cff0 00000167 w sinl +000000000001d160 000000d3 w tanl +000000000001d240 00000121 w tanhl +000000000001d370 0000006c T __fpclassifyl +000000000001d3e0 0000002d w truncl +000000000001d410 0000025f w remquol +000000000001d6c0 00000036 T __log2l_finite +000000000001d700 00000153 w roundf64x +000000000001d860 0000001c w nearbyintl +000000000001d880 00000218 w sincosl +000000000001daa0 00000be5 w fmal +000000000001e690 00000013 w llrintf64x +000000000001e6b0 00000168 w lroundl +000000000001e820 0000013e w llroundl +000000000001e960 000000ca T __exp10l_finite +000000000001ea30 00000055 T __issignalingl +000000000001eb30 00000013 T finitel +000000000001eb50 0000001c w copysignl +000000000001eb70 00000151 w modfl +000000000001ecf0 00000095 w frexpl +000000000001ed90 00000014 T __signbitl +000000000001edb0 0000006d w ldexpl +000000000001fb70 00000137 w nextupl +000000000001fcb0 00000097 T totalorderl +000000000001fd50 0000001c T totalorderl +000000000001fd70 00000065 T totalordermagf64x +000000000001fde0 0000001c T totalordermagf64x +000000000001fe00 0000004d w getpayloadl +000000000001fe50 000000de w setpayloadl +000000000001ff30 000000bf w setpayloadsigl +000000000001fff0 0000018e w roundevenf64x +0000000000020180 000002e1 w fromfpf64x +0000000000020470 000002eb w ufromfpl +0000000000020760 000003d8 w fromfpxl +0000000000020b40 000002f9 w ufromfpxf64x +0000000000020e40 00000019 w cargf64x +0000000000020e60 0000000f w conjf64x +0000000000020e70 00000009 w cimagl +0000000000020e80 00000009 w crealf64x +0000000000020e90 00000009 w cabsl +0000000000020ea0 00000083 T __scalbl_finite +0000000000020f30 00000131 w cacosf64x +0000000000021070 000002c5 w cacoshl +0000000000021340 0000001b w ccosl +0000000000021360 000004b1 w ccoshl +0000000000021820 000000da w casinf64x +0000000000021900 000004cd w csinl +0000000000021dd0 00000205 w casinhf64x +00000000000228c0 000004d2 w csinhf64x +0000000000022da0 0000070b w catanhf64x +00000000000234b0 00000732 w catanl +0000000000023bf0 000003e2 w ctanl +0000000000023fe0 000003d5 w ctanhf64x +00000000000243c0 000004dd w cexpl +00000000000248a0 00000577 w clogf64x +0000000000024e20 0000006e w cprojl +0000000000024e90 00000841 w csqrtf64x +00000000000256e0 00000093 w cpowl +0000000000025780 00000564 T clog10f64x +0000000000025cf0 0000006f w fdimf64x +0000000000025d60 0000001d w nextdownf64x +0000000000025d80 00000036 w fmaxf64x +0000000000025dc0 00000036 w fminf64x +0000000000025e00 0000000d w nanl +0000000000025e10 00000047 T __iseqsigl +0000000000025e60 00000054 w canonicalizel +0000000000025ec0 0000000d w significandl +0000000000025ed0 00000044 w ilogbl +0000000000025f20 0000006c w llogbl +0000000000025f90 00000049 w log1pf64x +0000000000025fe0 0000006d w scalblnl +0000000000026050 000000bd w fmaxmagl +0000000000026110 000000ab w fminmagf64x +00000000000261c0 0000005f T __exp2l_finite +0000000000026220 00000097 w fmaximumf64x +00000000000262c0 000000b7 w fmaximum_magl +0000000000026380 000000b7 w fmaximum_numl +0000000000026440 000000db w fmaximum_mag_numf64x +0000000000026520 00000087 w fminimumf64x +00000000000265b0 00000097 w fminimum_magl +0000000000026650 000000a7 w fminimum_numf64x +0000000000026700 000000b7 w fminimum_mag_numf64x +00000000000267c0 000000f6 T __acosh_finite +00000000000278b0 0000003e T __asin_finite +00000000000278f0 0000003e T __acos_finite +0000000000028540 0000004f T __atan2_finite +0000000000028590 00000136 T __atanh_finite +00000000000286d0 0000015a T __cosh_finite +0000000000028a60 0000004f T __exp_finite +0000000000028ab0 0000031f T fmod +0000000000028dd0 000003c3 w hypotf32x +00000000000296d0 00000308 T __j0_finite +00000000000299e0 00000332 T __y0_finite +000000000002a250 0000032c T __j1_finite +000000000002a580 00000368 T __y1_finite +000000000002a8f0 0000069e T __jn_finite +000000000002af90 000003dc T __yn_finite +000000000002b370 00000aa5 T __lgamma_r_finite +000000000002c0e0 0000004f T __log_finite +000000000002c130 00000121 T __log10_finite +000000000002c9f0 0000003e T __pow_finite +000000000002ca30 00000571 T __remainder_finite +000000000002cfb0 000001e2 T __sinh_finite +000000000002d1a0 00000009 T __sqrt_finite +000000000002d7c0 000008b0 T __gamma_r_finite +000000000002e120 0000018b w asinhf32x +000000000002e7f0 0000004f w atanf32x +000000000002e840 0000017f w cbrtf32x +000000000002e9c0 00000025 w ceil +000000000002e9f0 000005a9 w erf +000000000002efa0 000005c9 w erfc +000000000002f570 0000042a w expm1 +000000000002f9a0 0000000d w fabsf32x +000000000002f9b0 00000025 w floorf64 +000000000002fd50 0000007d w logbf64 +000000000002fdd0 000001ba w nextafter +000000000002ff90 00000209 w nexttoward +00000000000301a0 00000025 w rintf32x +0000000000031530 0000004f w sinf32x +0000000000031580 0000004f w cos +0000000000032030 0000004f w tan +0000000000032080 0000013b w tanh +00000000000321c0 00000049 T __fpclassify +0000000000032210 00000025 w trunc +0000000000032240 0000021a w remquof32x +0000000000032460 000002ea T log2 +0000000000032750 00000096 w roundf32x +00000000000327f0 00000025 w nearbyint +00000000000331c0 0000003e w sincos +0000000000033d30 00000035 w fmaf32x +0000000000033d70 0000000a w lrint +0000000000033d80 0000009d w lroundf64 +0000000000033e20 000000f1 T __exp10_finite +0000000000033f20 00000027 T __issignaling +0000000000033fb0 0000001e T finite +0000000000033fd0 00000021 w copysignf64 +0000000000034000 000000ef w modf +0000000000034220 0000009a w frexpf64 +00000000000342c0 0000000e T __signbit +00000000000342d0 0000007e w ldexpf32x +0000000000034fe0 000000c1 w nextup +00000000000350b0 00000029 T totalorderf64 +00000000000350e0 00000025 T totalorderf64 +0000000000035110 00000021 T totalordermag +0000000000035140 00000025 T totalordermag +0000000000035170 0000004a w getpayload +00000000000351c0 0000008e w setpayloadf64 +0000000000035250 00000076 w setpayloadsigf32x +00000000000352d0 00000025 w roundevenf64 +0000000000035300 0000029c w fromfp +00000000000355a0 000002cb w ufromfpf32x +0000000000035870 00000344 w fromfpxf32x +0000000000035bc0 0000035c w ufromfpxf32x +0000000000035f20 00000015 w cargf64 +0000000000035f40 0000000d w conjf32x +0000000000035f50 00000009 w cimagf32x +0000000000035f60 00000005 w crealf32x +0000000000035f70 00000009 w cabs +0000000000036000 00000096 T __scalb_finite +00000000000360a0 00000127 w cacosf64 +00000000000361d0 000001e1 w cacoshf32x +00000000000363c0 0000001d w ccosf64 +00000000000363e0 00000484 w ccoshf32x +0000000000036870 000000c7 w casinf32x +0000000000036940 000004b7 w csin +0000000000036e00 000001ad w casinhf64 +0000000000037d00 00000434 w csinhf64 +0000000000038140 000005ee w catanh +0000000000038730 00000698 w catan +0000000000038dd0 000003c3 w ctan +00000000000391a0 000003d7 w ctanh +0000000000039580 000003fd w cexpf64 +0000000000039980 0000050a w clogf64 +0000000000039e90 00000051 w cprojf64 +0000000000039ef0 00000744 w csqrtf32x +000000000003a640 00000071 w cpow +000000000003a6c0 00000509 w clog10f64 +000000000003abd0 0000005b w fdim +000000000003ac30 0000002a w nextdownf64 +000000000003ac60 00000041 w fmaxf64 +000000000003acb0 00000041 w fmin +000000000003ad00 0000000d w nanf32x +000000000003ad10 0000003f T __iseqsig +000000000003ad50 00000035 w canonicalize +000000000003ad90 0000002c w significand +000000000003adc0 0000003c w ilogbf32x +000000000003ae00 0000005c w llogbf32x +000000000003ae60 00000049 w log1pf64 +000000000003aeb0 0000007e w scalbln +000000000003af30 000000c9 w fmaxmagf32x +000000000003b000 000000c9 w fminmagf64 +000000000003b0d0 00000039 w logf32x +000000000003b110 000000b5 T pow +000000000003b1d0 0000005f w expf64 +000000000003b230 0000023a T exp2 +000000000003b470 0000005d w fmaximumf64 +000000000003b4d0 00000075 w fmaximum_magf32x +000000000003b550 0000007a w fmaximum_numf64 +000000000003b5d0 000000aa w fmaximum_mag_num +000000000003b680 0000005d w fminimum +000000000003b6e0 0000006d w fminimum_magf64 +000000000003b750 0000007a w fminimum_numf32x +000000000003b7d0 0000009a w fminimum_mag_numf64 +000000000003b870 000002d2 T __acosf_finite +000000000003bb50 000000d5 T __acoshf_finite +000000000003bc30 00000261 T __asinf_finite +000000000003bea0 00000261 T __atan2f_finite +000000000003c110 0000011d T __atanhf_finite +000000000003c230 00000129 T __coshf_finite +000000000003c470 0000002e T expf +000000000003c4a0 0000029b T fmodf +000000000003c740 000000c5 T hypotf32 +000000000003d090 000003e4 T __j0f_finite +000000000003d480 0000045c T __y0f_finite +000000000003e1d0 0000047c T __j1f_finite +000000000003e650 00000495 T __y1f_finite +000000000003eaf0 00000584 T __jnf_finite +000000000003f080 00000352 T __ynf_finite +000000000003f3e0 00000a14 T __lgammaf_r_finite +000000000003ff20 0000002e T logf +000000000003ff50 000000f1 T __log10f_finite +0000000000040460 0000002e T powf +0000000000040490 00000112 T __remainderf_finite +00000000000405b0 000001ba T __sinhf_finite +0000000000040770 00000009 T __sqrtf_finite +0000000000040ab0 0000053c T __gammaf_r_finite +0000000000041310 00000169 w asinhf32 +0000000000041480 00000296 w atanf +0000000000041720 00000156 w cbrtf +0000000000041880 00000025 w ceilf32 +00000000000418b0 0000002e w cosf +00000000000418e0 000004f5 w erff +0000000000041de0 000004fc w erfcf +00000000000422e0 000003b1 w expm1f +00000000000426a0 0000000c w fabsf +00000000000426b0 00000025 w floorf32 +0000000000042a00 00000058 w logbf +0000000000042a60 000000e4 w nextafterf +0000000000042b50 00000158 w nexttowardf +0000000000042cb0 00000025 w rintf +0000000000042dd0 0000002e w sinf +0000000000042e00 0000016c w tanf +0000000000042f70 00000120 w tanhf32 +0000000000043090 0000003e T __fpclassifyf +00000000000430d0 00000025 w truncf +0000000000043100 000001d9 w remquof +0000000000043400 0000002e T log2f32 +0000000000043430 0000006d w roundf +00000000000434a0 00000025 w nearbyintf +00000000000434d0 0000002e w sincosf32 +0000000000043630 00000035 w fmaf32 +0000000000043670 0000000a w llrintf +0000000000043680 0000008a w lroundf +0000000000043710 0000008a w llroundf32 +00000000000437a0 00000104 T exp10f +00000000000438b0 0000001e T __issignalingf +0000000000043920 00000016 T finitef +0000000000043940 0000001c w copysignf +0000000000043960 0000009b w modff +0000000000043ae0 0000006b w frexpf +0000000000043b50 0000000c T __signbitf +0000000000043b60 00000075 w scalbnf32 +00000000000443b0 00000060 w nextupf32 +0000000000044410 0000001f T totalorderf +0000000000044430 00000028 T totalorderf +0000000000044460 0000001c T totalordermagf32 +0000000000044480 00000028 T totalordermagf32 +00000000000444b0 0000002f w getpayloadf +00000000000444e0 0000006e w setpayloadf32 +0000000000044550 0000005e w setpayloadsigf +00000000000445b0 00000025 w roundevenf32 +00000000000445e0 0000029c w fromfpf32 +0000000000044880 000002ba w ufromfpf +0000000000044b40 00000324 w fromfpxf +0000000000044e70 0000034b w ufromfpxf32 +00000000000451c0 0000001a w cargf32 +00000000000451e0 0000002d w conjf32 +0000000000045210 00000009 w cimagf +0000000000045220 00000005 w crealf +0000000000045230 00000016 w cabsf32 +00000000000452c0 0000008a T __scalbf_finite +0000000000045350 00000167 w cacosf32 +00000000000454c0 0000020d w cacoshf +00000000000456d0 00000031 w ccosf +0000000000045710 00000458 w ccoshf +0000000000045b70 000000e9 w casinf32 +0000000000045c60 0000046b w csinf +00000000000460d0 000001b0 w casinhf32 +0000000000046fc0 0000041a w csinhf32 +00000000000473e0 00000552 w catanhf +0000000000047940 000005c6 w catanf32 +0000000000047f10 000003b5 w ctanf +00000000000482d0 000003b3 w ctanhf32 +0000000000048690 000003a8 w cexpf +0000000000048a40 000004a9 w clogf +0000000000048ef0 00000064 w cprojf32 +0000000000048f60 000006ae w csqrtf32 +0000000000049610 000000b2 w cpowf +00000000000496d0 000004b1 w clog10f32 +0000000000049b90 00000055 w fdimf32 +0000000000049bf0 00000028 w nextdownf32 +0000000000049c20 0000003e w fmaxf32 +0000000000049c60 0000003e w fminf +0000000000049ca0 0000000d w nanf +0000000000049cb0 00000037 T __iseqsigf +0000000000049cf0 00000028 w canonicalizef +0000000000049d20 0000002c w significandf +0000000000049d50 0000003c w ilogbf +0000000000049d90 0000005c w llogbf32 +0000000000049df0 00000049 w log1pf32 +0000000000049e40 00000075 w scalblnf +0000000000049ec0 0000007d w fmaxmagf +0000000000049f40 00000075 w fminmagf +000000000004a0c0 0000002e T exp2f +000000000004a0f0 00000055 w fmaximumf32 +000000000004a150 00000065 w fmaximum_magf +000000000004a1c0 00000066 w fmaximum_numf +000000000004a230 00000096 w fmaximum_mag_numf +000000000004a2d0 0000004d w fminimumf32 +000000000004a320 00000065 w fminimum_magf32 +000000000004a390 00000066 w fminimum_numf +000000000004a400 00000086 w fminimum_mag_numf32 +000000000004a490 00000a76 T __acosf128_finite +000000000004af10 00000197 T __acoshf128_finite +000000000004b0b0 000006f1 T __asinf128_finite +000000000004b7b0 00000393 T __atan2f128_finite +000000000004bb50 000001fa T __atanhf128_finite +000000000004bd50 000001cc T __coshf128_finite +000000000004bf20 00000476 T __expf128_finite +000000000004c3a0 0000058e T __fmodf128_finite +000000000004c930 0000086a T __hypotf128_finite +000000000004d1a0 00002544 T __j0f128_finite +000000000004f6f0 000025eb T __y0f128_finite +0000000000051ce0 0000265c T __j1f128_finite +0000000000054340 00002727 T __y1f128_finite +0000000000056a70 00000971 T __jnf128_finite +00000000000573f0 00000591 T __ynf128_finite +0000000000057990 00003369 T __lgammaf128_r_finite +000000000005ad00 0000049e T __logf128_finite +000000000005b1a0 000006d1 T __log10f128_finite +000000000005b880 000011a9 T __powf128_finite +000000000005ca30 00000241 T __remainderf128_finite +000000000005cc80 00000292 T __sinhf128_finite +000000000005cf20 000003d1 T __sqrtf128_finite +000000000005d8b0 00000734 T __gammaf128_r_finite +000000000005e550 000001fa w asinhf128 +000000000005e750 000003f2 w atanf128 +000000000005eb50 00000321 w cbrtf128 +000000000005ee80 0000013e w ceilf128 +000000000005efc0 00000178 w cosf128 +000000000005f140 00002104 w erfcf128 +0000000000061250 00000588 w erff128 +00000000000617e0 00000421 w expm1f128 +0000000000061c10 0000000d w fabsf128 +0000000000061c20 0000013e w floorf128 +00000000000624e0 0000009d w logbf128 +0000000000062580 0000025b w nextafterf128 +00000000000627e0 000000d7 w rintf128 +0000000000062a40 0000016b w sinf128 +0000000000062bb0 000000ed w tanf128 +0000000000062ca0 0000020d w tanhf128 +0000000000062eb0 0000005c T __fpclassifyf128 +0000000000062f10 000000cc w truncf128 +0000000000062fe0 000003c3 w remquof128 +00000000000633b0 00000671 T __log2f128_finite +0000000000063a30 000000fd w roundf128 +0000000000063b30 0000015a w nearbyintf128 +0000000000063c90 000001cd w sincosf128 +0000000000063e60 00000eaf w fmaf128 +0000000000064d10 00000218 w lrintf128 +0000000000064f30 000001bb w llrintf128 +00000000000650f0 00000160 w lroundf128 +0000000000065250 0000018a w llroundf128 +00000000000653e0 0000018a T __exp10f128_finite +0000000000065570 00000041 T __issignalingf128 +00000000000655c0 00000041 T __isinff128 +0000000000065650 00000023 T __finitef128 +0000000000065680 00000021 w copysignf128 +00000000000656b0 0000016d w modff128 +00000000000659a0 000000cb w frexpf128 +0000000000065a70 0000000b T __signbitf128 +0000000000065a80 00000108 w scalbnf128 +00000000000670a0 00000144 w nextupf128 +00000000000671f0 0000006c T totalorderf128 +0000000000067260 00000023 T totalorderf128 +0000000000067290 00000053 T totalordermagf128 +00000000000672f0 00000023 T totalordermagf128 +0000000000067320 000000eb w getpayloadf128 +0000000000067410 00000112 w setpayloadf128 +0000000000067530 000000f1 w setpayloadsigf128 +0000000000067630 0000017f w roundevenf128 +00000000000677b0 00000338 w fromfpf128 +0000000000067af0 0000037b w ufromfpf128 +0000000000067e70 0000039f w fromfpxf128 +0000000000068210 000003cc w ufromfpxf128 +00000000000685e0 00000015 w cargf128 +0000000000068600 00000023 w conjf128 +0000000000068630 0000000b w cimagf128 +0000000000068640 0000000b w crealf128 +0000000000068650 00000015 w cabsf128 +0000000000068670 00000298 w cacosf128 +0000000000068910 000003b2 w cacoshf128 +0000000000068cd0 00000077 w ccosf128 +0000000000068d50 00000800 w ccoshf128 +0000000000069550 00000176 w casinf128 +00000000000696d0 000007a1 w csinf128 +0000000000069e80 00000387 w casinhf128 +000000000006b340 00000768 w csinhf128 +000000000006bab0 00000b2b w catanhf128 +000000000006c5e0 00000b61 w catanf128 +000000000006d150 00000602 w ctanf128 +000000000006d760 00000601 w ctanhf128 +000000000006dd70 000006b4 w cexpf128 +000000000006e430 0000089b w clogf128 +000000000006ecd0 000000d9 w cprojf128 +000000000006edb0 00000aed w csqrtf128 +000000000006f8a0 00000183 w cpowf128 +000000000006fa30 000008ab w clog10f128 +00000000000702e0 00000143 w fdimf128 +0000000000070430 00000022 w nextdownf128 +0000000000070460 000000bb w fmaxf128 +0000000000070520 000000bb w fminf128 +00000000000705e0 0000000d w nanf128 +00000000000705f0 0000006c T __iseqsigf128 +0000000000070660 00000036 w canonicalizef128 +00000000000706a0 0000003c w ilogbf128 +00000000000706e0 0000005c w llogbf128 +0000000000070740 00000079 w log1pf128 +00000000000707c0 00000109 w scalblnf128 +00000000000708d0 0000012e w fmaxmagf128 +0000000000070a00 0000012e w fminmagf128 +0000000000070b30 00000074 w acosf128 +0000000000070bb0 00000064 w acoshf128 +0000000000070c20 00000074 w asinf128 +0000000000070ca0 000000a0 w atan2f128 +0000000000070d40 00000099 w atanhf128 +0000000000070de0 000000ad w coshf128 +0000000000070e90 000000c5 w exp10f128 +0000000000070f60 000000c5 w exp2f128 +0000000000071030 0000009e w fmodf128 +00000000000710d0 000000f9 w hypotf128 +00000000000711d0 00000009 w j0f128 +00000000000711e0 00000071 w y0f128 +0000000000071260 00000009 w j1f128 +0000000000071270 00000071 w y1f128 +00000000000712f0 00000009 w jnf128 +0000000000071300 00000079 w ynf128 +0000000000071380 00000071 w logf128 +0000000000071400 00000071 w log10f128 +0000000000071480 00000071 w log2f128 +0000000000071500 000001ea w powf128 +00000000000716f0 0000009e w remainderf128 +0000000000071790 000000ad w sinhf128 +0000000000071840 0000005c w sqrtf128 +00000000000718a0 000001e3 w tgammaf128 +0000000000071a90 000000bd w lgammaf128 +0000000000071b50 000000ad w lgammaf128_r +0000000000071c00 000000c5 w expf128 +0000000000071cd0 000001bc T __exp2f128_finite +0000000000071e90 000000e5 w fmaximumf128 +0000000000071f80 00000116 w fmaximum_magf128 +00000000000720a0 00000109 w fmaximum_numf128 +00000000000721b0 0000013b w fmaximum_mag_numf128 +00000000000722f0 000000e5 w fminimumf128 +00000000000723e0 00000116 w fminimum_magf128 +0000000000072500 00000109 w fminimum_numf128 +0000000000072610 0000013b w fminimum_mag_numf128 +0000000000072b10 00000026 T __iscanonicall +0000000000075690 000001d0 w f32addf32x +0000000000075860 0000009e w f32xaddf64 +0000000000075900 00000173 w f32addf64x +0000000000075a80 0000018c w f32xaddf64x +0000000000075c10 00000293 w f32addf128 +0000000000075eb0 000002a3 w f64addf128 +0000000000076160 00000281 w f64xaddf128 +00000000000763f0 0000018d w fdiv +0000000000076580 000000a6 w f32xdivf64 +0000000000076630 00000146 w f32divf64x +0000000000076780 00000146 w f64divf64x +00000000000768d0 00000222 w f32divf128 +0000000000076b00 0000022a w f32xdivf128 +0000000000076d30 00000217 w f64xdivf128 +0000000000076f50 000000ef w f32fmaf64 +0000000000077040 000000ef w f32fmaf64x +0000000000077130 000000ef w f64fmaf64x +0000000000077220 0000011a w f32fmaf128 +0000000000077340 0000011a w f64fmaf128 +0000000000077460 00000127 w f64xfmaf128 +0000000000077590 00000195 w f32mulf64 +0000000000077730 000000b6 w f32xmulf64 +00000000000777f0 00000166 w fmull +0000000000077960 00000166 w dmull +0000000000077ad0 0000021a w f32mulf128 +0000000000077cf0 0000021a w f64mulf128 +0000000000077f10 00000237 w f64xmulf128 +0000000000078150 0000015b w f32sqrtf32x +00000000000782b0 0000011d w f32sqrtf64x +00000000000783d0 00000125 w f64sqrtf64x +0000000000078500 000001ca w f32sqrtf128 +00000000000786d0 000001ca w f64sqrtf128 +00000000000788a0 000001ac w f64xsqrtf128 +0000000000078a50 000001c0 w f32subf32x +0000000000078c10 000000a6 w f32xsubf64 +0000000000078cc0 00000183 w fsubl +0000000000078e50 00000184 w f64subf64x +0000000000078fe0 00000273 w f32subf128 +0000000000079260 00000273 w f64subf128 +00000000000794e0 00000251 w f64xsubf128 +00000000000ea0e8 00000004 D _LIB_VERSION +00000000000ea0f0 00000004 D signgam diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libz.so.1.2.13.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libz.so.1.2.13.sym new file mode 100644 index 000000000..7d47d6cae --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libz.so.1.2.13.sym @@ -0,0 +1,109 @@ +# symbols: 106 +# path name: /usr/lib/x86_64-linux-gnu/libz.so.1.2.13 +# build-id: 622a20ffd045816c9b5b50dd8967803026b40cc8 +0000000000003160 00000010 P __snprintf_chk +0000000000003170 00000010 P free +0000000000003180 00000010 P __errno_location +0000000000003190 00000010 P write +00000000000031a0 00000010 P strlen +00000000000031b0 00000010 P __stack_chk_fail +00000000000031c0 00000010 P snprintf +00000000000031d0 00000010 P memset +00000000000031e0 00000010 P close +00000000000031f0 00000010 P memchr +0000000000003200 00000010 P read +0000000000003210 00000010 P memcpy +0000000000003220 00000010 P malloc +0000000000003230 00000010 P __vsnprintf_chk +0000000000003240 00000010 P memmove +0000000000003250 00000010 P open +0000000000003260 00000010 P lseek64 +0000000000003270 00000010 P strerror +0000000000007c00 000006e1 T adler32_z +00000000000082f0 0000000b T adler32 +0000000000008300 000000e1 T adler32_combine +00000000000083f0 000000e1 T adler32_combine64 +00000000000084e0 0000000c T get_crc_table +00000000000084f0 00000aeb T crc32_z +0000000000008fe0 0000000b T crc32 +000000000000ab30 000000bc T crc32_combine64 +000000000000abf0 00000009 T crc32_combine +000000000000ac00 0000007c T crc32_combine_gen64 +000000000000ac80 00000009 T crc32_combine_gen +000000000000ac90 00000036 T crc32_combine_op +000000000000acd0 000002fc T deflateSetDictionary +000000000000afd0 000000ee T deflateGetDictionary +000000000000b0c0 00000255 T deflateResetKeep +000000000000b320 000000db T deflateReset +000000000000b400 0000007a T deflateSetHeader +000000000000b480 0000008a T deflatePending +000000000000b510 000001a3 T deflatePrime +000000000000b6c0 0000009a T deflateTune +000000000000b760 000001c8 T deflateBound +000000000000b930 000015fc T deflate +000000000000cf30 0000045d T deflateParams +000000000000d390 0000013d T deflateEnd +000000000000d4d0 00000311 T deflateInit2_ +000000000000d7f0 00000027 T deflateInit_ +000000000000d820 0000027f T deflateCopy +000000000000daa0 000000fe T inflateBackInit_ +000000000000dba0 00001675 T inflateBack +000000000000f220 0000003e T inflateBackEnd +000000000000f260 000000e8 T inflateResetKeep +000000000000f350 00000052 T inflateReset +000000000000f3b0 000000de T inflateReset2 +000000000000f490 000000f0 T inflateInit2_ +000000000000f580 00000013 T inflateInit_ +000000000000f5a0 00000092 T inflatePrime +000000000000f640 0000246c T inflate +0000000000011ab0 00000096 T inflateEnd +0000000000011b50 000000ac T inflateGetDictionary +0000000000011c00 00000249 T inflateSetDictionary +0000000000011e50 00000068 T inflateGetHeader +0000000000011ec0 0000032e T inflateSync +00000000000121f0 0000005e T inflateSyncPoint +0000000000012250 000002d0 T inflateCopy +0000000000012520 00000056 T inflateUndermine +0000000000012580 00000078 T inflateValidate +0000000000012600 00000087 T inflateMark +0000000000012690 00000068 T inflateCodesUsed +0000000000012700 0000000c T zlibVersion +0000000000012710 0000000a T zlibCompileFlags +0000000000012720 00000019 T zError +0000000000012740 0000013c T compress2 +0000000000012880 0000000f T compress +0000000000012890 00000022 T compressBound +00000000000128c0 000001e3 T uncompress2 +0000000000012ab0 0000001c T uncompress +0000000000013520 00000011 T gzopen +0000000000013540 00000011 T gzopen64 +0000000000013560 0000007a T gzdopen +00000000000135e0 00000046 T gzbuffer +0000000000013630 000000c3 T gzrewind +0000000000013700 000001ad T gzseek64 +00000000000138b0 00000009 T gzseek +00000000000138c0 00000038 T gztell64 +0000000000013900 00000009 T gztell +0000000000013910 0000005e T gzoffset64 +0000000000013970 00000009 T gzoffset +0000000000013980 0000001c T gzeof +00000000000139a0 00000053 T gzerror +0000000000013a00 00000071 T gzclearerr +0000000000013a80 00000061 T gzread +0000000000013af0 0000007b T gzfread +0000000000013b70 0000009c T gzgetc +0000000000013c10 00000009 T gzgetc_ +0000000000013c20 0000013d T gzungetc +0000000000013d60 00000168 T gzgets +0000000000013ed0 00000053 T gzdirect +0000000000013f30 000000c7 T gzclose_r +0000000000014000 0000002b T gzclose +00000000000146c0 0000004b T gzwrite +0000000000014710 00000063 T gzfwrite +0000000000014780 00000084 T gzputs +0000000000014810 0000018f T gzputc +00000000000149a0 0000022a T gzvprintf +0000000000014bd0 000000b5 T gzprintf +0000000000014c90 00000105 T gzflush +0000000000014da0 00000173 T gzsetparams +0000000000014f20 00000193 T gzclose_w diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libzstd.so.1.5.5.sym b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libzstd.so.1.5.5.sym new file mode 100644 index 000000000..e77985c06 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/libzstd.so.1.5.5.sym @@ -0,0 +1,214 @@ +# symbols: 211 +# path name: /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5 +# build-id: e0b4fac4f8025115ca095ea829e89f16756203bd +0000000000004220 00000010 P free +0000000000004230 00000010 P pthread_cond_broadcast +0000000000004240 00000010 P qsort +0000000000004250 00000010 P pthread_cond_wait +0000000000004260 00000010 P clock +0000000000004270 00000010 P __stack_chk_fail +0000000000004280 00000010 P pthread_mutex_destroy +0000000000004290 00000010 P __assert_fail +00000000000042a0 00000010 P memset +00000000000042b0 00000010 P fputc +00000000000042c0 00000010 P memcmp +00000000000042d0 00000010 P pthread_cond_signal +00000000000042e0 00000010 P calloc +00000000000042f0 00000010 P memcpy +0000000000004300 00000010 P pthread_cond_init +0000000000004310 00000010 P pthread_mutex_unlock +0000000000004320 00000010 P malloc +0000000000004330 00000010 P fflush +0000000000004340 00000010 P pthread_create +0000000000004350 00000010 P memmove +0000000000004360 00000010 P pthread_cond_destroy +0000000000004370 00000010 P fwrite +0000000000004380 00000010 P __fprintf_chk +0000000000004390 00000010 P pthread_join +00000000000043a0 00000010 P pthread_mutex_init +00000000000043b0 00000010 P pthread_mutex_lock +0000000000007110 0000002c T ZSTD_createThreadPool +0000000000007140 00000011 T ZSTD_freeThreadPool +0000000000007380 0000000a T ZSTD_versionNumber +0000000000007390 0000000c T ZSTD_versionString +00000000000073a0 0000000e T ZSTD_isError +00000000000073b0 00000018 T ZSTD_getErrorName +00000000000073d0 00000012 T ZSTD_getErrorCode +00000000000073f0 00000009 T ZSTD_getErrorString +0000000000018290 0000004b T ZSTD_compressBound +00000000000182e0 00000260 T ZSTD_initStaticCCtx +0000000000018540 00000042 T ZSTD_freeCCtxParams +0000000000018590 00000050 T ZSTD_CCtxParams_init +00000000000187f0 00000044 T ZSTD_createCCtxParams +0000000000018840 0000000e T ZSTD_CCtxParams_reset +0000000000018930 00000268 T ZSTD_CCtxParams_getParameter +0000000000018ba0 0000000d T ZSTD_CCtx_getParameter +0000000000018bb0 000000bf T ZSTD_CCtx_setParametersUsingCCtxParams +0000000000018c70 00000023 T ZSTD_CCtx_setPledgedSrcSize +0000000000018ca0 0000001f T ZSTD_CCtx_refThreadPool +00000000000190e0 0000017b T ZSTD_getFrameProgression +0000000000019260 00000099 T ZSTD_toFlushNow +0000000000019d40 00000019 T ZSTD_sequenceBound +0000000000019ed0 000000b8 T ZSTD_estimateCCtxSize_usingCCtxParams +0000000000019f90 000000bf T ZSTD_estimateCCtxSize_usingCParams +000000000001a050 000000ec T ZSTD_estimateCCtxSize +000000000001a140 00000123 T ZSTD_estimateCStreamSize_usingCCtxParams +000000000001a270 000000bf T ZSTD_estimateCStreamSize_usingCParams +000000000001a330 0000009a T ZSTD_estimateCStreamSize +000000000001b440 000002fc T ZSTD_copyCCtx +000000000001b740 00000076 T ZSTD_mergeBlockDelimiters +000000000001c270 0000006c T ZSTD_writeSkippableFrame +000000000001cf90 0000001a T ZSTD_compressContinue +000000000001cfb0 00000027 T ZSTD_getBlockSize +000000000001cfe0 00000058 T ZSTD_compressBlock +000000000001d7a0 00000163 T ZSTD_freeCCtx +000000000001d910 000000dd T ZSTD_CCtx_loadDictionary_advanced +000000000001d9f0 00000011 T ZSTD_CCtx_loadDictionary_byReference +000000000001da10 0000000e T ZSTD_CCtx_loadDictionary +000000000001da20 00000074 T ZSTD_CCtx_reset +000000000001daa0 000000ff T ZSTD_createCCtx_advanced +000000000001dba0 0000002a T ZSTD_createCCtx +000000000001dbd0 000000aa T ZSTD_CCtx_refCDict +000000000001dc80 000000dd T ZSTD_CCtx_refPrefix_advanced +000000000001dd60 0000000e T ZSTD_CCtx_refPrefix +000000000001dd70 00000257 T ZSTD_sizeof_CCtx +000000000001dfd0 00000009 T ZSTD_sizeof_CStream +000000000001dfe0 000002ae T ZSTD_cParam_getBounds +000000000001e290 000008de T ZSTD_CCtxParams_setParameter +000000000001eb70 000000d8 T ZSTD_CCtx_setParameter +000000000001ec50 0000007e T ZSTD_CCtx_setFParams +000000000001ecd0 00000119 T ZSTD_checkCParams +000000000001edf0 00000060 T ZSTD_CCtxParams_init_advanced +000000000001ee50 000000e3 T ZSTD_CCtx_setCParams +000000000001ef40 00000080 T ZSTD_CCtx_setParams +000000000001efc0 000000b3 T ZSTD_compressBegin_advanced +000000000001f080 0000021b T ZSTD_adjustCParams +000000000001f2a0 000000ae T ZSTD_generateSequences +0000000000023900 00000009 T ZSTD_compressEnd +0000000000023910 00000056 T ZSTD_estimateCDictSize_advanced +0000000000023970 00000033 T ZSTD_sizeof_CDict +00000000000239b0 000000fb T ZSTD_freeCDict +0000000000023ab0 00000013 T ZSTD_getDictID_fromCDict +0000000000023ad0 0000000a T ZSTD_CStreamInSize +0000000000023ae0 0000000a T ZSTD_maxCLevel +0000000000023af0 0000000a T ZSTD_minCLevel +0000000000023b00 0000000a T ZSTD_defaultCLevel +0000000000023cc0 00000163 T ZSTD_compress_usingDict +0000000000023e30 00000019 T ZSTD_compressCCtx +0000000000023f40 00000009 T ZSTD_compressBegin_usingDict +0000000000023f50 0000000f T ZSTD_compressBegin +0000000000023f60 00000076 T ZSTD_estimateCDictSize +0000000000023fe0 000004ed T ZSTD_createCDict_advanced2 +00000000000244d0 00000053 T ZSTD_getCParams +00000000000246e0 0000000b T ZSTD_compressBegin_usingCDict_advanced +00000000000246f0 00000014 T ZSTD_compressBegin_usingCDict +0000000000024710 00000068 T ZSTD_compress_usingCDict +0000000000024780 00000068 T ZSTD_compress_usingCDict_advanced +00000000000247f0 00000097 T ZSTD_getParams +0000000000024890 0000005b T ZSTD_registerSequenceProducer +000000000002b0d0 000000c3 T ZSTD_compress_advanced +000000000002b1a0 00000157 T ZSTD_compress +000000000002b300 000000d3 T ZSTD_createCDict_advanced +000000000002b3e0 000000b6 T ZSTD_createCDict +000000000002b4a0 000000b9 T ZSTD_createCDict_byReference +000000000002b560 0000026c T ZSTD_initStaticCDict +000000000002b7d0 00000009 T ZSTD_initStaticCStream +000000000002b7e0 00000009 T ZSTD_createCStream_advanced +000000000002b7f0 0000002a T ZSTD_createCStream +000000000002b820 00000009 T ZSTD_freeCStream +000000000002b830 0000001b T ZSTD_CStreamOutSize +000000000002b850 0000004a T ZSTD_resetCStream +000000000002b8a0 0000007e T ZSTD_initCStream_usingCDict_advanced +000000000002b920 0000003c T ZSTD_initCStream_usingCDict +000000000002b960 000000cf T ZSTD_initCStream_advanced +000000000002ba30 00000071 T ZSTD_initCStream_usingDict +000000000002bab0 00000078 T ZSTD_initCStream_srcSize +000000000002bb30 00000060 T ZSTD_initCStream +000000000002d750 0000193f T ZSTD_compressStream2 +000000000002f090 00000088 T ZSTD_compressStream +000000000002f120 00000084 T ZSTD_compressStream2_simpleArgs +000000000002f1b0 000000ce T ZSTD_compress2 +000000000002f280 0000007f T ZSTD_flushStream +000000000002f300 000000b8 T ZSTD_endStream +000000000002f3c0 00000700 T ZSTD_compressSequences +0000000000062e80 00000099 T ZSTD_initStaticDDict +0000000000063ac0 000000b4 T ZSTD_createDDict_advanced +0000000000063b80 00000027 T ZSTD_createDDict +0000000000063bb0 0000002a T ZSTD_createDDict_byReference +0000000000064e70 0000006a T ZSTD_freeDDict +0000000000064ee0 00000018 T ZSTD_estimateDDictSize +0000000000064f00 0000002e T ZSTD_sizeof_DDict +0000000000064f30 00000013 T ZSTD_getDictID_fromDDict +0000000000065220 0000003b T ZSTD_sizeof_DCtx +0000000000065260 0000000a T ZSTD_estimateDCtxSize +0000000000065270 00000113 T ZSTD_initStaticDCtx +0000000000065390 00000009 T ZSTD_createDCtx_advanced +00000000000653a0 0000002a T ZSTD_createDCtx +00000000000653d0 0000023f T ZSTD_freeDCtx +0000000000065610 0000000e T ZSTD_copyDCtx +0000000000065620 0000002d T ZSTD_isFrame +0000000000065650 0000001d T ZSTD_isSkippableFrame +0000000000065670 0000005a T ZSTD_frameHeaderSize +00000000000656d0 000002e2 T ZSTD_getFrameHeader_advanced +0000000000065ae0 0000000b T ZSTD_getFrameHeader +0000000000065de0 000000d3 T ZSTD_getFrameContentSize +0000000000065ec0 00000109 T ZSTD_readSkippableFrame +0000000000065fd0 0000001c T ZSTD_getDecompressedSize +0000000000065ff0 00000046 T ZSTD_findFrameCompressedSize +0000000000066040 00000096 T ZSTD_findDecompressedSize +00000000000660e0 00000096 T ZSTD_decompressBound +0000000000066180 00000112 T ZSTD_decompressionMargin +00000000000662a0 00000045 T ZSTD_insertBlock +00000000000662f0 0000000c T ZSTD_nextSrcSizeToDecompress +0000000000066300 00000021 T ZSTD_nextInputType +00000000000665b0 000000bb T ZSTD_decompressBegin +0000000000066670 000000f3 T ZSTD_decompressBegin_usingDict +0000000000066770 0000010f T ZSTD_decompressBegin_usingDDict +0000000000066880 0000001c T ZSTD_getDictID_fromDict +00000000000668a0 00000064 T ZSTD_getDictID_fromFrame +0000000000066910 0000002a T ZSTD_createDStream +0000000000066940 00000009 T ZSTD_initStaticDStream +0000000000066950 00000009 T ZSTD_createDStream_advanced +0000000000066960 00000009 T ZSTD_freeDStream +0000000000066970 0000000a T ZSTD_DStreamInSize +0000000000066980 0000000a T ZSTD_DStreamOutSize +0000000000066990 00000297 T ZSTD_DCtx_refDDict +0000000000066c30 00000044 T ZSTD_dParam_getBounds +0000000000066c80 00000071 T ZSTD_DCtx_setMaxWindowSize +0000000000066d00 00000098 T ZSTD_DCtx_getParameter +0000000000066da0 000001c9 T ZSTD_DCtx_setParameter +0000000000066f70 00000010 T ZSTD_DCtx_setFormat +0000000000066f80 00000099 T ZSTD_DCtx_reset +0000000000067020 00000043 T ZSTD_initDStream +0000000000067070 00000059 T ZSTD_initDStream_usingDDict +00000000000670d0 0000002b T ZSTD_resetDStream +0000000000067100 00000009 T ZSTD_sizeof_DStream +0000000000067110 00000020 T ZSTD_decodingBufferSize_min +0000000000067130 0000003a T ZSTD_estimateDStreamSize +0000000000067170 00000076 T ZSTD_estimateDStreamSize_fromFrame +000000000006a7a0 000005ae T ZSTD_decompressContinue +000000000006ae20 0000008d T ZSTD_decompressBlock +000000000006af10 0000092c T ZDICT_optimizeTrainFromBuffer_cover +000000000006d310 00000018 T ZSTD_decompress_usingDict +000000000006d330 00000019 T ZSTD_decompress_usingDDict +000000000006d350 00000096 T ZSTD_decompressDCtx +000000000006d3f0 00000083 T ZSTD_decompress +000000000006d480 00001370 T ZSTD_decompressStream +000000000006e7f0 00000080 T ZSTD_decompressStream_simpleArgs +000000000006e870 000000d1 T ZSTD_DCtx_loadDictionary_advanced +000000000006e950 00000011 T ZSTD_DCtx_loadDictionary_byReference +000000000006e970 0000000e T ZSTD_DCtx_loadDictionary +000000000006e980 0000005a T ZSTD_initDStream_usingDict +000000000006e9e0 00000029 T ZSTD_DCtx_refPrefix_advanced +000000000006ea10 0000000e T ZSTD_DCtx_refPrefix +000000000006ea20 0000044f T ZDICT_trainFromBuffer_cover +000000000006ee70 000004d6 T ZDICT_trainFromBuffer_fastCover +0000000000074010 00000b7e T ZDICT_optimizeTrainFromBuffer_fastCover +0000000000074b90 0000000e T ZDICT_isError +0000000000074ba0 00000018 T ZDICT_getErrorName +0000000000074bc0 0000001c T ZDICT_getDictID +0000000000074be0 000000bc T ZDICT_getDictHeaderSize +0000000000074ca0 0000006d T ZDICT_trainFromBuffer +0000000000076470 000002e7 T ZDICT_finalizeDictionary +0000000000076cb0 0000230f T ZDICT_trainFromBuffer_legacy +0000000000078fc0 0000005a T ZDICT_addEntropyTablesFromBuffer diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu0.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu0.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu1.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu1.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu10.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu10.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu11.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu11.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu12.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu12.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu13.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu13.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu14.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu14.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu15.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu15.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu2.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu2.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu3.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu3.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu4.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu4.dat new file mode 100644 index 000000000..5927a3beb Binary files /dev/null and b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu4.dat differ diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu5.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu5.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu6.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu6.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu7.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu7.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu8.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu8.dat new file mode 100644 index 000000000..da6933b5c Binary files /dev/null and b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu8.dat differ diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu9.dat b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/perf-cpu9.dat new file mode 100644 index 000000000..e69de29bb diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/sid-6a273f4055a0c335.map b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/sid-6a273f4055a0c335.map new file mode 100644 index 000000000..e4fc72c94 --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/sid-6a273f4055a0c335.map @@ -0,0 +1,15 @@ +563ce6a8b000-563ce6a90000 r-xp 00000000 00:00 0 /home/matthew/work/src/uftrace/foobar build-id:516f6190db510f47e9608d9cfd554300d2d61b6e +7fef98a00000-7fef9904d000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libcapstone.so.4 build-id:76438bd5ddf41d4c8df226a98e655d3ed2056720 +7fef99115000-7fef99200000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libm.so.6 build-id:2d81a912e7c85129e41e4c65b6c5bb8180977a17 +7fef99200000-7fef99468000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.32 build-id:102661775a59c09123f226bc3021556fd42bc563 +7fef99487000-7fef9949a000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4 build-id:e56b62c27bcc7ace8f9be36b255bd7b31bfde405 +7fef9949a000-7fef99551000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5 build-id:e0b4fac4f8025115ca095ea829e89f16756203bd +7fef99551000-7fef99600000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libdw-0.189.so build-id:005fcc33d15ff31aeb89844655a673d5b5525515 +7fef99600000-7fef99800000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libc.so.6 build-id:6a981b07a3731293c24c10a21397416d3c3d52ed +7fef9981b000-7fef9984d000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1 build-id:5160d65025173b93e542c0d6a362a0ba4d79dfa1 +7fef9984f000-7fef9986e000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libz.so.1.2.13 build-id:622a20ffd045816c9b5b50dd8967803026b40cc8 +7fef9986e000-7fef99892000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 build-id:56a40db58fdb8a2ab280771a135196ced0285012 +7fef99894000-7fef998b1000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libelf-0.189.so build-id:983a2a33967bfac7ffc8e6b92d0e80014ad83a6a +7fef998db000-7fef99920000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/uftrace/libmcount-fast.so build-id:ed0da888d448f2b43e88f98054e715d299a701e4 +7fef99923000-7fef9995c000 r-xp 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 build-id:78ffe99ed77a37ae9416f1530f9110188897cf80 +7ffd247c4000-7ffd247e6000 rw-p 00000000 00:00 0 [stack] diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/task.txt b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/task.txt new file mode 100644 index 000000000..4e40a6f8d --- /dev/null +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/res/uftrace-foobar/uftrace.data/task.txt @@ -0,0 +1,3 @@ +SESS timestamp=63939.298992299 pid=44929 sid=6a273f4055a0c335 exename="/home/matthew/work/src/uftrace/foobar" +TASK timestamp=63939.299067482 tid=44929 pid=44929 +TASK timestamp=63939.299303577 tid=44934 pid=44929 diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/org/eclipse/tracecompass/incubator/uftrace/core/tests/trace/IntegrationTest.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/org/eclipse/tracecompass/incubator/uftrace/core/tests/trace/IntegrationTest.java index 28788d951..669dec1cc 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/org/eclipse/tracecompass/incubator/uftrace/core/tests/trace/IntegrationTest.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core.tests/src/org/eclipse/tracecompass/incubator/uftrace/core/tests/trace/IntegrationTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 Ericsson + * Copyright (c) 2024 Ericsson * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License 2.0 which @@ -12,11 +12,18 @@ package org.eclipse.tracecompass.incubator.uftrace.core.tests.trace; import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; + +import java.util.HashSet; import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.Uftrace; +import org.eclipse.tracecompass.tmf.core.event.ITmfEvent; import org.eclipse.tracecompass.tmf.core.event.TmfEvent; import org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException; import org.eclipse.tracecompass.tmf.core.trace.ITmfContext; +import org.eclipse.tracecompass.tmf.core.trace.TmfTraceUtils; +import org.junit.After; +import org.junit.Before; import org.junit.Test; /** @@ -26,6 +33,25 @@ */ public class IntegrationTest { + private Uftrace uft; + + /** + * Before + */ + @Before + public void before() { + uft = new Uftrace(); + } + + /** + * After + */ + @After + public void after() { + uft.dispose(); + uft = null; + } + /** * Read the trace and check the events count * @@ -34,7 +60,7 @@ public class IntegrationTest { */ @Test public void readTrace() throws TmfTraceException { - Uftrace uft = new Uftrace(); + assertNotNull(uft); uft.initTrace(null, "res/uftrace-ls", TmfEvent.class); ITmfContext ctx = uft.seekEvent(0); int cnt = 0; @@ -44,4 +70,28 @@ public void readTrace() throws TmfTraceException { assertEquals("event count", 113751, cnt); } + /** + * Read the trace and check the events count as well as the TIDs + * + * @throws TmfTraceException + * something went wrong + */ + @Test + public void readFoobarTrace() throws TmfTraceException { + assertNotNull(uft); + uft.initTrace(null, "res/uftrace-foobar/uftrace.data", TmfEvent.class); + ITmfContext ctx = uft.seekEvent(0); + int cnt = 0; + ITmfEvent event = null; + HashSet tids = new HashSet<>(); + while ((event = uft.getNext(ctx)) != null) { + cnt++; + Object tid = TmfTraceUtils.resolveAspectOfNameForEvent(uft, "TID", event); + tids.add(tid); + + } + assertEquals("event count", 14, cnt); + assertEquals("Tid count", 2, tids.size()); + } + } diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java index e4a344392..0de4b49a4 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/analysis/UfCallstackProvider.java @@ -17,7 +17,6 @@ import org.eclipse.tracecompass.incubator.callstack.core.instrumented.statesystem.CallStackStateProvider; import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.DatEvent; import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.UfEventType; -import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.Uftrace.ExecAspect; import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.Uftrace.PidAspect; import org.eclipse.tracecompass.tmf.core.event.ITmfEvent; import org.eclipse.tracecompass.tmf.core.event.ITmfEventField; @@ -34,7 +33,6 @@ public class UfCallstackProvider extends CallStackStateProvider { - private final ITmfEventAspect fExecAspect; private final ITmfEventAspect fTidAspect; private final ITmfEventAspect fPidAspect; @@ -46,14 +44,13 @@ public class UfCallstackProvider extends CallStackStateProvider { */ public UfCallstackProvider(@NonNull ITmfTrace trace) { super(trace); - fExecAspect = (ITmfEventAspect) MultiAspect.create(TmfTraceUtils.getEventAspects(trace, ExecAspect.class), ExecAspect.class); fTidAspect = (ITmfEventAspect) MultiAspect.create(TmfTraceUtils.getEventAspects(trace, LinuxTidAspect.class), LinuxTidAspect.class); fPidAspect = (ITmfEventAspect) MultiAspect.create(TmfTraceUtils.getEventAspects(trace, PidAspect.class), PidAspect.class); } @Override public int getVersion() { - return 2; + return 3; } @Override @@ -92,11 +89,6 @@ protected boolean considerEvent(@NonNull ITmfEvent event) { return null; } - @Override - protected @Nullable String getProcessName(@NonNull ITmfEvent event) { - return fExecAspect.resolve(event); - } - @Override protected int getProcessId(@NonNull ITmfEvent event) { Integer resolve = fPidAspect.resolve(event); diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapEntry.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapEntry.java index 710767e5b..f3516b8f0 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapEntry.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapEntry.java @@ -34,6 +34,8 @@ public class MapEntry { private final Perms fPerms; + private final String fExtra; + /** * A map entry * @@ -53,10 +55,12 @@ public class MapEntry { * inode location of the device * @param pathName * file path that backs this mapping (there may be pseudo-paths - * in brackes []) + * in brackets []) + * @param extra + * anything extra, e.g. build info */ public MapEntry(long addrLow, long addrHigh, Perms perms, long offset, char deviceMinor, char deviceMajor, long iNode, - String pathName) { + String pathName, String extra) { fAddrLow = addrLow; fAddrHigh = addrHigh; fPerms = perms; @@ -65,6 +69,7 @@ public MapEntry(long addrLow, long addrHigh, Perms perms, long offset, char devi fDeviceMinor = deviceMinor; fINode = iNode; fPathName = pathName; + fExtra = extra; } /** @@ -142,4 +147,11 @@ public Perms getPerms() { return fPerms; } + /** + * @return the extra + */ + public String getExtra() { + return fExtra; + } + } diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapParser.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapParser.java index db5c16289..71bc5b1cb 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapParser.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/MapParser.java @@ -37,7 +37,7 @@ public class MapParser { private static final String SESSION_PATTERN_STRING = "sid\\-([a-fA-F0-9]+)\\.map"; //$NON-NLS-1$ private static final Pattern SESSION_PATTERN = Pattern.compile(SESSION_PATTERN_STRING); private static final Pattern MAPFILE_PATTERN = Pattern.compile( - "^\\s*([a-fA-F0-9]+)\\-([a-fA-F0-9]+)\\s+([rxwps-]+)\\s+([a-fA-F0-9]+)\\s+([a-fA-F0-9]+)\\:([a-fA-F0-9]+)\\s+([a-fA-F0-9]+)\\s*(\\S+)?$"); //$NON-NLS-1$ + "^\\s*([a-fA-F0-9]+)\\-([a-fA-F0-9]+)\\s+([rxwps-]+)\\s+([a-fA-F0-9]+)\\s+([a-fA-F0-9]+)\\:([a-fA-F0-9]+)\\s+([a-fA-F0-9]+)\\s*(\\S*)\\s*(\\S*)"); //$NON-NLS-1$ private final long fSessionId; private final NavigableMap fData; @@ -62,18 +62,19 @@ public static MapParser create(File file) throws IOException { while (iter.hasNext()) { String line = iter.next(); Matcher matcher = MAPFILE_PATTERN.matcher(line); - matcher.matches(); - long addrLow = Long.parseUnsignedLong(matcher.group(1), 16); - long addrHigh = Long.parseUnsignedLong(matcher.group(2), 16); - Perms perms = Perms.create(matcher.group(3)); - long offset = Long.parseLong(matcher.group(4), 16); - char deviceHigh = (char) Integer.parseInt(matcher.group(5), 16); - char deviceLow = (char) Integer.parseInt(matcher.group(6), 16); - long iNode = Long.parseLong(matcher.group(7), 16); - String pathName = matcher.group(8); - - entries.put(addrLow, - new MapEntry(addrLow, addrHigh, perms, offset, deviceLow, deviceHigh, iNode, pathName)); + if (matcher.matches()) { + long addrLow = Long.parseUnsignedLong(matcher.group(1), 16); + long addrHigh = Long.parseUnsignedLong(matcher.group(2), 16); + Perms perms = Perms.create(matcher.group(3)); + long offset = Long.parseLong(matcher.group(4), 16); + char deviceHigh = (char) Integer.parseInt(matcher.group(5), 16); + char deviceLow = (char) Integer.parseInt(matcher.group(6), 16); + long iNode = Long.parseLong(matcher.group(7), 16); + String pathName = matcher.group(8); + String extra = matcher.group(9); + entries.put(addrLow, + new MapEntry(addrLow, addrHigh, perms, offset, deviceLow, deviceHigh, iNode, pathName, extra)); + } } return new MapParser(sessionId, entries); } diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java index 5dadf5fac..28e907cab 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/SymParser.java @@ -34,7 +34,7 @@ * */ public class SymParser { - private static final Pattern REGEX = Pattern.compile("^([a-fA-F\\d]+)\\s+([ABbCcDdGgiNPpRrSsTtUuVvWw\\-\\?])\\s*(.*)$"); //$NON-NLS-1$ + private static final Pattern REGEX = Pattern.compile("^([a-fA-F\\d]+)\\s+([a-fA-F\\d]*)\\s*([ABbCcDdGgiNPpRrSsTtUuVvWw\\-\\?])\\s*(.*)$"); //$NON-NLS-1$ /** * Symbol for @@ -79,24 +79,26 @@ public String getName() { * the file is not able to be read. */ public static SymParser parse(File file) throws IOException { - LineIterator iter = FileUtils.lineIterator(file); - SymParser sp = new SymParser(); - while (iter.hasNext()) { - String line = iter.next(); - if (line.startsWith("#")) { - continue; - } - Matcher match = REGEX.matcher(line); - if (!match.matches()) { - throw new IllegalArgumentException("invalid " + line); //$NON-NLS-1$ + + try (LineIterator iter = FileUtils.lineIterator(file)) { + SymParser sp = new SymParser(); + while (iter.hasNext()) { + String line = iter.next(); + if (line.startsWith("#")) { //$NON-NLS-1$ + continue; + } + Matcher match = REGEX.matcher(line); + if (!match.matches()) { + throw new IllegalArgumentException("Symbol Parser: invalid line: " + line); //$NON-NLS-1$ + } + long range = Long.parseUnsignedLong(match.group(1), 16); + char c = match.group(3).charAt(0); + String name = (match.groupCount() < 4) ? "Anonymous" : match.group(4); //$NON-NLS-1$ + Symbol sym = new Symbol(c, name); + sp.fMap.put(range, sym); } - long range = Long.parseUnsignedLong(match.group(1), 16); - char c = match.group(2).charAt(0); - String name = (match.groupCount() < 3) ? "Anonymous" : match.group(3); //$NON-NLS-1$ - Symbol sym = new Symbol(c, name); - sp.fMap.put(range, sym); + return sp; } - return sp; } /** diff --git a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java index 4edd2eae3..62b7f8b7e 100644 --- a/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java +++ b/tracetypes/org.eclipse.tracecompass.incubator.uftrace.core/src/org/eclipse/tracecompass/incubator/internal/uftrace/core/trace/Uftrace.java @@ -36,7 +36,7 @@ import org.eclipse.jdt.annotation.Nullable; import org.eclipse.tracecompass.analysis.os.linux.core.event.aspect.LinuxPidAspect; import org.eclipse.tracecompass.analysis.os.linux.core.event.aspect.LinuxTidAspect; -import org.eclipse.tracecompass.incubator.analysis.core.aspects.ThreadNameAspect; +import org.eclipse.tracecompass.incubator.analysis.core.aspects.ProcessNameAspect; import org.eclipse.tracecompass.incubator.internal.uftrace.core.Activator; import org.eclipse.tracecompass.incubator.internal.uftrace.core.trace.SymParser.Symbol; import org.eclipse.tracecompass.tmf.core.event.ITmfEvent; @@ -376,7 +376,7 @@ public final class PidAspect extends LinuxPidAspect { * * @author Matthew Khouzam */ - public final class ExecAspect extends ThreadNameAspect { + public final class ExecAspect extends ProcessNameAspect { @Override public @Nullable String resolve(@NonNull ITmfEvent event) {