Searched refs:alloc_ext (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | kmod-path.c | 6 static int test(const char *path, bool alloc_name, bool alloc_ext, in test() argument 14 !__kmod_path__parse(&m, path, alloc_name, alloc_ext)); in test() 17 path, alloc_name, alloc_ext, m.kmod, m.comp, m.name, m.ext); in test()
|
/linux-4.1.27/tools/perf/util/ |
D | dso.h | 231 bool alloc_name, bool alloc_ext);
|
D | dso.c | 213 bool alloc_name, bool alloc_ext) in __kmod_path__parse() argument 251 if (alloc_ext && m->comp) { in __kmod_path__parse()
|