index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-29
perf evsel: Add functions to enable/disable for a specific CPU
Andi Kleen
2
-13
/
+38
2019-11-29
perf evsel: Add functions to close evsel on a CPU
Andi Kleen
2
-6
/
+22
2019-11-29
perf evlist: Maintain evlist->all_cpus
Andi Kleen
4
-0
/
+61
2019-11-29
perf cpumap: Maintain cpumaps ordered and without dups
Andi Kleen
1
-1
/
+15
2019-11-06
perf evsel: Avoid close(-1)
Andi Kleen
1
-1
/
+2
2019-10-19
libperf: Add pr_err() macro
Jiri Olsa
2
-0
/
+4
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
5
-5
/
+2
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
5
-7
/
+21
2019-10-19
libperf: Add tests_mmap_cpus test
Jiri Olsa
1
-0
/
+98
2019-10-19
libperf: Add tests_mmap_thread test
Jiri Olsa
1
-0
/
+119
2019-10-19
libperf: Link static tests with libapi.a
Jiri Olsa
2
-3
/
+4
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
1
-1
/
+2
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
1
-17
/
+25
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
6
-5
/
+44
2019-10-11
perf tools: Propagate CFLAGS to libperf
Jiri Olsa
1
-1
/
+2
2019-10-10
libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
Jiri Olsa
3
-0
/
+18
2019-10-10
libperf: Introduce perf_evlist__purge()
Jiri Olsa
2
-0
/
+31
2019-10-10
libperf: Introduce perf_evlist__exit()
Jiri Olsa
2
-1
/
+13
2019-10-10
libperf: Move the pollfd allocation from tools/perf to libperf
Jiri Olsa
1
-0
/
+5
2019-10-10
libperf: Centralize map refcnt setting
Jiri Olsa
1
-15
/
+15
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::mmap callback
Jiri Olsa
2
-3
/
+29
2019-10-10
libperf: Add perf_evlist_mmap_ops::get callback
Jiri Olsa
2
-8
/
+13
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::idx callback
Jiri Olsa
2
-5
/
+17
2019-10-10
libperf: Introduce perf_evlist__mmap_ops()
Jiri Olsa
2
-6
/
+26
2019-10-10
libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf
Jiri Olsa
4
-0
/
+243
2019-10-10
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
3
-0
/
+82
2019-10-10
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
3
-0
/
+19
2019-10-10
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
5
-0
/
+90
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
5
-2
/
+49
2019-10-10
libperf: Adopt perf_mmap__put() function from tools/perf
Jiri Olsa
2
-13
/
+33
2019-10-10
libperf: Adopt perf_mmap__unmap() function from tools/perf
Jiri Olsa
2
-0
/
+11
2019-10-10
libperf: Adopt perf_mmap__get() function from tools/perf
Jiri Olsa
2
-0
/
+6
2019-10-10
libperf: Adopt perf_mmap__mmap() function from tools/perf
Jiri Olsa
2
-0
/
+20
2019-10-10
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
2
-0
/
+8
2019-10-10
libperf: Add 'struct perf_mmap_param'
Jiri Olsa
1
-0
/
+5
2019-10-10
libperf: Add perf_mmap__init() function
Jiri Olsa
3
-0
/
+12
2019-09-25
libperf: Add perf_evlist__poll() function
Jiri Olsa
3
-0
/
+7
2019-09-25
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
2
-0
/
+18
2019-09-25
libperf: Add perf_evlist__alloc_pollfd() function
Jiri Olsa
2
-0
/
+24
2019-09-25
libperf: Add libperf_init() call to the tests
Jiri Olsa
4
-0
/
+40
2019-09-25
libperf: Merge libperf_set_print() into libperf_init()
Jiri Olsa
3
-9
/
+3
2019-09-25
libperf: Add libperf dependency for tests targets
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Use sys/types.h to get ssize_t, not unistd.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
5
-0
/
+13
2019-09-25
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
2
-0
/
+48
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2
-0
/
+30
2019-09-25
libperf: Add perf_evlist__read_format() function
Jiri Olsa
2
-0
/
+9
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
1
-0
/
+11
2019-09-25
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2
-0
/
+57
2019-09-25
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2
-0
/
+8
[next]