0001 # -----------------------------------------------
0002 # CallGraph function skip list
0003 #
0004 # This file contains a list of functions which are
0005 # meant to be skipped in the callgraph trace. It reduces
0006 # the callgraph html file size by treating these functions
0007 # as leaves with no child calls. It can be editted by
0008 # adding or removing function symbol names.
0009 #
0010 # The sleepgraph tool automatically pulls this file in when
0011 # it is found in the config folder. It can be ignored if
0012 # the tool is called with "-cgskip off".
0013 # -----------------------------------------------
0014
0015 # low level scheduling and timing
0016 up
0017 down_timeout
0018 mutex_lock
0019 down_read
0020 complete_all
0021 schedule_timeout
0022 wake_up_process
0023 msleep
0024 __udelay
0025 ktime_get
0026
0027 # console calls
0028 printk
0029 dev_printk
0030 __dev_printk
0031 console_unlock
0032
0033 # memory handling
0034 __kmalloc
0035 __kmalloc_track_caller
0036 kmem_cache_alloc
0037 kmem_cache_alloc_trace
0038 kmem_cache_free
0039 kstrdup
0040 kstrdup_const
0041 kmalloc_slab
0042 new_slab
0043 __slab_alloc
0044 __slab_free
0045 raw_pci_read
0046 pci_read
0047 alloc_pages_current
0048
0049 # debugfs and sysfs setup
0050 debugfs_remove_recursive
0051 debugfs_create_dir
0052 debugfs_create_files
0053 debugfs_create_dir
0054 debugfs_get_inode
0055 sysfs_add_file_mode_ns
0056 sysfs_add_file
0057 sysfs_create_dir_ns
0058 sysfs_create_link
0059 sysfs_create_group
0060 sysfs_create_groups
0061 sysfs_create_bin_file
0062 dpm_sysfs_add
0063 sysfs_create_file_ns
0064 sysfs_merge_group
0065 sysfs_add_link_to_group
0066 sysfs_create_link_sd