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
/
Build
Age
Commit message (
Expand
)
Author
2023-03-15
perf bpf filter: Introduce basic BPF filter expression
Namhyung Kim
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-03-14
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
2023-02-03
perf lock contention: Use lock_stat_find{,new}
Namhyung Kim
2022-12-14
perf cs-etm: Print auxtrace info even if OpenCSD isn't linked
James Clark
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
perf tool: Move pmus list variable to a new file
Ravi Bangoria
2022-11-16
perf build: Install libsymbol locally when building
Ian Rogers
2022-11-04
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
2022-10-15
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
2022-10-04
perf mutex: Wrapped usage of mutex and cond
Pavithra Gurushankar
2022-09-29
perf parse-events: Ignore clang 15 warning about variable set but unused in b...
Jiri Olsa
2022-08-11
perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...
Leo Yan
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
2022-08-01
perf lock: Use BPF for lock contention analysis
Namhyung Kim
2022-07-26
perf kwork: Implement BPF trace
Yang Jihong
2022-05-26
perf record: Enable off-cpu analysis with BPF
Namhyung Kim
2022-02-14
perf maps: Move maps code to own C file
Ian Rogers
2021-12-21
perf arm64: Inject missing frames when using 'perf record --call-graph=fp'
Alexandre Truong
2021-12-16
perf ftrace: Add -b/--use-bpf option for latency subcommand
Namhyung Kim
2021-11-01
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
2021-10-20
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
2021-09-10
perf report: Add support to print a textual representation of IBS raw sample ...
Kim Phillips
2021-07-05
perf stat: Enable BPF counter with --for-each-cgroup
Namhyung Kim
2021-07-01
perf script: Add API for filtering via dynamically loaded shared object
Adrian Hunter
2021-05-27
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
2021-05-10
perf tools: Fix dynamic libbpf link
Jiri Olsa
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
perf parse-events: Create two hybrid hardware events
Jin Yao
2021-04-29
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
2021-04-29
perf data: Add JSON export
Nicholas Fraser
2021-04-20
perf stat: Basic support for iostat in perf
Alexander Antonov
2021-02-17
perf tools: Add OCaml demangling
Fabian Hemmer
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
2020-10-14
perf streams: Introduce branch history "streams"
Jin Yao
2020-09-17
perf tools: Rename group to topdown
Kan Liang
2020-08-14
perf tools: Add general function to parse sublevel options
Changbin Du
2020-08-06
perf clockid: Move parse_clockid() to new clockid object
Jiri Olsa
2020-07-02
perf parse-events: Disable a subset of bison warnings
Ian Rogers
2020-07-02
perf parse-events: Disable a subset of flex warnings
Ian Rogers
2020-06-23
perf parse-events: Declare bison header file output
Ian Rogers
2020-06-22
perf parse-events: Declare flex header file output
Ian Rogers
2020-06-22
perf pmu: Add flex debug build flag
Ian Rogers
2020-06-22
perf pmu: Add bison debug build flag
Ian Rogers
2020-06-22
perf parse-events: Use automatic variable for yacc input
Ian Rogers
2020-06-22
perf parse-events: Use automatic variable for flex input
Ian Rogers
2020-06-01
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun
2020-05-29
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-28
perf tools: Grab a copy of libbpf's hashmap
Ian Rogers
2020-05-05
perf evlist: Move the sideband thread routines to separate object
Arnaldo Carvalho de Melo
[next]