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
/
util
Age
Commit message (
Expand
)
Author
2024-08-30
perf inject: Overhaul handling of pipe files
Ian Rogers
2024-08-29
perf header: Allow attributes to be written after data
Ian Rogers
2024-08-29
perf header: Fail read if header sections overlap
Ian Rogers
2024-08-29
perf header: Add kerneldoc to 'struct perf_file_header'
Ian Rogers
2024-08-29
perf session: Document 'struct perf_session' and constify its 'auxtrace' member
Ian Rogers
2024-08-29
perf: cs-etm: Print queue number in raw trace dump
James Clark
2024-08-29
perf: cs-etm: Support version 0.1 of HW_ID packets
James Clark
2024-08-29
perf: cs-etm: Create decoders based on the trace ID mappings
James Clark
2024-08-29
perf: cs-etm: Move traceid_list to each queue
James Clark
2024-08-29
perf: cs-etm: Allocate queues for all CPUs
James Clark
2024-08-29
perf cs-etm: Create decoders after both AUX and HW_ID search passes
James Clark
2024-08-28
perf bpf-filter: Support filtering on cgroups
Namhyung Kim
2024-08-28
perf bpf-filter: Add build dependency to header files
Namhyung Kim
2024-08-28
perf report: Fix segfault when 'sym' sort key is not used
Namhyung Kim
2024-08-28
perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record
Leo Yan
2024-08-28
perf auxtrace: Use evsel__is_aux_event() for checking AUX event
Leo Yan
2024-08-28
perf trace: Fix perf trace -p <PID>
Howard Chu
2024-08-28
perf evlist: Introduce method to find if there is a bpf-output event
Howard Chu
2024-08-28
perf tools: Print lost samples due to BPF filter
Namhyung Kim
2024-08-28
perf bpf-filter: Support multiple events properly
Namhyung Kim
2024-08-22
perf python: Disable -Wno-cast-function-type-mismatch if present on clang
Arnaldo Carvalho de Melo
2024-08-22
perf python: Allow checking for the existence of warning options in clang
Arnaldo Carvalho de Melo
2024-08-22
perf annotate-data: Copy back variable types after move
Namhyung Kim
2024-08-22
perf annotate-data: Update stack slot for the store
Namhyung Kim
2024-08-22
perf annotate-data: Update debug messages
Namhyung Kim
2024-08-22
perf dwarf-aux: Handle bitfield members from pointer access
Namhyung Kim
2024-08-21
perf annotate-data: Add 'typecln' sort key
Namhyung Kim
2024-08-21
perf annotate-data: Show offset and size in hex
Namhyung Kim
2024-08-21
perf bpf: Remove redundant check that map is NULL
Yang Ruibin
2024-08-21
perf annotate-data: Fix percpu pointer check
Namhyung Kim
2024-08-21
perf annotate-data: Prefer struct/union over base type
Namhyung Kim
2024-08-20
perf cap: Tidy up and improve capability testing
Ian Rogers
2024-08-20
perf annotate-data: Set bitfield member offset and size properly
Namhyung Kim
2024-08-19
perf evsel: Constify evsel__id_hdr_size() argument
Ian Rogers
2024-08-19
perf dso: Constify dso_id
Ian Rogers
2024-08-19
perf jit: Constify filename argument
Ian Rogers
2024-08-19
perf map: API clean up
Ian Rogers
2024-08-19
perf synthetic-events: Avoid unnecessary memset
Ian Rogers
2024-08-19
perf python: Fix the build on 32-bit arm by including missing "util/sample.h"
Xu Yang
2024-08-19
perf annotate-data: Update type stat at the end of find_data_type_die()
Namhyung Kim
2024-08-19
perf annotate-data: Check variables in every scope
Namhyung Kim
2024-08-19
perf annotate-data: Add is_better_type() helper
Namhyung Kim
2024-08-19
perf annotate-data: Add is_pointer_type() helper
Namhyung Kim
2024-08-19
perf annotate-data: Change return type of find_data_type_block()
Namhyung Kim
2024-08-19
perf annotate-data: Add variable_state_str()
Namhyung Kim
2024-08-19
perf annotate-data: Add 'enum type_match_result'
Namhyung Kim
2024-08-19
perf annotate-data: Fix off-by-one in location range check
Namhyung Kim
2024-08-19
perf dwarf-aux: Check allowed location expressions when collecting variables
Namhyung Kim
2024-08-16
perf stat: Display iostat headers correctly
Yicong Yang
2024-08-15
perf hist: Update hist symbol when updating maps
Matt Fleming
[prev]
[next]