Home
last modified time | relevance | path

Searched refs:cgskip (Results 1 – 4 of 4) sorted by relevance

/linux/tools/power/pm-graph/
H A Dbootgraph.py895 cgskip = '' variable
897 cgskip = sysvals.configFile('cgskip.txt') variable
932 cgskip = '' variable
934 cgskip = sysvals.configFile(val) variable
935 if(not cgskip):
936 doError('%s does not exist' % cgskip)
1055 if sysvals.usecallgraph and cgskip:
1056 sysvals.vprint('Using cgskip file: %s' % cgskip)
1057 sysvals.setCallgraphBlacklist(cgskip)
H A DMakefile40 $(INSTALL_DATA) config/cgskip.txt $(DESTDIR)$(LIBDIR)/pm-graph/config
H A Dsleepgraph.py109 cgskip = ''
6588 elif(option == 'cgskip'):
6590 sysvals.cgskip = ''
6592 sysvals.cgskip = sysvals.configFile(val)
6593 if(not sysvals.cgskip):
6594 doError('%s does not exist' % sysvals.cgskip)
6804 ' -cgskip file Callgraph functions to skip, off to disable (default: cgskip.txt)\n'\
6836 sysvals.cgskip = sysvals.configFile('cgskip
108 cgskip = '' global() variable in SystemValues
[all...]
/linux/tools/power/pm-graph/config/
H A Dcgskip.txt12 # the tool is called with "-cgskip off".