Home
last modified time | relevance | path

Searched refs:_build_ext (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py33 from distutils.command.build_ext import build_ext as _build_ext namespace
36 class build_ext(_build_ext):
38 _build_ext.finalize_options(self)
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py46 from setuptools.command.build_ext import build_ext as _build_ext namespace
49 class build_ext(_build_ext):
51 _build_ext.finalize_options(self)

Completed in 2 milliseconds