index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-19
perf bench mem: Defer type munging of size to float
Ankur Arora
1
-7
/
+7
2025-09-19
perf bench mem: Remove repetition around time measurement
Ankur Arora
1
-64
/
+46
2025-09-19
perf trace: Fix IS_ERR() vs NULL check bug
Fushuai Wang
1
-2
/
+2
2025-09-19
perf test attr: Add missing int_mist.uop_dropping event to test-stat files
Trevor Allison
4
-0
/
+28
2025-09-19
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2
-5
/
+11
2025-09-19
perf test shell lbr: Avoid failures with perf event paranoia
Ian Rogers
1
-6
/
+20
2025-09-19
perf tools: Remove a pointless check
Namhyung Kim
1
-3
/
+0
2025-09-19
perf tools: Update header documentation on BPF_PROG_INFO
Thomas Richter
1
-0
/
+10
2025-09-19
perf tests record: Update testcase to fix usage of affinity for machines with...
Athira Rajeev
1
-10
/
+26
2025-09-19
perf dwarf-aux: Fix __die_find_scope_cb() for namespaces
Zecheng Li
1
-0
/
+9
2025-09-19
perf dwarf-aux: Better variable collection for insn tracking
Zecheng Li
3
-1
/
+21
2025-09-19
perf dwarf-aux: More accurate variable type match for breg
Zecheng Li
1
-5
/
+33
2025-09-19
perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
Ian Rogers
1
-13
/
+38
2025-09-19
perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()
Gautam Menghani
1
-4
/
+1
2025-09-19
perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptions
Ilkka Koskinen
1
-4
/
+4
2025-09-19
perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_pr...
Ilkka Koskinen
1
-5
/
+5
2025-09-19
perf trace: Add --max-summary option
Namhyung Kim
4
-20
/
+38
2025-09-19
perf arm_spe: Allow parsing both data source and events
Leo Yan
1
-30
/
+45
2025-09-19
perf arm_spe: Set HITM flag
Leo Yan
2
-2
/
+26
2025-09-19
perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
Leo Yan
1
-18
/
+16
2025-09-19
perf arm_spe: Fill memory levels for FEAT_SPEv1p4
Leo Yan
2
-0
/
+17
2025-09-19
perf arm_spe: Separate setting of memory levels for loads and stores
Leo Yan
1
-2
/
+43
2025-09-19
perf arm_spe: Refine memory level filling
Leo Yan
1
-11
/
+21
2025-09-19
perf arm_spe: Add "event_filter" entry in meta data
Leo Yan
3
-0
/
+8
2025-09-19
perf arm_spe: Decode event types for new features
Leo Yan
2
-0
/
+21
2025-09-19
perf arm_spe: Directly propagate raw event
Leo Yan
2
-51
/
+14
2025-09-19
perf arm_spe: Use full type for data_src
James Clark
1
-11
/
+14
2025-09-19
perf arm_spe: Correct memory level for remote access
Leo Yan
1
-2
/
+2
2025-09-19
perf arm_spe: Correct setting remote access
Leo Yan
1
-1
/
+1
2025-09-15
perf maps: Ensure kmap is set up for all inserts
Ian Rogers
1
-4
/
+5
2025-09-12
perf lock: Provide a host_env for session new
Ian Rogers
1
-1
/
+6
2025-09-12
perf parse-events: Add 'X' modifier to exclude an event from being regrouped
Ian Rogers
5
-4
/
+9
2025-09-12
perf stat: Don't skip failing group events
Ian Rogers
1
-27
/
+21
2025-09-12
perf evsel: Give warning for broken Intel topdown event grouping
Ian Rogers
3
-7
/
+64
2025-09-12
perf util: Fix compression checks returning -1 as bool
Yunseong Kim
2
-2
/
+2
2025-09-12
perf arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.h
Yunseong Kim
1
-5
/
+10
2025-09-12
perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
GuoHan Zhao
1
-1
/
+3
2025-09-12
perf: Completely remove possibility to override MAX_NR_CPUS
Christophe Leroy
2
-4
/
+0
2025-09-11
tools headers: Remove unused arm32 asm/kvm.h copy
James Clark
1
-1
/
+0
2025-09-11
tools headers: Remove unused kvm_perf.h copies
James Clark
1
-2
/
+0
2025-09-09
perf annotate: Fix title line after return from call
Namhyung Kim
1
-3
/
+7
2025-09-09
perf annotate: Factor out annotate_browser__show_function_title()
Namhyung Kim
1
-11
/
+16
2025-09-09
perf annotate: Fix signature of annotate_browser__show()
Namhyung Kim
1
-12
/
+13
2025-09-09
perf docs: Update SPE doc to include default instructions group
James Clark
1
-4
/
+10
2025-09-09
perf arm-spe: Display --itrace period warnings for all sample types
James Clark
1
-9
/
+9
2025-09-09
perf arm-spe: Downsample all sample types equally
James Clark
1
-15
/
+12
2025-09-09
perf arm-spe: Show instruction sample types by default
James Clark
1
-2
/
+6
2025-09-09
perf symbols: Handle 'N' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
1
-1
/
+6
2025-09-08
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
5
-40
/
+76
2025-09-08
x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__
Uros Bizjak
1
-1
/
+1
[prev]
[next]