Searched refs:libc (Results 1 – 17 of 17) sorted by relevance
18 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g')19 nm -Dg $libc 2>/dev/null | grep -F -q inet_pton || exit 25425 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \26 grep -P -o "$event_pattern(?=[[:space:]]\(on inet_pton in $libc\))")39 echo ".*inet_pton\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected43 echo "(__GI_)?getaddrinfo\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected49 if nm $libc | grep -F -q gaih_inet.; then50 echo "gaih_inet.*\+0x[[:xdigit:]]+[[:space:]]\($libc\)$" >> $expected52 echo "getaddrinfo\+0x[[:xdigit:]]+[[:space:]]\($libc\)$" >> $expected
85 23.57% git-repack /lib64/libc-2.5.so86 21.81% git /lib64/libc-2.5.so92 1.97% rm /lib64/libc-2.5.so94 1.37% mv /lib64/libc-2.5.so97 0.90% git-update-serv /lib64/libc-2.5.so112 7.31% git /lib64/libc-2.5.so [.] memcpy113 6.34% git-repack /lib64/libc-2.5.so [.] _int_malloc114 6.24% git-repack /lib64/libc-2.5.so [.] memcpy115 5.82% git-repack /lib64/libc-2.5.so [.] __GI___fork116 5.47% git /lib64/libc-2.5.so [.] _int_malloc[all …]
50 …build id event received for /lib/x86_64-linux-gnu/libc-2.28.so: 5b157f49586a3ca84d55837f97ff466767…63 …5.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linux-gnu/libc-2.28.so)
277 Add probes at malloc() function on libc279 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc283 ./perf probe --target-ns <target pid> -x /lib64/libc.so.6 malloc291 ./perf probe -x /lib64/libc-2.25.so 'malloc_get_state\@GLIBC_2.2.5'
284 5.00% libc.so [.] libcall298 5.00% libc.so
556 5.00% libc.so [.] libcall568 5.00% libc.so
1550 …nown] ([unknown]) => 7f851c9b5a5c init_cacheinfo+0x3ac (/usr/lib/x86_64-linux-gnu/libc-2.31.so)1551 …anches: 7f851c9b5a5a init_cacheinfo+0x3aa (/usr/lib/x86_64-linux-gnu/libc-2.31.so) => …1601 …nown] ([unknown]) => 7f851c9b5a5c init_cacheinfo+0x3ac (/usr/lib/x86_64-linux-gnu/libc-2.31.so)
557 Asynchronous mode is supported only when linking Perf tool with libc library
135 struct addr_range libc, vdso; variable161 libc.first = start; in parse_proc_maps()162 libc.last = end - 1; in parse_proc_maps()
36 extern struct addr_range libc, vdso;
3 /libc-test
229 libc-test: nolibc-test.c nolibc-test-linkage.c233 run-libc-test: libc-test234 $(Q)./libc-test > "$(CURDIR)/run.out" || :287 $(call QUIET_CLEAN, libc-test)288 $(Q)rm -f libc-test
23 libc = ctypes.cdll.LoadLibrary('libc.so.6') variable24 setns = libc.setns
23 of the user space TI-RPC library and libc. Furthermore, the dialect
472 self.libc = ctypes.CDLL('libc.so.6', use_errno=True)473 self.syscall = self.libc.syscall
355 $(STRIP) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so
460 $(error No gnu/libc-version.h found, please install glibc-dev[el])