tools/perf/tests/workloads/Build

Source file repositories/reference/linux-study-clean/tools/perf/tests/workloads/Build

File Facts

System
Linux kernel
Corpus path
tools/perf/tests/workloads/Build
Extension
[no extension]
Size
763 bytes
Lines
24
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

# SPDX-License-Identifier: GPL-2.0

perf-test-y += noploop.o
perf-test-y += thloop.o
perf-test-y += leafloop.o
perf-test-y += sqrtloop.o
perf-test-y += brstack.o
perf-test-y += datasym.o
perf-test-y += landlock.o
perf-test-y += traploop.o
perf-test-y += inlineloop.o

ifeq ($(CONFIG_RUST_SUPPORT),y)
    perf-test-y += code_with_type.o
    perf-test-y += code_with_type.a
endif

CFLAGS_sqrtloop.o         = -g -O0 -fno-inline -U_FORTIFY_SOURCE
CFLAGS_leafloop.o         = -g -O0 -fno-inline -fno-omit-frame-pointer -U_FORTIFY_SOURCE
CFLAGS_brstack.o          = -g -O0 -fno-inline -U_FORTIFY_SOURCE
CFLAGS_datasym.o          = -g -O0 -fno-inline -U_FORTIFY_SOURCE
CFLAGS_traploop.o         = -g -O0 -fno-inline -U_FORTIFY_SOURCE
CFLAGS_inlineloop.o       = -g -O2

Annotation

Implementation Notes