index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2025-03-20
perf dso: Add support for reading the e_machine type for a dso
Ian Rogers
2025-03-20
perf syscalltbl: Remove struct syscalltbl
Ian Rogers
2025-03-20
perf trace: Reorganize syscalls
Ian Rogers
2025-03-20
perf syscalltbl: Remove syscall_table.h
Ian Rogers
2025-03-20
perf dso: kernel-doc for enum dso_binary_type
Ian Rogers
2025-03-20
perf dso: Move libunwind dso_data variables into ifdef
Ian Rogers
2025-03-20
perf report: Disable children column for data type profiling
Namhyung Kim
2025-03-20
perf report: Allow hierarchy mode for --children
Namhyung Kim
2025-03-20
perf sort: Keep output fields in the same level
Namhyung Kim
2025-03-19
perf pmu: Handle memory failure in tool_pmu__new()
Thomas Richter
2025-03-19
perf: intel-tpebs: Fix incorrect usage of zfree()
James Clark
2025-03-19
perf cpumap: Increment reference count for online cpumap
Ian Rogers
2025-03-19
perf dso: fix dso__is_kallsyms() check
Stephen Brennan
2025-03-19
x86/cpufeatures: Remove {disabled,required}-features.h
Xin Li (Intel)
2025-03-18
perf kwork: Remove unreachable judgments
Feng Yang
2025-03-18
perf python: Check if there is space to copy all the event
Arnaldo Carvalho de Melo
2025-03-18
perf python: Don't keep a raw_data pointer to consumed ring buffer space
Arnaldo Carvalho de Melo
2025-03-18
perf python: Decrement the refcount of just created event on failure
Arnaldo Carvalho de Melo
2025-03-18
perf python tracepoint.py: Change the COMM using setproctitle if available
Arnaldo Carvalho de Melo
2025-03-18
perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
Arnaldo Carvalho de Melo
2025-03-18
perf python: Fixup description of sample.id event member
Arnaldo Carvalho de Melo
2025-03-17
perf test dso-data: Correctly free test file in read test
Ian Rogers
2025-03-17
perf dso: Use lock annotations to fix asan deadlock
Ian Rogers
2025-03-17
perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNED
Ian Rogers
2025-03-14
perf test: Add pipe output testing for annotate
Ian Rogers
2025-03-14
perf test: Fixes to variable expansion and stdout for diff test
Ian Rogers
2025-03-14
perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
Arnaldo Carvalho de Melo
2025-03-14
perf test stat_all_pmu.sh: Correctly check 'perf stat' result
Veronika Molnarova
2025-03-14
perf script: Update brstack syntax documentation
Yujie Liu
2025-03-13
perf script: Fix typo in branch event mask
Yujie Liu
2025-03-13
perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...
Arnaldo Carvalho de Melo
2025-03-13
perf units: Fix insufficient array space
Arnaldo Carvalho de Melo
2025-03-13
perf annotate: Add --code-with-type option.
Namhyung Kim
2025-03-13
perf annotate: Implement code + data type annotation
Namhyung Kim
2025-03-13
perf annotate: Factor out __hist_entry__get_data_type()
Namhyung Kim
2025-03-13
perf annotate: Pass hist_entry to annotate functions
Namhyung Kim
2025-03-13
perf annotate: Pass annotation_options to annotation_line__print()
Namhyung Kim
2025-03-13
perf annotate: Remove unused len parameter from annotation_line__print()
Namhyung Kim
2025-03-13
perf annotate-data: Add annotated_data_type__get_member_name()
Namhyung Kim
2025-03-13
perf ftrace: Use atomic inc to update histogram in BPF
Namhyung Kim
2025-03-13
perf ftrace: Remove an unnecessary condition check in BPF
Namhyung Kim
2025-03-13
perf ftrace: Fix latency stats with BPF
Namhyung Kim
2025-03-11
perf test stat: Additional topdown grouping tests
Ian Rogers
2025-03-11
perf x86 evlist: Update comments on topdown regrouping
Dapeng Mi
2025-03-11
perf parse-events: Corrections to topdown sorting
Ian Rogers
2025-03-11
perf x86/topdown: Fix topdown leader sampling test error on hybrid
Dapeng Mi
2025-03-11
perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
Ian Rogers
2025-03-11
perf python tracepoint: Switch to using parse_events
Ian Rogers
2025-03-11
perf python: Add evlist.config to set up record options
Ian Rogers
2025-03-11
perf python: Add evlist all_cpus accessor
Ian Rogers
[prev]
[next]