aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-05-16kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook2-0/+5
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo1-1/+1
2023-05-16tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers1-1/+1
2023-05-16objtool: Move noreturn function list to separate fileJosh Poimboeuf3-44/+50
2023-05-16tools/lib/subcmd: Replace NORETURN usage with __noreturnJosh Poimboeuf2-9/+4
2023-05-16objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf1-2/+0
2023-05-16objtool: Ignore exc_double_fault() __noreturn warningsJosh Poimboeuf1-1/+30
2023-05-16objtool: Detect missing __noreturn annotationsJosh Poimboeuf2-1/+19
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf3-24/+20
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf4-0/+88
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf3-3/+10
2023-05-15perf vendor events arm64: Add AmpereOne core PMU eventsIlkka Koskinen11-0/+1080
2023-05-15perf ftrace: Flush output after each writingChangbin Du1-0/+2
2023-05-15perf annotate browser: Add '<' and '>' keys for navigationNamhyung Kim2-2/+6
2023-05-15perf annotate: Parse x86 SIB addressing properlyNamhyung Kim1-0/+13
2023-05-15perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim1-0/+4
2023-05-15perf doc: Add support for KBUILD_BUILD_TIMESTAMPBen Hutchings1-3/+7
2023-05-15perf doc: Define man page date when using asciidoctorBen Hutchings1-4/+7
2023-05-15torture: Remove duplicated argument -enable-kvm for ppc64Zhouyi Zhou1-1/+1
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest1-1/+0
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-05-15perf test: Add cputype testing to perf statIan Rogers1-0/+44
2023-05-15perf build: Don't use -ftree-loop-distribute-patterns and -gno-variable-locat...Arnaldo Carvalho de Melo1-0/+4
2023-05-15perf parse-events: Reduce scope of is_event_supportedIan Rogers3-41/+39
2023-05-15perf stat: Don't disable TopdownL1 metric on hybridIan Rogers1-6/+1
2023-05-15perf metrics: Be PMU specific in event matchIan Rogers1-3/+7
2023-05-15perf jevents: Don't rewrite metrics across PMUsIan Rogers3-16/+22
2023-05-15perf vendor events intel: Correct alderlake metricsIan Rogers2-122/+122
2023-05-15perf stat: Command line PMU metric filteringIan Rogers3-9/+15
2023-05-15perf metrics: Be PMU specific for referenced metrics.Ian Rogers5-32/+75
2023-05-15perf parse-events: Don't reorder atom cpu eventsIan Rogers1-2/+2
2023-05-15perf parse-events: Don't auto merge hybrid wildcard eventsIan Rogers4-2/+13
2023-05-15perf parse-events: Avoid error when assigning a legacy cache termIan Rogers2-4/+27
2023-05-15perf parse-events: Avoid error when assigning a termIan Rogers4-0/+41
2023-05-15perf parse-events: Support hardware events as termsIan Rogers5-33/+187
2023-05-15perf test: Fix parse-events tests for >1 core PMUIan Rogers1-72/+105
2023-05-15perf stat: Make cputype filter genericIan Rogers6-35/+47
2023-05-15perf parse-events: Add pmu filterIan Rogers11-32/+90
2023-05-15perf parse-events: Minor type safety cleanupIan Rogers1-3/+3
2023-05-15perf parse-events: Remove now unused hybrid logicIan Rogers5-282/+0
2023-05-15perf parse-events: Support wildcards on raw eventsIan Rogers5-20/+52
2023-05-15perf print-events: Print legacy cache events for each PMUIan Rogers3-48/+43
2023-05-15perf parse-events: Wildcard legacy cache eventsIan Rogers5-76/+37
2023-05-15perf parse-events: Support PMUs for legacy cache eventsIan Rogers7-24/+96
2023-05-15perf test x86 hybrid: Add hybrid extended type checksIan Rogers1-0/+12
2023-05-15perf test x86 hybrid: Update test expectationsIan Rogers1-28/+26
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers5-181/+289
2023-05-15perf parse-events: Avoid scanning PMUs before parsingIan Rogers6-436/+170
2023-05-15perf print-events: Avoid unnecessary strlistIan Rogers1-29/+31