index
:
git.armlinux.org.uk/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
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
2019-08-14
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
2019-08-14
perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...
Arnaldo Carvalho de Melo
2019-08-14
perf tools: Add aux-output config term
Adrian Hunter
2019-08-14
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
2019-08-14
perf tools: Add itrace option 'o' to synthesize aux-output events
Adrian Hunter
2019-08-14
perf tools: Add aux_output attribute flag
Adrian Hunter
2019-08-14
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
2019-08-14
perf tools: Add CAP_SYSLOG define for older systems
Arnaldo Carvalho de Melo
2019-08-14
perf tools: Add helpers to use capabilities if present
Igor Lubashev
2019-08-12
perf hist: Remove dummy entries when finding real ones.
Arnaldo Carvalho de Melo
2019-08-12
perf hists: Do not link a pair if already linked
Arnaldo Carvalho de Melo
2019-08-12
perf session: Avoid infinite loop when seeing invalid header.size
Arnaldo Carvalho de Melo
2019-08-12
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2019-08-08
perf annotate: Fix s390 gap between kernel end and module start
Thomas Richter
2019-08-08
perf record: Fix module size on s390
Thomas Richter
2019-08-08
perf cpumap: Fix writing to illegal memory in handling cpumap mask
He Zhe
2019-08-08
perf db-export: Fix thread__exec_comm()
Adrian Hunter
2019-08-08
perf annotate: Fix printing of unaugmented disassembled instructions from BPF
Arnaldo Carvalho de Melo
2019-07-29
libperf: Add perf_evsel__cpus()/threads() functions
Jiri Olsa
2019-07-29
libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
Jiri Olsa
2019-07-29
libperf: Adopt perf_evsel__read() function from tools/perf
Jiri Olsa
2019-07-29
libperf: Adopt simplified perf_evsel__close() function from tools/perf
Jiri Olsa
2019-07-29
libperf: Adopt perf_evsel__alloc_fd() function from tools/perf
Jiri Olsa
2019-07-29
libperf: Adopt the readn()/writen() functions from tools/perf
Jiri Olsa
2019-07-29
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
Jiri Olsa
2019-07-29
libperf: Adopt xyarray class from perf
Jiri Olsa
2019-07-29
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
2019-07-29
libperf: Add threads to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add has_user_cpus to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add threads to struct perf_evsel
Jiri Olsa
2019-07-29
libperf: Add own_cpus to struct perf_evsel
Jiri Olsa
2019-07-29
libperf: Add cpus to struct perf_evsel
Jiri Olsa
2019-07-29
libperf: Move zalloc.o into libperf
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add perf_evlist__remove() function
Jiri Olsa
2019-07-29
libperf: Add perf_evlist__add() function
Jiri Olsa
2019-07-29
libperf: Add perf_evlist__init() function
Jiri Olsa
2019-07-29
libperf: Add perf_evsel__init function
Jiri Olsa
2019-07-29
libperf: Include perf_evlist in evlist object
Jiri Olsa
2019-07-29
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
2019-07-29
libperf: Add perf_thread_map__new_dummy() function
Jiri Olsa
2019-07-29
libperf: Add perf_thread_map struct
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__dummy_new() function
Jiri Olsa
[prev]
[next]