index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Avoid close(-1)
Andi Kleen
2019-11-06
1
-1
/
+2
*
libperf: Add pr_err() macro
Jiri Olsa
2019-10-19
2
-0
/
+4
*
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
2019-10-19
5
-5
/
+2
*
libperf: Keep count of failed tests
Jiri Olsa
2019-10-19
5
-7
/
+21
*
libperf: Add tests_mmap_cpus test
Jiri Olsa
2019-10-19
1
-0
/
+98
*
libperf: Add tests_mmap_thread test
Jiri Olsa
2019-10-19
1
-0
/
+119
*
libperf: Link static tests with libapi.a
Jiri Olsa
2019-10-19
2
-3
/
+4
*
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
2019-10-19
1
-1
/
+2
*
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
2019-10-19
1
-17
/
+25
*
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
2019-10-19
6
-5
/
+44
*
perf tools: Propagate CFLAGS to libperf
Jiri Olsa
2019-10-11
1
-1
/
+2
*
libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
Jiri Olsa
2019-10-10
3
-0
/
+18
*
libperf: Introduce perf_evlist__purge()
Jiri Olsa
2019-10-10
2
-0
/
+31
*
libperf: Introduce perf_evlist__exit()
Jiri Olsa
2019-10-10
2
-1
/
+13
*
libperf: Move the pollfd allocation from tools/perf to libperf
Jiri Olsa
2019-10-10
1
-0
/
+5
*
libperf: Centralize map refcnt setting
Jiri Olsa
2019-10-10
1
-15
/
+15
*
libperf: Introduce perf_evlist_mmap_ops::mmap callback
Jiri Olsa
2019-10-10
2
-3
/
+29
*
libperf: Add perf_evlist_mmap_ops::get callback
Jiri Olsa
2019-10-10
2
-8
/
+13
*
libperf: Introduce perf_evlist_mmap_ops::idx callback
Jiri Olsa
2019-10-10
2
-5
/
+17
*
libperf: Introduce perf_evlist__mmap_ops()
Jiri Olsa
2019-10-10
2
-6
/
+26
*
libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf
Jiri Olsa
2019-10-10
4
-0
/
+243
*
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
2019-10-10
3
-0
/
+82
*
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
2019-10-10
3
-0
/
+19
*
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
2019-10-10
5
-0
/
+90
*
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
5
-2
/
+49
*
libperf: Adopt perf_mmap__put() function from tools/perf
Jiri Olsa
2019-10-10
2
-13
/
+33
*
libperf: Adopt perf_mmap__unmap() function from tools/perf
Jiri Olsa
2019-10-10
2
-0
/
+11
*
libperf: Adopt perf_mmap__get() function from tools/perf
Jiri Olsa
2019-10-10
2
-0
/
+6
*
libperf: Adopt perf_mmap__mmap() function from tools/perf
Jiri Olsa
2019-10-10
2
-0
/
+20
*
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
2019-10-10
2
-0
/
+8
*
libperf: Add 'struct perf_mmap_param'
Jiri Olsa
2019-10-10
1
-0
/
+5
*
libperf: Add perf_mmap__init() function
Jiri Olsa
2019-10-10
3
-0
/
+12
*
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
3
-0
/
+7
*
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
2019-09-25
2
-0
/
+18
*
libperf: Add perf_evlist__alloc_pollfd() function
Jiri Olsa
2019-09-25
2
-0
/
+24
*
libperf: Add libperf_init() call to the tests
Jiri Olsa
2019-09-25
4
-0
/
+40
*
libperf: Merge libperf_set_print() into libperf_init()
Jiri Olsa
2019-09-25
3
-9
/
+3
*
libperf: Add libperf dependency for tests targets
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Use sys/types.h to get ssize_t, not unistd.h
Arnaldo Carvalho de Melo
2019-09-25
1
-1
/
+1
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
5
-0
/
+13
*
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
2019-09-25
2
-0
/
+48
*
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2019-09-25
2
-0
/
+30
*
libperf: Add perf_evlist__read_format() function
Jiri Olsa
2019-09-25
2
-0
/
+9
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
1
-0
/
+11
*
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
2
-0
/
+57
*
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
2
-0
/
+8
*
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-0
/
+1
*
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-0
/
+1
*
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-0
/
+1
*
libperf: Add missing 'struct xyarray' forward declaration
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
[next]