Path: blob/master/tools/power/pm-graph/config/cgskip.txt
26289 views
# -----------------------------------------------1# CallGraph function skip list2#3# This file contains a list of functions which are4# meant to be skipped in the callgraph trace. It reduces5# the callgraph html file size by treating these functions6# as leaves with no child calls. It can be editted by7# adding or removing function symbol names.8#9# The sleepgraph tool automatically pulls this file in when10# it is found in the config folder. It can be ignored if11# the tool is called with "-cgskip off".12# -----------------------------------------------1314# low level scheduling and timing15up16down_timeout17mutex_lock18down_read19complete_all20schedule_timeout21wake_up_process22msleep23__udelay24ktime_get2526# console calls27printk28dev_printk29__dev_printk30console_unlock3132# memory handling33__kmalloc34__kmalloc_track_caller35kmem_cache_alloc36kmem_cache_alloc_trace37kmem_cache_free38kstrdup39kstrdup_const40kmalloc_slab41new_slab42__slab_alloc43__slab_free44raw_pci_read45pci_read46alloc_pages_current4748# debugfs and sysfs setup49debugfs_remove_recursive50debugfs_create_dir51debugfs_create_files52debugfs_create_dir53debugfs_get_inode54sysfs_add_file_mode_ns55sysfs_add_file56sysfs_create_dir_ns57sysfs_create_link58sysfs_create_group59sysfs_create_groups60sysfs_create_bin_file61dpm_sysfs_add62sysfs_create_file_ns63sysfs_merge_group64sysfs_add_link_to_group65sysfs_create_link_sd666768