Revision 595a438c78dbdc43d6c9db4f437267f0bd1548bf authored by Denis Efremov on 04 July 2019, 17:21:10 UTC, committed by Steven Rostedt (VMware) on 31 August 2019, 10:51:49 UTC
The function ftrace_set_clr_event is declared static and marked
EXPORT_SYMBOL_GPL(), which is at best an odd combination. Because the
function was decided to be a part of API, this commit removes the static
attribute and adds the declaration to the header.

Link: http://lkml.kernel.org/r/20190704172110.27041-1-efremov@linux.com

Fixes: f45d1225adb04 ("tracing: Kernel access to Ftrace instances")
Reviewed-by: Joe Jin <joe.jin@oracle.com>
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
1 parent 5b0022d
History
File Mode Size
aoe
drbd
mtip32xx
paride
rsxx
xen-blkback
zram
Kconfig -rw-r--r-- 16.3 KB
Makefile -rw-r--r-- 1.4 KB
amiflop.c -rw-r--r-- 50.0 KB
ataflop.c -rw-r--r-- 54.6 KB
brd.c -rw-r--r-- 12.8 KB
cryptoloop.c -rw-r--r-- 4.3 KB
floppy.c -rw-r--r-- 127.4 KB
loop.c -rw-r--r-- 56.2 KB
loop.h -rw-r--r-- 2.3 KB
nbd.c -rw-r--r-- 57.4 KB
null_blk.h -rw-r--r-- 3.4 KB
null_blk_main.c -rw-r--r-- 43.4 KB
null_blk_zoned.c -rw-r--r-- 3.3 KB
pktcdvd.c -rw-r--r-- 72.5 KB
ps3disk.c -rw-r--r-- 13.5 KB
ps3vram.c -rw-r--r-- 22.1 KB
rbd.c -rw-r--r-- 183.8 KB
rbd_types.h -rw-r--r-- 2.5 KB
skd_main.c -rw-r--r-- 93.1 KB
skd_s1120.h -rw-r--r-- 9.3 KB
sunvdc.c -rw-r--r-- 28.7 KB
swim.c -rw-r--r-- 20.2 KB
swim3.c -rw-r--r-- 31.3 KB
swim_asm.S -rw-r--r-- 4.4 KB
sx8.c -rw-r--r-- 37.2 KB
umem.c -rw-r--r-- 29.8 KB
umem.h -rw-r--r-- 3.6 KB
virtio_blk.c -rw-r--r-- 27.0 KB
xen-blkfront.c -rw-r--r-- 73.6 KB
xsysace.c -rw-r--r-- 33.4 KB
z2ram.c -rw-r--r-- 9.5 KB

back to top