Home
last modified time | relevance | path

Searched refs:alloc_ext (Results 1 – 3 of 3) sorted by relevance

/tools/perf/tests/
Dkmod-path.c7 static int test(const char *path, bool alloc_name, bool alloc_ext, in test() argument
15 !__kmod_path__parse(&m, path, alloc_name, alloc_ext)); in test()
18 path, alloc_name, alloc_ext, m.kmod, m.comp, m.name, m.ext); in test()
/tools/perf/util/
Ddso.h256 bool alloc_name, bool alloc_ext);
Ddso.c234 bool alloc_name, bool alloc_ext) in __kmod_path__parse() argument
293 if (alloc_ext && m->comp) { in __kmod_path__parse()