Home
last modified time | relevance | path

Searched refs:do_install (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/lib/perf/
DMakefile178 define do_install macro
192 $(call do_install,include/perf/core.h,$(prefix)/include/perf,644); \
193 $(call do_install,include/perf/cpumap.h,$(prefix)/include/perf,644); \
194 $(call do_install,include/perf/threadmap.h,$(prefix)/include/perf,644); \
195 $(call do_install,include/perf/evlist.h,$(prefix)/include/perf,644); \
196 $(call do_install,include/perf/evsel.h,$(prefix)/include/perf,644); \
197 $(call do_install,include/perf/event.h,$(prefix)/include/perf,644); \
198 $(call do_install,include/perf/mmap.h,$(prefix)/include/perf,644);
202 $(call do_install,$(LIBPERF_PC),$(libdir_SQ)/pkgconfig,644)
/linux-6.1.9/tools/lib/traceevent/
DMakefile207 define do_install macro
221 $(call do_install,$(PKG_CONFIG_FILE),$(pkgconfig_dir),644); \
238 $(call do_install,event-parse.h,$(includedir_SQ),644); \
239 $(call do_install,event-utils.h,$(includedir_SQ),644); \
240 $(call do_install,trace-seq.h,$(includedir_SQ),644); \
241 $(call do_install,kbuffer.h,$(includedir_SQ),644)
/linux-6.1.9/tools/thermal/lib/
DMakefile130 define do_install macro
144 $(call do_install,include/thermal.h,$(prefix)/include/thermal,644); \
148 $(call do_install,$(LIBTHERMAL_TOOLS_PC),$(libdir_SQ)/pkgconfig,644)
/linux-6.1.9/tools/lib/thermal/
DMakefile138 define do_install macro
152 $(call do_install,include/thermal.h,$(prefix)/include/thermal,644); \
156 $(call do_install,$(LIBTHERMAL_PC),$(libdir_SQ)/pkgconfig,644)
/linux-6.1.9/tools/lib/bpf/
DMakefile228 define do_install macro
251 $(call do_install,$<,$(prefix)/include/bpf,644)
255 $(call do_install,$<,$(prefix)/include/bpf,644)
261 $(call do_install,$(PC_FILE),$(libdir_SQ)/pkgconfig,644)
/linux-6.1.9/tools/lib/traceevent/plugins/
DMakefile186 define do_install macro
193 $(call do_install,$$plugin,$(plugin_dir_SQ)); \