aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-09-02perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-09-02perf python: include "util/sample.h"Xu Yang1-0/+1
2024-09-02perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-09-02perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova1-1/+3
2024-08-09perf daemon: Fix the build on 32-bit architecturesArnaldo Carvalho de Melo1-4/+5
2024-08-07tools/include: Sync filesystem headers with the kernel sourcesNamhyung Kim3-6/+179
2024-08-07tools/include: Sync network socket headers with the kernel sourcesNamhyung Kim1-1/+4
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim3-5/+11
2024-08-06tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim1-4/+5
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+5
2024-08-01perf arch events: Fix duplicate RISC-V SBI firmware event nameEric Lin5-5/+5
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds4-3/+74
2024-07-26perf docs: Document cross compilationLeo Yan1-0/+28
2024-07-26perf: build: Link lib 'zstd' for static buildLeo Yan1-1/+1
2024-07-26perf: build: Only link libebl.a for old libdwLeo Yan1-1/+11
2024-07-26perf: build: Set Python configuration for cross compilationLeo Yan1-0/+8
2024-07-26perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan1-1/+26
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen1-1/+1
2024-07-23Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds4-10/+12
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-0/+353
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn1-1/+0
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark3-2/+7
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio1-8/+3
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio1-0/+2
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu3-7/+15
2024-07-12perf dso: Fix address sanitizer buildIan Rogers9-44/+56
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan1-0/+14
2024-07-12perf arm-spe: Support multiple Arm SPE PMUsLeo Yan1-1/+1
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie1-1/+3
2024-07-12perf record: Fix memset out-of-range errorHaoze Xie1-2/+2
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy2-7/+16
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy2-7/+30
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy2-36/+117
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini16-15/+289
2024-07-11perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio1-10/+10
2024-07-10perf kvm: Add kvm-stat for loongarch64Bibo Mao4-0/+238
2024-07-03perf install: Don't propagate subdir to Documentation submakeNicolas Schier1-1/+1
2024-07-03perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metricsXu Yang3-0/+884
2024-07-03perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metricsXu Yang2-0/+35
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers1-5/+21
2024-07-03perf comm str: Avoid sort during insertIan Rogers1-11/+18
2024-07-02perf report: Calling available function for stats printingAbhishek Dubey1-2/+1
2024-07-02perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-07-02perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim11-11/+49
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy2-1/+11
2024-06-28perf: pmus: Remove unneeded semicolonYang Li1-1/+1
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim1-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3