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