# SPDX-License-Identifier: GPL-2.0 randstruct-cflags-y += -DRANDSTRUCT ifdef CONFIG_GCC_PLUGIN_RANDSTRUCT randstruct-cflags-y \ += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so randstruct-cflags-$(CONFIG_RANDSTRUCT_PERFORMANCE) \ += -fplugin-arg-randomize_layout_plugin-performance-mode else randstruct-cflags-y \ += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed endif export RANDSTRUCT_CFLAGS := $(randstruct-cflags-y) KBUILD_CFLAGS += $(RANDSTRUCT_CFLAGS) lass='logo' rowspan='2'>cgit logo index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/test_task_analyzer.sh
AgeCommit message (Expand)Author
2025-01-08perf tests shell task_analyzer: Run this test exclusivelyArnaldo Carvalho de Melo
2024-09-04perf tools test_task_analyzer.sh: Update to use 'perf check feature'Aditya Gupta
2024-07-31perf test: Avoid python leak sanitizer test failuresIan Rogers
2023-08-03perf tests task_analyzer: Check perf build options for libtraceevent supportAditya Gupta
2023-06-22perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim
2023-06-13perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta
2023-06-13perf tests task_analyzer: Print command that failed instead of just "perf"Aditya Gupta
2023-06-13perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta
2023-06-13perf tests test_task_analyzer: Fix shellcheck issuesAboorva Devarajan
2022-12-14perf test: add new task-analyzer testsPetar Gligoric