GNU Linux-libre 4.19.286-gnu1
[releases.git] / tools / power / pm-graph / config / cgskip.txt
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 console_unlock
31
32 # memory handling
33 __kmalloc
34 __kmalloc_track_caller
35 kmem_cache_alloc
36 kmem_cache_alloc_trace
37 kmem_cache_free
38 kstrdup
39 kstrdup_const
40 kmalloc_slab
41 new_slab
42 __slab_alloc
43 __slab_free
44 raw_pci_read
45 pci_read
46 alloc_pages_current
47
48 # debugfs and sysfs setup
49 debugfs_remove_recursive
50 debugfs_create_dir
51 debugfs_create_files
52 debugfs_create_dir
53 debugfs_get_inode
54 sysfs_add_file_mode_ns
55 sysfs_add_file
56 sysfs_create_dir_ns
57 sysfs_create_link
58 sysfs_create_group
59 sysfs_create_groups
60 sysfs_create_bin_file
61 dpm_sysfs_add
62 sysfs_create_file_ns
63 sysfs_merge_group
64 sysfs_add_link_to_group
65 sysfs_create_link_sd