brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 9ff88e7 Raw
67 lines · plain
1# -----------------------------------------------2# CallGraph function skip list3#4# This file contains a list of functions which are5# meant to be skipped in the callgraph trace. It reduces6# the callgraph html file size by treating these functions7# as leaves with no child calls. It can be editted by8# adding or removing function symbol names.9#10# The sleepgraph tool automatically pulls this file in when11# it is found in the config folder. It can be ignored if12# the tool is called with "-cgskip off".13# -----------------------------------------------14 15# low level scheduling and timing16up17down_timeout18mutex_lock19down_read20complete_all21schedule_timeout22wake_up_process23msleep24__udelay25ktime_get26 27# console calls28printk29dev_printk30__dev_printk31console_unlock32 33# memory handling34__kmalloc35__kmalloc_track_caller36kmem_cache_alloc37kmem_cache_alloc_trace38kmem_cache_free39kstrdup40kstrdup_const41kmalloc_slab42new_slab43__slab_alloc44__slab_free45raw_pci_read46pci_read47alloc_pages_current48 49# debugfs and sysfs setup50debugfs_remove_recursive51debugfs_create_dir52debugfs_create_files53debugfs_create_dir54debugfs_get_inode55sysfs_add_file_mode_ns56sysfs_add_file57sysfs_create_dir_ns58sysfs_create_link59sysfs_create_group60sysfs_create_groups61sysfs_create_bin_file62dpm_sysfs_add63sysfs_create_file_ns64sysfs_merge_group65sysfs_add_link_to_group66sysfs_create_link_sd67