~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/perf/tests/Build

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0
  2 
  3 perf-test-y += builtin-test.o
  4 perf-test-y += tests-scripts.o
  5 perf-test-y += parse-events.o
  6 perf-test-y += dso-data.o
  7 perf-test-y += attr.o
  8 perf-test-y += vmlinux-kallsyms.o
  9 perf-test-$(CONFIG_LIBTRACEEVENT) += openat-syscall.o
 10 perf-test-$(CONFIG_LIBTRACEEVENT) += openat-syscall-all-cpus.o
 11 perf-test-$(CONFIG_LIBTRACEEVENT) += openat-syscall-tp-fields.o
 12 perf-test-$(CONFIG_LIBTRACEEVENT) += mmap-basic.o
 13 perf-test-y += perf-record.o
 14 perf-test-y += evsel-roundtrip-name.o
 15 perf-test-$(CONFIG_LIBTRACEEVENT) += evsel-tp-sched.o
 16 perf-test-y += fdarray.o
 17 perf-test-y += pmu.o
 18 perf-test-y += pmu-events.o
 19 perf-test-y += hists_common.o
 20 perf-test-y += hists_link.o
 21 perf-test-y += hists_filter.o
 22 perf-test-y += hists_output.o
 23 perf-test-y += hists_cumulate.o
 24 perf-test-y += python-use.o
 25 perf-test-y += bp_signal.o
 26 perf-test-y += bp_signal_overflow.o
 27 perf-test-y += bp_account.o
 28 perf-test-y += wp.o
 29 perf-test-y += task-exit.o
 30 perf-test-y += sw-clock.o
 31 perf-test-y += mmap-thread-lookup.o
 32 perf-test-y += thread-maps-share.o
 33 perf-test-$(CONFIG_LIBTRACEEVENT) += switch-tracking.o
 34 perf-test-y += keep-tracking.o
 35 perf-test-y += code-reading.o
 36 perf-test-y += sample-parsing.o
 37 perf-test-y += parse-no-sample-id-all.o
 38 perf-test-y += kmod-path.o
 39 perf-test-y += thread-map.o
 40 perf-test-y += topology.o
 41 perf-test-y += mem.o
 42 perf-test-y += cpumap.o
 43 perf-test-y += stat.o
 44 perf-test-y += event_update.o
 45 perf-test-y += event-times.o
 46 perf-test-y += expr.o
 47 perf-test-y += backward-ring-buffer.o
 48 perf-test-y += sdt.o
 49 perf-test-y += is_printable_array.o
 50 perf-test-y += bitmap.o
 51 perf-test-y += perf-hooks.o
 52 perf-test-y += unit_number__scnprintf.o
 53 perf-test-y += mem2node.o
 54 perf-test-y += maps.o
 55 perf-test-y += time-utils-test.o
 56 perf-test-y += genelf.o
 57 perf-test-y += api-io.o
 58 perf-test-y += demangle-java-test.o
 59 perf-test-y += demangle-ocaml-test.o
 60 perf-test-y += pfm.o
 61 perf-test-y += parse-metric.o
 62 perf-test-y += pe-file-parsing.o
 63 perf-test-y += expand-cgroup.o
 64 perf-test-y += perf-time-to-tsc.o
 65 perf-test-y += dlfilter-test.o
 66 perf-test-y += sigtrap.o
 67 perf-test-y += event_groups.o
 68 perf-test-y += symbols.o
 69 perf-test-y += util.o
 70 
 71 ifeq ($(SRCARCH),$(filter $(SRCARCH),x86 arm arm64 powerpc))
 72 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
 73 endif
 74 
 75 CFLAGS_attr.o         += -DBINDIR="BUILD_STR($(bindir_SQ))" -DPYTHON="BUILD_STR($(PYTHON_WORD))"
 76 CFLAGS_python-use.o   += -DPYTHONPATH="BUILD_STR($(OUTPUT)python)" -DPYTHON="BUILD_STR($(PYTHON_WORD))"
 77 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
 78 
 79 perf-test-y += workloads/
 80 
 81 ifdef SHELLCHECK
 82   SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
 83   TEST_LOGS := $(SHELL_TESTS:tests/shell/%=shell/%.shellcheck_log)
 84 else
 85   SHELL_TESTS :=
 86   TEST_LOGS :=
 87 endif
 88 
 89 $(OUTPUT)%.shellcheck_log: %
 90         $(call rule_mkdir)
 91         $(Q)$(call echo-cmd,test)shellcheck -a -S warning "$<" > $@ || (cat $@ && rm $@ && false)
 92 
 93 perf-test-y += $(TEST_LOGS)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php