]> git.ipfire.org Git - thirdparty/linux.git/commit
fgraph: Remove some unused functions
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 6 Jun 2024 02:10:53 +0000 (10:10 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 6 Jun 2024 19:22:19 +0000 (15:22 -0400)
commit9a2a3aab7329f1e62982531559866b90d5a5208b
tree65addbca8db806e92297852e8c8beec7939ae8f2
parent6c1f7f0acabd35ad73525bd2766da4669c18a9e6
fgraph: Remove some unused functions

These functions are defined in the fgraph.c file, but not
called elsewhere, so delete these unused functions.

kernel/trace/fgraph.c:273:1: warning: unused function 'set_bitmap_bits'.
kernel/trace/fgraph.c:259:19: warning: unused function 'get_fgraph_type'.

Link: https://lore.kernel.org/linux-trace-kernel/20240606021053.27783-1-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9289
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/fgraph.c