aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2023-09-12 19:23:21 +0300
committerKees Cook <keescook@chromium.org>2023-09-13 20:08:52 -0700
commit531108ec5b5cd45ec6272a6115e73275baef7d22 (patch)
treeb59d6622a9433e98da2ca48c296819e6757492b4 /tools/perf/scripts/python/bin
parentLoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_by (diff)
downloadlinux-531108ec5b5cd45ec6272a6115e73275baef7d22.tar.gz
linux-531108ec5b5cd45ec6272a6115e73275baef7d22.zip
uapi: stddef.h: Fix header guard location
The #endif for the header guard wasn't at the end of the header. This was harmless since the define that escaped was already testing for its own redefinition. Regardless, move the #endif to the correct place. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Fixes: c8248faf3ca2 ("Compiler Attributes: counted_by: Adjust name and identifier expansion") Link: https://lore.kernel.org/r/b1f5081e-339d-421d-81b2-cbb94e1f6f5f@p183 Co-developed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
-0/+8 2019-01-04tools iio: Override CFLAGS assignmentsJiri Olsa1-1/+1 2019-01-04tools thermal tmon: Use -O3 instead of -O1 if availableJiri Olsa1-1/+1 2019-01-03tools beauty: Make the prctl option table generator catch all PR_ optionsArnaldo Carvalho de Melo1-1/+1 2019-01-03tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+8 2019-01-03tools headers x86: Sync disabled-features.hArnaldo Carvalho de Melo1-1/+7 2019-01-03perf stat: Fix endless wait for child processJin Yao1-1/+2 2019-01-02perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter1-0/+7 2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter5-25/+69 2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter1-12/+17 2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter1-7/+19 2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter1-6/+34 2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter1-32/+49 2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter1-4/+3 2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter1-11/+7 2018-12-28tools gpio: Allow overriding CFLAGSJiri Olsa1-1/+1 2018-12-28tools power turbostat: Override CFLAGS assignments and add LDFLAGS to build c...Jiri Olsa1-4/+4 2018-12-28tools thermal tmon: Allow overriding CFLAGS assignmentsJiri Olsa1-4/+4 2018-12-28tools power x86_energy_perf_policy: Override CFLAGS assignments and add LDFLA...Jiri Olsa1-3/+3 2018-12-28perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa1-1/+1 2018-12-28perf c2c: Change the default coalesce setupJiri Olsa1-1/+1 2018-12-28perf trace beauty ioctl: Beautify USBDEVFS_ commandsArnaldo Carvalho de Melo1-0/+22 2018-12-28perf trace beauty: Export function to get the files for a threadArnaldo Carvalho de Melo2-5/+12 2018-12-28perf trace: Wire up ioctl's USBDEBFS_ cmd table generatorArnaldo Carvalho de Melo1-0/+8