Home
last modified time | relevance | path

Searched refs:build_ext (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsetup.py52 from setuptools.command.build_ext import build_ext as _build_ext
55 class build_ext(_build_ext): class
98 cmdclass={'build_ext': build_ext, 'install_lib': install_lib})
/linux-6.15/tools/perf/
H A DMakefile.perf751 --quiet build_ext; \