1 # -----------------------------------------------
2 # CallGraph function skip list
4 # This file contains a list of functions which are
5 # meant to be skipped in the callgraph trace. It reduces
6 # the callgraph html file size by treating these functions
7 # as leaves with no child calls. It can be editted by
8 # adding or removing function symbol names.
10 # The sleepgraph tool automatically pulls this file in when
11 # it is found in the config folder. It can be ignored if
12 # the tool is called with "-cgskip off".
13 # -----------------------------------------------
15 # low level scheduling and timing
35 __kmalloc_track_caller
37 kmem_cache_alloc_trace
49 # debugfs and sysfs setup
50 debugfs_remove_recursive
55 sysfs_add_file_mode_ns
65 sysfs_add_link_to_group