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