Home
last modified time | relevance | path

Searched refs:libc (Results 1 – 20 of 20) sorted by relevance

/tools/perf/tests/shell/
A Drecord+probe_libc_inet_pton.sh18 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 254
25 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \
26 awk -v ep="$event_pattern" -v l="$libc" '$0 ~ ep && $0 ~ \
40 echo ".*inet_pton\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected
44 …echo "((__GI_)?getaddrinfo|text_to_binary_address)\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" …
/tools/perf/Documentation/
A Dexamples.txt85 23.57% git-repack /lib64/libc-2.5.so
86 21.81% git /lib64/libc-2.5.so
92 1.97% rm /lib64/libc-2.5.so
94 1.37% mv /lib64/libc-2.5.so
97 0.90% git-update-serv /lib64/libc-2.5.so
112 7.31% git /lib64/libc-2.5.so [.] memcpy
114 6.24% git-repack /lib64/libc-2.5.so [.] memcpy
117 2.99% git /lib64/libc-2.5.so [.] memset
137 23.25% git-repack /lib64/libc-2.5.so
148 21.61% git /lib64/libc-2.5.so
[all …]
A Dperf.data-directory-format.txt50 …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)
A Dperf-probe.txt277 Add probes at malloc() function on libc
279 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc
283 ./perf probe --target-ns <target pid> -x /lib64/libc.so.6 malloc
291 ./perf probe -x /lib64/libc-2.25.so 'malloc_get_state\@GLIBC_2.2.5'
A Dperf-top.txt284 5.00% libc.so [.] libcall
298 5.00% libc.so
A Dperf-report.txt583 5.00% libc.so [.] libcall
595 5.00% libc.so
A Dperf-intel-pt.txt1604 …nown] ([unknown]) => 7f851c9b5a5c init_cacheinfo+0x3ac (/usr/lib/x86_64-linux-gnu/libc-2.31.so)
1605 …anches: 7f851c9b5a5a init_cacheinfo+0x3aa (/usr/lib/x86_64-linux-gnu/libc-2.31.so) => …
1655 …nown] ([unknown]) => 7f851c9b5a5c init_cacheinfo+0x3ac (/usr/lib/x86_64-linux-gnu/libc-2.31.so)
A Dperf-record.txt572 Asynchronous mode is supported only when linking Perf tool with libc library
/tools/testing/selftests/net/lib/py/
A Dnetns.py8 libc = ctypes.cdll.LoadLibrary('libc.so.6') variable
44 libc.setns(ns_file.fileno(), 0)
48 libc.setns(self.saved.fileno(), 0)
/tools/testing/selftests/powerpc/pmu/
A Dlib.c135 struct addr_range libc, vdso; variable
161 libc.first = start; in parse_proc_maps()
162 libc.last = end - 1; in parse_proc_maps()
A Dlib.h36 extern struct addr_range libc, vdso;
/tools/testing/selftests/nolibc/
A D.gitignore3 /libc-test
A DMakefile.nolibc316 libc-test: nolibc-test.c nolibc-test-linkage.c
320 run-libc-test: libc-test
321 $(Q)./libc-test > "$(CURDIR)/run.out" || :
374 $(call QUIET_CLEAN, libc-test)
375 $(Q)rm -f libc-test
/tools/testing/selftests/arm64/gcs/
A D.gitignore2 libc-gcs
A DMakefile9 TEST_GEN_PROGS := basic-gcs libc-gcs gcs-locking gcs-stress gcspushm gcsstr
/tools/testing/selftests/net/rds/
A Dtest.py23 libc = ctypes.cdll.LoadLibrary('libc.so.6') variable
24 setns = libc.setns
/tools/net/sunrpc/xdrgen/
A DREADME23 of the user space TI-RPC library and libc. Furthermore, the dialect
/tools/kvm/kvm_stat/
A Dkvm_stat472 self.libc = ctypes.CDLL('libc.so.6', use_errno=True)
473 self.syscall = self.libc.syscall
/tools/testing/selftests/wireguard/qemu/
A DMakefile355 $(STRIP) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so
/tools/perf/
A DMakefile.config464 $(error No gnu/libc-version.h found, please install glibc-dev[el])

Completed in 23 milliseconds