Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / util / Build
blobc06d2ee9024c63fb1d0cf3d25cf56a2b654a5982
1 include $(srctree)/tools/scripts/Makefile.include
2 include $(srctree)/tools/scripts/utilities.mak
4 perf-util-y += arm64-frame-pointer-unwind-support.o
5 perf-util-y += addr_location.o
6 perf-util-y += annotate.o
7 perf-util-y += block-info.o
8 perf-util-y += block-range.o
9 perf-util-y += build-id.o
10 perf-util-y += cacheline.o
11 perf-util-y += config.o
12 perf-util-y += copyfile.o
13 perf-util-y += ctype.o
14 perf-util-y += db-export.o
15 perf-util-y += disasm.o
16 perf-util-y += disasm_bpf.o
17 perf-util-y += env.o
18 perf-util-y += event.o
19 perf-util-y += evlist.o
20 perf-util-y += sideband_evlist.o
21 perf-util-y += evsel.o
22 perf-util-y += evsel_fprintf.o
23 perf-util-y += perf_event_attr_fprintf.o
24 perf-util-y += evswitch.o
25 perf-util-y += find_bit.o
26 perf-util-y += get_current_dir_name.o
27 perf-util-y += levenshtein.o
28 perf-util-y += mmap.o
29 perf-util-y += memswap.o
30 perf-util-y += parse-events.o
31 perf-util-y += print-events.o
32 perf-util-y += tracepoint.o
33 perf-util-y += perf_regs.o
34 perf-util-y += perf-regs-arch/
35 perf-util-y += path.o
36 perf-util-y += print_binary.o
37 perf-util-y += print_insn.o
38 perf-util-y += rlimit.o
39 perf-util-y += argv_split.o
40 perf-util-y += rbtree.o
41 perf-util-y += libstring.o
42 perf-util-y += bitmap.o
43 perf-util-y += hweight.o
44 perf-util-y += smt.o
45 perf-util-y += strbuf.o
46 perf-util-y += string.o
47 perf-util-y += strlist.o
48 perf-util-y += strfilter.o
49 perf-util-y += top.o
50 perf-util-y += usage.o
51 perf-util-y += dso.o
52 perf-util-y += dsos.o
53 perf-util-y += symbol.o
54 perf-util-y += symbol_fprintf.o
55 perf-util-y += map_symbol.o
56 perf-util-y += color.o
57 perf-util-y += color_config.o
58 perf-util-y += metricgroup.o
59 perf-util-y += header.o
60 perf-util-y += callchain.o
61 perf-util-y += values.o
62 perf-util-y += debug.o
63 perf-util-y += fncache.o
64 perf-util-y += machine.o
65 perf-util-y += map.o
66 perf-util-y += maps.o
67 perf-util-y += pstack.o
68 perf-util-y += session.o
69 perf-util-y += tool.o
70 perf-util-y += sample-raw.o
71 perf-util-y += s390-sample-raw.o
72 perf-util-y += amd-sample-raw.o
73 perf-util-$(CONFIG_TRACE) += syscalltbl.o
74 perf-util-y += ordered-events.o
75 perf-util-y += namespaces.o
76 perf-util-y += comm.o
77 perf-util-y += thread.o
78 perf-util-y += threads.o
79 perf-util-y += thread_map.o
80 perf-util-y += parse-events-flex.o
81 perf-util-y += parse-events-bison.o
82 perf-util-y += pmu.o
83 perf-util-y += pmus.o
84 perf-util-y += pmu-flex.o
85 perf-util-y += pmu-bison.o
86 perf-util-y += hwmon_pmu.o
87 perf-util-y += tool_pmu.o
88 perf-util-y += svghelper.o
89 perf-util-$(CONFIG_LIBTRACEEVENT) += trace-event-info.o
90 perf-util-y += trace-event-scripting.o
91 perf-util-$(CONFIG_LIBTRACEEVENT) += trace-event.o
92 perf-util-$(CONFIG_LIBTRACEEVENT) += trace-event-parse.o
93 perf-util-$(CONFIG_LIBTRACEEVENT) += trace-event-read.o
94 perf-util-y += sort.o
95 perf-util-y += hist.o
96 perf-util-y += util.o
97 perf-util-y += cpumap.o
98 perf-util-y += affinity.o
99 perf-util-y += cputopo.o
100 perf-util-y += cgroup.o
101 perf-util-y += target.o
102 perf-util-y += rblist.o
103 perf-util-y += intlist.o
104 perf-util-y += vdso.o
105 perf-util-y += counts.o
106 perf-util-y += stat.o
107 perf-util-y += stat-shadow.o
108 perf-util-y += stat-display.o
109 perf-util-y += perf_api_probe.o
110 perf-util-y += record.o
111 perf-util-y += srcline.o
112 perf-util-y += srccode.o
113 perf-util-y += synthetic-events.o
114 perf-util-y += data.o
115 perf-util-y += tsc.o
116 perf-util-y += cloexec.o
117 perf-util-y += call-path.o
118 perf-util-y += rwsem.o
119 perf-util-y += thread-stack.o
120 perf-util-y += spark.o
121 perf-util-y += topdown.o
122 perf-util-y += iostat.o
123 perf-util-y += stream.o
124 perf-util-$(CONFIG_AUXTRACE) += auxtrace.o
125 perf-util-$(CONFIG_AUXTRACE) += intel-pt-decoder/
126 perf-util-$(CONFIG_AUXTRACE) += intel-pt.o
127 perf-util-$(CONFIG_AUXTRACE) += intel-bts.o
128 perf-util-$(CONFIG_AUXTRACE) += arm-spe.o
129 perf-util-$(CONFIG_AUXTRACE) += arm-spe-decoder/
130 perf-util-$(CONFIG_AUXTRACE) += hisi-ptt.o
131 perf-util-$(CONFIG_AUXTRACE) += hisi-ptt-decoder/
132 perf-util-$(CONFIG_AUXTRACE) += s390-cpumsf.o
134 ifdef CONFIG_LIBOPENCSD
135 perf-util-$(CONFIG_AUXTRACE) += cs-etm.o
136 perf-util-$(CONFIG_AUXTRACE) += cs-etm-decoder/
137 endif
138 perf-util-$(CONFIG_AUXTRACE) += cs-etm-base.o
140 perf-util-y += parse-branch-options.o
141 perf-util-y += dump-insn.o
142 perf-util-y += parse-regs-options.o
143 perf-util-y += parse-sublevel-options.o
144 perf-util-y += term.o
145 perf-util-y += help-unknown-cmd.o
146 perf-util-y += dlfilter.o
147 perf-util-y += mem-events.o
148 perf-util-y += mem-info.o
149 perf-util-y += vsprintf.o
150 perf-util-y += units.o
151 perf-util-y += time-utils.o
152 perf-util-y += expr-flex.o
153 perf-util-y += expr-bison.o
154 perf-util-y += expr.o
155 perf-util-y += branch.o
156 perf-util-y += mem2node.o
157 perf-util-y += clockid.o
158 perf-util-y += list_sort.o
159 perf-util-y += mutex.o
160 perf-util-y += sharded_mutex.o
161 perf-util-$(CONFIG_X86_64) += intel-tpebs.o
163 perf-util-$(CONFIG_LIBBPF) += bpf_map.o
164 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_counter.o
165 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_counter_cgroup.o
166 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_ftrace.o
167 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_off_cpu.o
168 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter.o
169 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-flex.o
170 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-bison.o
172 ifeq ($(CONFIG_LIBTRACEEVENT),y)
173   perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_lock_contention.o
174 endif
176 ifeq ($(CONFIG_LIBTRACEEVENT),y)
177   perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_kwork.o
178   perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf_kwork_top.o
179 endif
181 perf-util-$(CONFIG_LIBELF) += symbol-elf.o
182 perf-util-$(CONFIG_LIBELF) += probe-file.o
183 perf-util-$(CONFIG_LIBELF) += probe-event.o
185 ifdef CONFIG_LIBBPF_DYNAMIC
186   hashmap := 1
187 endif
188 ifndef CONFIG_LIBBPF
189   hashmap := 1
190 endif
192 ifdef hashmap
193 perf-util-y += hashmap.o
194 endif
196 ifndef CONFIG_LIBELF
197 perf-util-y += symbol-minimal.o
198 endif
200 ifndef CONFIG_SETNS
201 perf-util-y += setns.o
202 endif
204 perf-util-$(CONFIG_LIBDW) += probe-finder.o
205 perf-util-$(CONFIG_LIBDW) += dwarf-aux.o
206 perf-util-$(CONFIG_LIBDW) += dwarf-regs.o
207 perf-util-$(CONFIG_LIBDW) += dwarf-regs-csky.o
208 perf-util-$(CONFIG_LIBDW) += dwarf-regs-powerpc.o
209 perf-util-$(CONFIG_LIBDW) += dwarf-regs-x86.o
210 perf-util-$(CONFIG_LIBDW) += debuginfo.o
211 perf-util-$(CONFIG_LIBDW) += annotate-data.o
213 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
214 perf-util-$(CONFIG_LOCAL_LIBUNWIND)    += unwind-libunwind-local.o
215 perf-util-$(CONFIG_LIBUNWIND)          += unwind-libunwind.o
216 perf-util-$(CONFIG_LIBUNWIND_X86)      += libunwind/x86_32.o
217 perf-util-$(CONFIG_LIBUNWIND_AARCH64)  += libunwind/arm64.o
219 ifeq ($(CONFIG_LIBTRACEEVENT),y)
220   perf-util-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o
221 endif
223 perf-util-y += data-convert-json.o
225 perf-util-y += scripting-engines/
227 perf-util-$(CONFIG_ZLIB) += zlib.o
228 perf-util-$(CONFIG_LZMA) += lzma.o
229 perf-util-$(CONFIG_ZSTD) += zstd.o
231 perf-util-y += cap.o
233 perf-util-$(CONFIG_CXX_DEMANGLE) += demangle-cxx.o
234 perf-util-y += demangle-ocaml.o
235 perf-util-y += demangle-java.o
236 perf-util-y += demangle-rust.o
237 perf-util-$(CONFIG_LIBLLVM) += llvm-c-helpers.o
239 ifdef CONFIG_JITDUMP
240 perf-util-$(CONFIG_LIBELF) += jitdump.o
241 perf-util-$(CONFIG_LIBELF) += genelf.o
242 perf-util-$(CONFIG_LIBDW) += genelf_debug.o
243 endif
245 perf-util-y += perf-hooks.o
247 perf-util-$(CONFIG_LIBBPF) += bpf-event.o
248 perf-util-$(CONFIG_LIBBPF) += bpf-utils.o
250 perf-util-$(CONFIG_LIBPFM4) += pfm.o
252 CFLAGS_config.o   += -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
254 # avoid compiler warnings in 32-bit mode
255 CFLAGS_genelf_debug.o  += -Wno-packed
257 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)util/parse-events-bison.c
258         $(call rule_mkdir)
259         $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
260                 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
262 $(OUTPUT)util/parse-events-bison.c $(OUTPUT)util/parse-events-bison.h: util/parse-events.y
263         $(call rule_mkdir)
264         $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) $(BISON_FALLBACK_FLAGS) \
265                 -o $(OUTPUT)util/parse-events-bison.c -p parse_events_
267 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
268         $(call rule_mkdir)
269         $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
270                 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $<
272 $(OUTPUT)util/expr-bison.c $(OUTPUT)util/expr-bison.h: util/expr.y
273         $(call rule_mkdir)
274         $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \
275                 -o $(OUTPUT)util/expr-bison.c -p expr_
277 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
278         $(call rule_mkdir)
279         $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \
280                 --header-file=$(OUTPUT)util/pmu-flex.h $(PARSER_DEBUG_FLEX) $<
282 $(OUTPUT)util/pmu-bison.c $(OUTPUT)util/pmu-bison.h: util/pmu.y
283         $(call rule_mkdir)
284         $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \
285                 -o $(OUTPUT)util/pmu-bison.c -p perf_pmu_
287 $(OUTPUT)util/bpf-filter-flex.c $(OUTPUT)util/bpf-filter-flex.h: util/bpf-filter.l $(OUTPUT)util/bpf-filter-bison.c util/bpf-filter.h util/bpf_skel/sample-filter.h
288         $(call rule_mkdir)
289         $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/bpf-filter-flex.c \
290                 --header-file=$(OUTPUT)util/bpf-filter-flex.h $(PARSER_DEBUG_FLEX) $<
292 $(OUTPUT)util/bpf-filter-bison.c $(OUTPUT)util/bpf-filter-bison.h: util/bpf-filter.y util/bpf-filter.h util/bpf_skel/sample-filter.h
293         $(call rule_mkdir)
294         $(Q)$(call echo-cmd,bison)$(BISON) -v $< -d $(PARSER_DEBUG_BISON) $(BISON_FILE_PREFIX_MAP) \
295                 -o $(OUTPUT)util/bpf-filter-bison.c -p perf_bpf_filter_
297 FLEX_VERSION := $(shell $(FLEX) --version | cut -d' ' -f2)
299 FLEX_GE_260 := $(call version-ge3,$(FLEX_VERSION),2.6.0)
300 ifeq ($(FLEX_GE_260),1)
301   flex_flags := -Wno-redundant-decls -Wno-switch-default -Wno-unused-function -Wno-misleading-indentation
303   # Some newer clang and gcc version complain about this
304   # util/parse-events-bison.c:1317:9: error: variable 'parse_events_nerrs' set but not used [-Werror,-Wunused-but-set-variable]
305   #  int yynerrs = 0;
307   flex_flags += -Wno-unused-but-set-variable
309   FLEX_LT_262 := $(call version-lt3,$(FLEX_VERSION),2.6.2)
310   ifeq ($(FLEX_LT_262),1)
311     flex_flags += -Wno-sign-compare
312   endif
313 else
314   flex_flags := -w
315 endif
317 # Some newer clang and gcc version complain about this
318 # util/parse-events-bison.c:1317:9: error: variable 'parse_events_nerrs' set but not used [-Werror,-Wunused-but-set-variable]
319 #  int yynerrs = 0;
321 bison_flags := -DYYENABLE_NLS=0 -Wno-unused-but-set-variable
323 # Old clangs don't grok -Wno-unused-but-set-variable, remove it
324 ifeq ($(CC_NO_CLANG), 0)
325   CLANG_VERSION := $(shell $(CLANG) --version | head -1 | sed 's/.*clang version \([[:digit:]]\+.[[:digit:]]\+.[[:digit:]]\+\).*/\1/g')
326   ifeq ($(call version-lt3,$(CLANG_VERSION),13.0.0),1)
327     bison_flags := $(subst -Wno-unused-but-set-variable,,$(bison_flags))
328     flex_flags := $(subst -Wno-unused-but-set-variable,,$(flex_flags))
329   endif
330 endif
332 BISON_GE_382 := $(shell expr $(shell $(BISON) --version | grep bison | sed -e 's/.\+ \([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/\1\2\3/g') \>\= 382)
333 ifeq ($(BISON_GE_382),1)
334   bison_flags += -Wno-switch-enum
335 else
336   bison_flags += -w
337 endif
339 BISON_LT_381 := $(shell expr $(shell $(BISON) --version | grep bison | sed -e 's/.\+ \([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/\1\2\3/g') \< 381)
340 ifeq ($(BISON_LT_381),1)
341   bison_flags += -DYYNOMEM=YYABORT
342 endif
344 CFLAGS_parse-events-flex.o  += $(flex_flags) -Wno-unused-label
345 CFLAGS_pmu-flex.o           += $(flex_flags)
346 CFLAGS_expr-flex.o          += $(flex_flags)
347 CFLAGS_bpf-filter-flex.o    += $(flex_flags)
349 CFLAGS_parse-events-bison.o += $(bison_flags)
350 CFLAGS_pmu-bison.o          += -DYYLTYPE_IS_TRIVIAL=0 $(bison_flags)
351 CFLAGS_expr-bison.o         += -DYYLTYPE_IS_TRIVIAL=0 $(bison_flags)
352 CFLAGS_bpf-filter-bison.o   += -DYYLTYPE_IS_TRIVIAL=0 $(bison_flags)
354 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c
355 $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c
356 $(OUTPUT)util/expr.o: $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-bison.c
357 $(OUTPUT)util/bpf-filter.o: $(OUTPUT)util/bpf-filter-flex.c $(OUTPUT)util/bpf-filter-bison.c
359 CFLAGS_bitmap.o        += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
360 CFLAGS_find_bit.o      += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
361 CFLAGS_rbtree.o        += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
362 CFLAGS_libstring.o     += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
363 CFLAGS_hweight.o       += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
364 CFLAGS_header.o        += -include $(OUTPUT)PERF-VERSION-FILE
365 CFLAGS_arm-spe.o       += -I$(srctree)/tools/arch/arm64/include/ -I$(OUTPUT)arch/arm64/include/generated/
367 $(OUTPUT)util/argv_split.o: ../lib/argv_split.c FORCE
368         $(call rule_mkdir)
369         $(call if_changed_dep,cc_o_c)
371 $(OUTPUT)util/bitmap.o: ../lib/bitmap.c FORCE
372         $(call rule_mkdir)
373         $(call if_changed_dep,cc_o_c)
375 $(OUTPUT)util/ctype.o: ../lib/ctype.c FORCE
376         $(call rule_mkdir)
377         $(call if_changed_dep,cc_o_c)
379 $(OUTPUT)util/find_bit.o: ../lib/find_bit.c FORCE
380         $(call rule_mkdir)
381         $(call if_changed_dep,cc_o_c)
383 $(OUTPUT)util/rbtree.o: ../lib/rbtree.c FORCE
384         $(call rule_mkdir)
385         $(call if_changed_dep,cc_o_c)
387 $(OUTPUT)util/libstring.o: ../lib/string.c FORCE
388         $(call rule_mkdir)
389         $(call if_changed_dep,cc_o_c)
391 $(OUTPUT)util/hweight.o: ../lib/hweight.c FORCE
392         $(call rule_mkdir)
393         $(call if_changed_dep,cc_o_c)
395 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
396         $(call rule_mkdir)
397         $(call if_changed_dep,cc_o_c)
399 $(OUTPUT)util/list_sort.o: ../lib/list_sort.c FORCE
400         $(call rule_mkdir)
401         $(call if_changed_dep,cc_o_c)
403 ifdef SHELLCHECK
404   SHELL_TESTS := generate-cmdlist.sh
405   TEST_LOGS := $(SHELL_TESTS:%=%.shellcheck_log)
406 else
407   SHELL_TESTS :=
408   TEST_LOGS :=
409 endif
411 $(OUTPUT)%.shellcheck_log: %
412         $(call rule_mkdir)
413         $(Q)$(call echo-cmd,test)shellcheck -a -S warning "$<" > $@ || (cat $@ && rm $@ && false)
415 perf-util-y += $(TEST_LOGS)