aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21xtensa/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21sparc/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21loongarch/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21csky/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21arc/perf: Remove driver-specific throttle supportKan Liang1-4/+2
2025-05-21alpha/perf: Remove driver-specific throttle supportKan Liang1-8/+3
2025-05-21perf/apple_m1: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21perf/arm: Remove driver-specific throttle supportKan Liang4-10/+5
2025-05-21s390/perf: Remove driver-specific throttle supportKan Liang2-6/+1
2025-05-21powerpc/perf: Remove driver-specific throttle supportKan Liang2-6/+3
2025-05-21perf/x86/zhaoxin: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21perf/x86/amd: Remove driver-specific throttle supportKan Liang2-5/+2
2025-05-21perf/x86/intel: Remove driver-specific throttle supportKan Liang5-14/+8
2025-05-21perf: Only dump the throttle log for the leaderKan Liang1-2/+4
2025-05-21perf: Fix the throttle logic for a groupKan Liang1-20/+46
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang1-5/+10
2025-05-16perf/x86/intel/ds: Remove redundant assignments to sample.periodChangbin Du1-3/+0
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui3-9/+23
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker1-1/+1
2025-05-08perf: Remove too early and redundant CPU hotplug handlingFrederic Weisbecker2-6/+0
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker1-16/+15
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker1-2/+18
2025-04-25perf/x86: Optimize the is_x86_eventKan Liang1-9/+10
2025-04-25perf/x86/intel: Check the X86 leader for ACR groupKan Liang1-1/+1
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-04-25perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snaps...Kan Liang1-2/+19
2025-04-25perf/x86/intel: Check the X86 leader for pebs_counter_event_groupKan Liang1-1/+1
2025-04-25perf/x86/intel: Only check the group flag for X86 leaderKan Liang2-2/+9
2025-04-24perf/x86: Fix non-sampling (counting) events on certain x86 platformsLuo Gengkun1-1/+1
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim1-2/+2
2025-04-22ima: process_measurement() needlessly takes inode_lock() on MAY_READFrederick Lawler1-1/+3
2025-04-20gcc-15: disable '-Wunterminated-string-initialization' entirely for nowLinus Torvalds2-3/+3
2025-04-20Linux 6.15-rc3v6.15-rc3Linus Torvalds1-1/+1
2025-04-20gcc-15: work around sequence-point warningLinus Torvalds1-3/+6
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds4-5/+5
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds2-2/+2
2025-04-20gcc-15: acpi: sprinkle random '__nonstring' crumbles aroundLinus Torvalds4-5/+5
2025-04-20gcc-15: make 'unterminated string initialization' just a warningLinus Torvalds1-0/+3
2025-04-19Revert "hfs{plus}: add deprecation warning"Christian Brauner2-4/+0
2025-04-18drm/msm/a6xx+: Don't let IB_SIZE overflowRob Clark2-4/+11
2025-04-18tracing: selftests: Add testing a user string to filtersSteven Rostedt1-0/+20
2025-04-18x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel3-53/+21
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das1-7/+12
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov2-4/+18
2025-04-18perf/x86/amd/uncore: Prevent UMC counters from saturatingSandipan Das1-1/+34
2025-04-18perf/x86/amd/uncore: Add parameter to configure hrtimerSandipan Das1-1/+5
2025-04-18perf/x86/amd/uncore: Use hrtimer for handling overflowsSandipan Das1-0/+63
2025-04-18perf/x86/intel/uncore: Use HRTIMER_MODE_HARD for detecting overflowsSandipan Das1-10/+2
2025-04-18perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' memberSandipan Das1-1/+0
2025-04-18selftests/bpf: Add 5-byte NOP uprobe trigger benchmarkJiri Olsa3-1/+55