Home
last modified time | relevance | path

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

12

/linux/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 grep -P -o "$event_pattern(?=[[:space:]]\(on inet_pton in $libc\))")
39 echo ".*inet_pton\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected
43 echo "(__GI_)?getaddrinfo\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected
49 if nm $libc | grep -F -q gaih_inet.; then
50 echo "gaih_inet.*\+0x[[:xdigit:]]+[[:space:]]\($libc\)$" >> $expected
52 echo "getaddrinfo\+0x[[:xdigit:]]+[[:space:]]\($libc\)$" >> $expected
/linux/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
/linux/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;
/linux/tools/testing/selftests/nolibc/
A DMakefile229 libc-test: nolibc-test.c nolibc-test-linkage.c
233 run-libc-test: libc-test
234 $(Q)./libc-test > "$(CURDIR)/run.out" || :
287 $(call QUIET_CLEAN, libc-test)
288 $(Q)rm -f libc-test
A D.gitignore3 /libc-test
/linux/scripts/package/debian/
A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
33 libc-dev-package = $(filter linux-libc-dev, $(all-packages))
/linux/scripts/
A Dver_linux17 libc = "libc[.]so[.][0-9]+$"
41 if ($NF ~ libc || $NF ~ libcpp)
/linux/arch/x86/configs/
A Dhardening.config3 # Modern libc no longer needs a fixed-position mapping in userspace, remove
/linux/Documentation/translations/zh_CN/kbuild/
A Dheaders_install.rst17 内核头文件。系统的 libc 头文件通常被安装在默认位置 /usr/include,而内核
/linux/tools/testing/selftests/net/rds/
A Dtest.py23 libc = ctypes.cdll.LoadLibrary('libc.so.6') variable
24 setns = libc.setns
/linux/Documentation/trace/
A Dtracepoint-analysis.rst250 6.85% hackbench /lib/i686/cmov/libc-2.9.so
255 0.02% perf /lib/i686/cmov/libc-2.9.so
286 0.09% Xorg /lib/i686/cmov/libc-2.9.so
304 0.09% Xorg /lib/i686/cmov/libc-2.9.so [.] _int_malloc
/linux/scripts/package/
A Dbuilddeb150 linux-libc-dev)
A Dmkdebian218 Package: linux-libc-dev
/linux/Documentation/kbuild/
A Dheaders_install.rst13 from the "linux" subdirectory. The system's libc headers are usually
/linux/Documentation/arch/arm64/
A Dcpu-feature-registers.rst22 a) Any change to the HWCAPs requires an update to userspace (e.g libc)
27 b) Access to HWCAPs is sometimes limited (e.g prior to libc, or
/linux/drivers/crypto/intel/qat/qat_common/
A Dicp_qat_fw_comp.h322 __u32 libc; member
/linux/Documentation/arch/arm/nwfpe/
A Dtodo.rst21 and are handled by routines in libc. These are not implemented by the FPA11
A Dnetwinder-fpe.rst142 and are handled by routines in libc. These are not implemented by the FPA11
/linux/arch/sh/mm/
A DKconfig109 to the libc through the ELF auxiliary vector.
/linux/Documentation/userspace-api/media/v4l/
A Dlibv4l-introduction.rst129 operates like the libc ``dup()`` function, duplicating a file handler.
/linux/tools/net/sunrpc/xdrgen/
A DREADME23 of the user space TI-RPC library and libc. Furthermore, the dialect

Completed in 27 milliseconds

12