From 88ea63a5e6fa02a9c5c56730fed37cc22519da40 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 11 Jul 2025 09:14:20 -0700 Subject: [PATCH] Revert "ANDROID: vendor_hooks: export tracepoint symbols" This reverts commit 5594b4731d65196bf602f926d4fa287d7e544fe8. Reason for revert: see aosp/3640790 Bug: 426113126 Signed-off-by: David Anderson Change-Id: Icdbaa232fdc30f4419e5d0037ab48df8f50342ac --- drivers/ufs/core/ufshcd.c | 2 -- fs/f2fs/checkpoint.c | 2 -- fs/f2fs/file.c | 3 --- fs/f2fs/gc.c | 3 --- 4 files changed, 10 deletions(-) diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c index 02229e3c34b1..c530a514e95e 100644 --- a/drivers/ufs/core/ufshcd.c +++ b/drivers/ufs/core/ufshcd.c @@ -45,8 +45,6 @@ #undef CREATE_TRACE_POINTS #include -EXPORT_TRACEPOINT_SYMBOL_GPL(ufshcd_command); - #define UFSHCD_ENABLE_INTRS (UTP_TRANSFER_REQ_COMPL |\ UTP_TASK_REQ_COMPL |\ UFSHCD_ERROR_MASK) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 1490eb4603bd..2f3af88ef0b4 100644 --- a/fs/f2fs/checkpoint.c +++ b/fs/f2fs/checkpoint.c @@ -22,8 +22,6 @@ #include #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_write_checkpoint); - #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 3)) static struct kmem_cache *ino_entry_slab; diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 4e93bd6f34c0..07150c68e69b 100644 --- a/fs/f2fs/file.c +++ b/fs/f2fs/file.c @@ -38,9 +38,6 @@ #undef CREATE_TRACE_POINTS #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_sync_file_enter); -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_sync_file_exit); - vm_fault_t f2fs_filemap_fault(struct vm_fault *vmf) { struct inode *inode = file_inode(vmf->vma->vm_file); diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c index cdaf3e5208e1..8b5a55b72264 100644 --- a/fs/f2fs/gc.c +++ b/fs/f2fs/gc.c @@ -23,9 +23,6 @@ #include "iostat.h" #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_gc_begin); -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_gc_end); - static struct kmem_cache *victim_entry_slab; static unsigned int count_bits(const unsigned long *addr,