Searched refs:subdir (Results 101 - 102 of 102) sorted by relevance

12345

/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py6413 def genHtml(subdir, force=False):
6414 for dirname, dirnames, filenames in os.walk(subdir):
6434 def runSummary(subdir, local=True, genhtml=False):
6435 inpath = os.path.abspath(subdir)
6439 genHtml(subdir)
6442 for dirname, dirnames, filenames in os.walk(subdir):
/linux-master/tools/perf/
H A DMakefile.config799 ifneq ($(feature-libslang-include-subdir), 1)

Completed in 246 milliseconds

12345