cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

cgskip.txt (1348B)


      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
     30__dev_printk
     31console_unlock
     32
     33# memory handling
     34__kmalloc
     35__kmalloc_track_caller
     36kmem_cache_alloc
     37kmem_cache_alloc_trace
     38kmem_cache_free
     39kstrdup
     40kstrdup_const
     41kmalloc_slab
     42new_slab
     43__slab_alloc
     44__slab_free
     45raw_pci_read
     46pci_read
     47alloc_pages_current
     48
     49# debugfs and sysfs setup
     50debugfs_remove_recursive
     51debugfs_create_dir
     52debugfs_create_files
     53debugfs_create_dir
     54debugfs_get_inode
     55sysfs_add_file_mode_ns
     56sysfs_add_file
     57sysfs_create_dir_ns
     58sysfs_create_link
     59sysfs_create_group
     60sysfs_create_groups
     61sysfs_create_bin_file
     62dpm_sysfs_add
     63sysfs_create_file_ns
     64sysfs_merge_group
     65sysfs_add_link_to_group
     66sysfs_create_link_sd