[PATCH v2 3/3] lib: Allow traceing of usercopy, xarray, iov_iter, find_bit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Steven Rostedt <rostedt@xxxxxxxxxxx>, "Arnd Bergmann" <arnd@xxxxxxxx>, "Thomas Gleixner" <tglx@xxxxxxxxxxxxx>
- Subject: [PATCH v2 3/3] lib: Allow traceing of usercopy, xarray, iov_iter, find_bit
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- Date: Thu, 25 May 2023 14:00:40 -0700
- Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, linux-um@xxxxxxxxxxxxxxxxxxx, Linux-Arch <linux-arch@xxxxxxxxxxxxxxx>, linux-mm@xxxxxxxxx, "Andy Lutomirski" <luto@xxxxxxxxxx>, "Ingo Molnar" <mingo@xxxxxxxxxx>, "Dave Hansen" <dave.hansen@xxxxxxxxxxxxxxx>, "Borislav Petkov" <bp@xxxxxxxxx>, x86@xxxxxxxxxx, Peter Zijlstra <peterz@xxxxxxxxxxxxx>, Nadav Amit <namit@xxxxxxxxxx>
- In-reply-to: <20230525210040.3637-1-namit@vmware.com>
- References: <20230525210040.3637-1-namit@vmware.com>
From: Nadav Amit <namit@xxxxxxxxxx>
There is no reason not to allow the use of ftrace for usercopy, xarray
and iov_iter. Enable tracing for these compilation unit.
Signed-off-by: Nadav Amit <namit@xxxxxxxxxx>
---
lib/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/Makefile b/lib/Makefile
index 876fcdeae34e..00450e1cc97d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,6 +27,9 @@ KASAN_SANITIZE_string.o := n
CFLAGS_string.o += -fno-stack-protector
endif
+CFLAGS_xarray.o += $(CC_FLAGS_FTRACE)
+CFLAGS_iov_iter.o += $(CC_FLAGS_FTRACE)
+
lib-y := ctype.o string.o vsprintf.o cmdline.o \
rbtree.o radix-tree.o timerqueue.o xarray.o \
maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
@@ -42,6 +45,8 @@ lib-$(CONFIG_SMP) += cpumask.o
lib-y += kobject.o klist.o
obj-y += lockref.o
+CFLAGS_usercopy.o += $(CC_FLAGS_FTRACE)
+CFLAGS_find_bit.o += $(CC_FLAGS_FTRACE)
obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \
list_sort.o uuid.o iov_iter.o clz_ctz.o \
--
2.25.1
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]