summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2024-07-26perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan-1/+26
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen-1/+1
2024-07-23Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git://git.kernel.org/pub...Linus Torvalds-10/+12
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+353
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn-1/+0
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark-2/+7
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio-8/+3
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio-0/+2
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu-7/+15
2024-07-12perf dso: Fix address sanitizer buildIan Rogers-44/+56
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan-0/+14
2024-07-12perf arm-spe: Support multiple Arm SPE PMUsLeo Yan-1/+1
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie-1/+3
2024-07-12perf record: Fix memset out-of-range errorHaoze Xie-2/+2
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy-7/+16
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy-7/+30
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy-36/+117
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-15/+289
2024-07-11perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio-10/+10
2024-07-10perf kvm: Add kvm-stat for loongarch64Bibo Mao-0/+238
2024-07-03perf install: Don't propagate subdir to Documentation submakeNicolas Schier-1/+1
2024-07-03perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metricsXu Yang-0/+884
2024-07-03perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metricsXu Yang-0/+35
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers-5/+21
2024-07-03perf comm str: Avoid sort during insertIan Rogers-11/+18
2024-07-02perf report: Calling available function for stats printingAbhishek Dubey-2/+1
2024-07-02perf intel-pt: Fix exclude_guest settingAdrian Hunter-0/+12
2024-07-02perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter-1/+2
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim-11/+49
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy-1/+11
2024-06-28perf: pmus: Remove unneeded semicolonYang Li-1/+1
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim-0/+3
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark-6/+21
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark-1/+79
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim-1/+19
2024-06-26perf test stat_bpf_counter.sh: Stabilize the test resultsVeronika Molnarova-18/+18
2024-06-26perf python: Clean up build dependenciesIan Rogers-62/+1
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers-208/+110
2024-06-26perf util: Make util its own libraryIan Rogers-305/+316
2024-06-26perf bench: Make bench its own libraryIan Rogers-26/+35
2024-06-26perf test: Make tests its own libraryIan Rogers-104/+115
2024-06-26perf pmu-events: Make pmu-events a libraryIan Rogers-6/+10
2024-06-26perf ui: Make ui its own libraryIan Rogers-21/+31
2024-06-26perf build: Add '*.a' to clean targetsIan Rogers-5/+12
2024-06-26perf kvm/riscv: Port perf kvm stat to RISC-VShenlin Liang-0/+115
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim-1/+1
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim-0/+3
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim-4/+1