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
Kconfig -rw-r--r-- 742 bytes
Makefile -rw-r--r-- 551 bytes
af_rds.c -rw-r--r-- 21.2 KB
bind.c -rw-r--r-- 7.7 KB
cong.c -rw-r--r-- 12.9 KB
connection.c -rw-r--r-- 25.9 KB
ib.c -rw-r--r-- 16.9 KB
ib.h -rw-r--r-- 13.9 KB
ib_cm.c -rw-r--r-- 34.1 KB
ib_fmr.c -rw-r--r-- 6.8 KB
ib_frmr.c -rw-r--r-- 11.9 KB
ib_mr.h -rw-r--r-- 5.0 KB
ib_rdma.c -rw-r--r-- 16.0 KB
ib_recv.c -rw-r--r-- 30.2 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 29.3 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 973 bytes
loop.c -rw-r--r-- 7.1 KB
loop.h -rw-r--r-- 235 bytes
message.c -rw-r--r-- 13.3 KB
page.c -rw-r--r-- 4.5 KB
rdma.c -rw-r--r-- 22.8 KB
rdma_transport.c -rw-r--r-- 8.3 KB
rdma_transport.h -rw-r--r-- 919 bytes
rds.h -rw-r--r-- 30.8 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 23.3 KB
send.c -rw-r--r-- 39.0 KB
stats.c -rw-r--r-- 4.3 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 20.5 KB
tcp.h -rw-r--r-- 3.1 KB
tcp_connect.c -rw-r--r-- 6.1 KB
tcp_listen.c -rw-r--r-- 10.4 KB
tcp_recv.c -rw-r--r-- 9.2 KB
tcp_send.c -rw-r--r-- 6.8 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 8.8 KB
transport.c -rw-r--r-- 4.2 KB

back to top