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
/
lib
/
include
/
internal
Age
Commit message (
Expand
)
Author
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
2019-10-10
libperf: Introduce perf_evlist__purge()
Jiri Olsa
2019-10-10
libperf: Introduce perf_evlist__exit()
Jiri Olsa
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::mmap callback
Jiri Olsa
2019-10-10
libperf: Add perf_evlist_mmap_ops::get callback
Jiri Olsa
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::idx callback
Jiri Olsa
2019-10-10
libperf: Introduce perf_evlist__mmap_ops()
Jiri Olsa
2019-10-10
libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__put() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__unmap() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__get() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__mmap() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
2019-10-10
libperf: Add 'struct perf_mmap_param'
Jiri Olsa
2019-10-10
libperf: Add perf_mmap__init() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__alloc_pollfd() function
Jiri Olsa
2019-09-25
libperf: Use sys/types.h to get ssize_t, not unistd.h
Arnaldo Carvalho de Melo
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__read_format() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
libperf: Add missing 'struct xyarray' forward declaration
Arnaldo Carvalho de Melo
2019-09-25
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
libperf: Add 'flush' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
libperf: Add 'event_copy' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
libperf: Add 'overwrite' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
libperf: Add prev/start/end to struct perf_mmap
Jiri Olsa
2019-09-25
libperf: Add 'refcnt' to struct perf_mmap
Jiri Olsa
2019-09-25
libperf: Add 'cpu' to struct perf_mmap
Jiri Olsa
2019-09-25
libperf: Add 'fd' to struct perf_mmap
Jiri Olsa
2019-09-25
libperf: Add 'mask' to struct perf_mmap
Jiri Olsa
2019-09-25
libperf: Add perf_mmap struct
Jiri Olsa
2019-08-22
libperf: Fix alignment trap with xyarray contents in 'perf stat'
Gerald BAEZA
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2019-07-29
libperf: Add tests support
Jiri Olsa
2019-07-29
libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perf
Jiri Olsa
2019-07-29
libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
Jiri Olsa
[next]