Lines Matching defs:perf
2 """Setup script for perf python extension.
4 This script is used to build and install the perf python binding.
122 src_perf = os.path.join(srctree, 'tools/perf')
123 shutil.copy2(os.path.join(src_perf, 'python/perf.pyi'), self.install_dir)
171 src_perf = f'{srctree}/tools/perf'
173 perf = Extension(
174 'perf',
181 name='perf',
187 url='http://perf.wiki.kernel.org',
188 ext_modules=[perf],