tools/perf/arch/x86/Build

Source file repositories/reference/linux-study-clean/tools/perf/arch/x86/Build

File Facts

System
Linux kernel
Corpus path
tools/perf/arch/x86/Build
Extension
[no extension]
Size
330 bytes
Lines
16
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

perf-util-y += util/
perf-test-y += tests/

ifdef SHELLCHECK
  SHELL_TEST_LOGS := $(SHELL_TESTS:%=%.shellcheck_log)
else
  SHELL_TESTS :=
  SHELL_TEST_LOGS :=
endif

$(OUTPUT)%.shellcheck_log: %
	$(call rule_mkdir)
	$(Q)$(call echo-cmd,test)$(SHELLCHECK) "$<" > $@ || (cat $@ && rm $@ && false)

perf-test-y += $(SHELL_TEST_LOGS)

Annotation

Implementation Notes