1# ----------------------------------------------- 2# CallGraph function skip list 3# 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. 9# 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# ----------------------------------------------- 14 15# low level scheduling and timing 16up 17down_timeout 18mutex_lock 19down_read 20complete_all 21schedule_timeout 22wake_up_process 23msleep 24__udelay 25ktime_get 26 27# console calls 28printk 29dev_printk 30console_unlock 31 32# memory handling 33__kmalloc 34__kmalloc_track_caller 35kmem_cache_alloc 36kmem_cache_alloc_trace 37kmem_cache_free 38kstrdup 39kstrdup_const 40kmalloc_slab 41new_slab 42__slab_alloc 43__slab_free 44raw_pci_read 45pci_read 46alloc_pages_current 47 48# debugfs and sysfs setup 49debugfs_remove_recursive 50debugfs_create_dir 51debugfs_create_files 52debugfs_create_dir 53debugfs_get_inode 54sysfs_add_file_mode_ns 55sysfs_add_file 56sysfs_create_dir_ns 57sysfs_create_link 58sysfs_create_group 59sysfs_create_groups 60sysfs_create_bin_file 61dpm_sysfs_add 62sysfs_create_file_ns 63sysfs_merge_group 64sysfs_add_link_to_group 65sysfs_create_link_sd 66