index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
mmap.h
Age
Commit message (
Expand
)
Author
2019-02-06
perf record: Allocate affinity masks
Alexey Budankov
2018-12-17
perf record: Extend trace writing to multi AIO
Alexey Budankov
2018-12-17
perf record: Enable asynchronous trace writing
Alexey Budankov
2018-12-17
perf mmap: Map data buffer for preserving collected data
Alexey Budankov
2018-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-10-19
tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers
Daniel Borkmann
2018-09-19
perf tools: Add 'struct perf_mmap' arg to record__write()
Jiri Olsa
2018-08-20
perf mmap: Store real cpu number in 'struct perf_mmap'
Jiri Olsa
2018-03-08
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
2018-03-08
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
2018-03-08
perf mmap: Simplify perf_mmap__consume()
Kan Liang
2018-03-08
perf mmap: Use the stored scope data in perf_mmap__push()
Kan Liang
2018-03-08
perf mmap: Store mmap scope in struct perf_mmap()
Kan Liang
2018-03-08
perf evlist: Store 'overwrite' in struct perf_mmap
Kan Liang
2018-02-15
perf mmap: Discard legacy interface for mmap read
Kan Liang
2018-02-15
perf mmap: Introduce perf_mmap__read_event()
Kan Liang
2018-02-15
perf mmap: Introduce perf_mmap__read_done()
Kan Liang
2018-02-15
perf mmap: Introduce perf_mmap__read_init()
Kan Liang
2017-12-18
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
Ingo Molnar
2017-12-12
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
Mark Rutland
2017-12-05
perf mmap: Remove overwrite and check_messup from mmap read
Wang Nan
2017-12-05
perf mmap: Remove overwrite from arguments list of perf_mmap__push
Wang Nan
2017-10-23
perf mmap: Adopt push method from builtin-record.c
Arnaldo Carvalho de Melo
2017-10-23
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
Arnaldo Carvalho de Melo