Searched refs:test_dir (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | llvm-utils.c | 213 const char *test_dir = llvm_param.kbuild_dir; in detect_kbuild_dir() local 221 if (!test_dir) { in detect_kbuild_dir() 230 test_dir = release; in detect_kbuild_dir() 236 prefix_dir, test_dir, suffix_dir); in detect_kbuild_dir() 243 err = asprintf(kbuild_dir, "%s%s%s", prefix_dir, test_dir, in detect_kbuild_dir()
|
/linux-4.4.14/arch/arc/kernel/ |
D | troubleshoot.c | 252 static struct dentry *test_dir; variable 326 test_dir = debugfs_create_dir("arc", NULL); in arc_debugfs_init() 329 test_dentry = debugfs_create_file("tlb_stats", 0444, test_dir, NULL, in arc_debugfs_init() 334 debugfs_create_u32("clr_on_read", 0444, test_dir, &clr_on_read); in arc_debugfs_init() 345 debugfs_remove(test_dir); in arc_debugfs_exit()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | test | 8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir)) 9 KSP := $(foreach dir, $(KSP), $(test_dir))
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 127 self.test_dir = options.test_dir 164 parser_base.read(self.test_dir + '/' + base) 263 for f in glob.glob(options.test_dir + '/' + options.test): 314 if not options.test_dir:
|