Searched refs:Path (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/c++/ |
D | clang.cpp | 39 createCompilerInvocation(llvm::opt::ArgStringList CFlags, StringRef& Path, in createCompilerInvocation() argument 62 Opts.Inputs.emplace_back(Path, in createCompilerInvocation() 69 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource() argument 82 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 87 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 121 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path) in getModuleFromSource() argument 124 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource()
|
D | clang.h | 21 StringRef Path);
|
/tools/perf/Documentation/ |
D | perf-annotate.txt | 113 Path to objdump binary.
|
D | perf-top.txt | 73 Path to vmlinux. Required for annotation functionality.
|
D | perf-report.txt | 369 Path to objdump binary.
|
D | perf-config.txt | 628 Path to clang. If omit, search it from $PATH.
|
D | perf-record.txt | 471 Path to clang binary to use for compiling BPF scriptlets.
|
/tools/testing/ktest/ |
D | ktest.pl | 10 use File::Path qw(mkpath);
|