Searched refs:path__join (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | builtin-test-list.c | 68 path__join(filename, sizeof(filename), path, name); in shell_test__description() 105 path__join(filename, sizeof(filename), path, name); in is_test_script() 179 path__join(filename, sizeof(filename), in append_scripts_in_dir()
|
A D | builtin-test.c | 308 path__join(script, sizeof(script) - 3, st->dir, st->file); in shell_test__run()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | path.h | 10 int path__join(char *bf, size_t size, const char *path1, const char *path2);
|
A D | path.c | 62 int path__join(char *bf, size_t size, const char *path1, const char *path2) in path__join() function
|
A D | symbol.h | 104 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
|
A D | build-id.c | 640 path__join(dirbuf, PATH_MAX, root_dir, dirname); in build_id_cache__find_debug()
|
A D | machine.c | 1516 path__join(path, sizeof(path), dir_name, dent->d_name); in maps__set_modules_path_dir()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-trace.c | 4554 path__join(group_name, sizeof(group_name), strace_groups_dir, s);
|
Completed in 31 milliseconds