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