/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 2 # probe libc's inet_pton & backtrace it with ping 4 # Installs a probe on libc's inet_pton function, that will use uprobes, 7 # This needs no debuginfo package, all is done using the libc ELF symtab 15 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g') 16 nm -Dg $libc 2>/dev/null | fgrep -q inet_pton || exit 254 22 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \ 23 grep -P -o "$event_pattern(?=[[:space:]]\(on inet_pton in $libc\))") 36 echo ".*inet_pton\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected 40 echo "gaih_inet.*\+0x[[:xdigit:]]+[[:space:]]\($libc|inline [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 2 # probe libc's inet_pton & backtrace it with ping 4 # Installs a probe on libc's inet_pton function, that will use uprobes, 7 # This needs no debuginfo package, all is done using the libc ELF symtab 16 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g') 17 nm -Dg $libc 2>/dev/null | grep -F -q inet_pton || exit 254 23 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \ 24 grep -P -o "$event_pattern(?=[[:space:]]\(on inet_pton in $libc\))") 37 echo ".*inet_pton\+0x[[:xdigit:]]+[[:space:]]\($libc|inlined\)$" >> $expected 41 echo "(__GI_)?getaddrinfo\+0x[[:xdigit:]]+[[:space:]]\($libc|inline [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | Makefile | 138 @echo " libc-test build an executable using the compiler's default libc instead" 180 libc-test: nolibc-test.c 183 # local libc-test 184 run-libc-test: libc-test 185 $(Q)./libc-test > "$(CURDIR)/run.out" || : 228 $(call QUIET_CLEAN, libc-test) 229 $(Q)rm -f libc-test
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 150 struct addr_range libc, vdso; variable 175 if (strstr(name, "libc")) { in parse_proc_maps() 176 libc.first = start; in parse_proc_maps() 177 libc.last = end - 1; in parse_proc_maps()
|
H A D | lib.h | 37 extern struct addr_range libc, vdso;
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 135 struct addr_range libc, vdso; variable 160 if (strstr(name, "libc")) { in parse_proc_maps() 161 libc.first = start; in parse_proc_maps() 162 libc.last = end - 1; in parse_proc_maps()
|
H A D | lib.h | 36 extern struct addr_range libc, vdso;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 17 libc = "libc[.]so[.][0-9]+$" 41 if ($NF ~ libc || $NF ~ libcpp)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | ver_linux | 17 libc = "libc[.]so[.][0-9]+$" 41 if ($NF ~ libc && !seen[ver = version("readlink " $NF)]++)
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | builddeb | 178 # move asm headers to /usr/include/<libc-machine>/asm to match the structure 198 linux-libc-dev) 199 install_libc_headers debian/linux-libc-dev;; 212 linux-libc-dev) 213 create_package ${package} debian/linux-libc-dev;;
|
/kernel/liteos_m/kal/posix/src/ |
H A D | libc.c | 32 #include <libc.h> 36 * get libc version string. 37 * @return libc version string. the format is <major>.<minor>.<patch>[-<platform>[-<desc>]] 45 * get libc version code. 46 * @return libc version code. the format is 0x00XXYYZZ, XX is major version, YY is minor version and ZZ is patch version
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-glibc.c | 5 #include <gnu/libc-version.h>
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-glibc.c | 5 #include <gnu/libc-version.h>
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/uapi/linux/ |
H A D | nip.h | 14 #include <linux/libc-compat.h>
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | builddeb | 102 # move asm headers to /usr/include/<libc-machine>/asm to match the structure 217 deploy_libc_headers debian/linux-libc-dev 218 create_package linux-libc-dev debian/linux-libc-dev
|
/kernel/liteos_a/ |
H A D | Makefile | 172 $(HIDE)cp -fp $$($(CC) $(LITEOS_CFLAGS) -print-file-name=libc.so) $(OUT)/musl 173 $(HIDE)cp -fp $$($(GPP) $(LITEOS_CXXFLAGS) -print-file-name=libc++.so) $(OUT)/musl 175 $(HIDE)cp -fp $$($(CC) $(LITEOS_CFLAGS) -print-file-name=libc.so) $(OUT)/musl
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ipx.h | 4 #include <linux/libc-compat.h> /* for compatibility with glibc netipx/ipx.h */
|
H A D | xattr.h | 13 #include <linux/libc-compat.h>
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | xattr.h | 13 #include <linux/libc-compat.h>
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ipx.h | 6 *** call into the kernel available to libc. It contains only constants, 12 *** run bionic/libc/kernel/tools/update_all.py 21 #include <linux/libc-compat.h>
|
H A D | xattr.h | 6 *** call into the kernel available to libc. It contains only constants, 12 *** run bionic/libc/kernel/tools/update_all.py 19 #include <linux/libc-compat.h>
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ipx.h | 6 *** call into the kernel available to libc. It contains only constants, 12 *** run bionic/libc/kernel/tools/update_all.py 21 #include <linux/libc-compat.h>
|
H A D | xattr.h | 6 *** call into the kernel available to libc. It contains only constants, 12 *** run bionic/libc/kernel/tools/update_all.py 19 #include <linux/libc-compat.h>
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | xattr.h | 6 #include <linux/libc-compat.h>
|
H A D | ipx.h | 8 #include <linux/libc-compat.h>
|