~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/power/pm-graph/config/cgskip.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php