Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f016b35ca7623c71b31facdde080e8ce171a697
/
tools
/
perf
/
util
/
mmap.h
6bd006c
perf mmap: Introduce mmap_cpu_mask__duplicate()
by Riccardo Mancini
· 3 years, 4 months ago
5d4da30
perf mmap: Add missing bitops.h header
by Riccardo Mancini
· 3 years, 4 months ago
8384a26
perf record: Adapt affinity to machines with #CPUs > 1K
by Alexey Budankov
· 5 years ago
9c080c0
perf mmap: Declare type for cpu mask of arbitrary length
by Alexey Budankov
· 5 years ago
151ed5d
libperf: Adopt perf_mmap__read_event() from tools/perf
by Jiri Olsa
· 5 years ago
32fdc2c
libperf: Adopt perf_mmap__read_done() from tools/perf
by Jiri Olsa
· 5 years ago
7c4d418
libperf: Adopt perf_mmap__read_init() from tools/perf
by Jiri Olsa
· 5 years ago
7728fa0
libperf: Adopt perf_mmap__consume() function from tools/perf
by Jiri Olsa
· 5 years ago
80e53d1
libperf: Adopt perf_mmap__put() function from tools/perf
by Jiri Olsa
· 5 years ago
59d7ea62
libperf: Adopt perf_mmap__unmap() function from tools/perf
by Jiri Olsa
· 5 years ago
e75710f
libperf: Adopt perf_mmap__get() function from tools/perf
by Jiri Olsa
· 5 years ago
32c261c
libperf: Adopt perf_mmap__mmap() function from tools/perf
by Jiri Olsa
· 5 years ago
bf59b30
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
by Jiri Olsa
· 5 years ago
e440979
libperf: Add 'struct perf_mmap_param'
by Jiri Olsa
· 5 years ago
65aa2e6
libperf: Add 'flush' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
4443e6d
libperf: Add 'event_copy' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
8df7a86
libperf: Add 'overwrite' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
ebe4d72
libperf: Add prev/start/end to struct perf_mmap
by Jiri Olsa
· 5 years ago
e03edfe
libperf: Add 'refcnt' to struct perf_mmap
by Jiri Olsa
· 5 years ago
56a9470
libperf: Add 'cpu' to struct perf_mmap
by Jiri Olsa
· 5 years ago
2cf07b2
libperf: Add 'fd' to struct perf_mmap
by Jiri Olsa
· 5 years ago
4fd0cef
libperf: Add 'mask' to struct perf_mmap
by Jiri Olsa
· 5 years ago
547740f
libperf: Add perf_mmap struct
by Jiri Olsa
· 5 years ago
e0fcfb0
perf evlist: Adopt backwards ring buffer state enum
by Arnaldo Carvalho de Melo
· 5 years ago
a583053
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
by Jiri Olsa
· 5 years ago
f2a39fe
perf auxtrace: Uninline functions that touch perf_session
by Arnaldo Carvalho de Melo
· 5 years ago
ef78112
perf record: Implement compression for AIO trace streaming
by Alexey Budankov
· 6 years ago
51255a8
perf mmap: Implement dedicated memory buffer for data compression
by Alexey Budankov
· 6 years ago
470530b
perf record: Implement --mmap-flush=<number> option
by Alexey Budankov
· 6 years ago
9d2ed64
perf record: Allocate affinity masks
by Alexey Budankov
· 6 years ago
93f20c0
perf record: Extend trace writing to multi AIO
by Alexey Budankov
· 6 years ago
d3d1af6
perf record: Enable asynchronous trace writing
by Alexey Budankov
· 6 years ago
0b77383
perf mmap: Map data buffer for preserving collected data
by Alexey Budankov
· 6 years ago
50b825d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
09d62154
tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers
by Daniel Borkmann
· 6 years ago
ded2b8f
perf tools: Add 'struct perf_mmap' arg to record__write()
by Jiri Olsa
· 6 years ago
31fb4c0
perf mmap: Store real cpu number in 'struct perf_mmap'
by Jiri Olsa
· 6 years ago
b9bae2c
perf mmap: Simplify perf_mmap__read_init()
by Kan Liang
· 7 years ago
0019dc87
perf mmap: Simplify perf_mmap__read_event()
by Kan Liang
· 7 years ago
d6ace3d
perf mmap: Simplify perf_mmap__consume()
by Kan Liang
· 7 years ago
07a9461
perf mmap: Use the stored scope data in perf_mmap__push()
by Kan Liang
· 7 years ago
4fda345
perf mmap: Store mmap scope in struct perf_mmap()
by Kan Liang
· 7 years ago
2c5f6d8
perf evlist: Store 'overwrite' in struct perf_mmap
by Kan Liang
· 7 years ago
3effc2f
perf mmap: Discard legacy interface for mmap read
by Kan Liang
· 7 years ago
7bb4597
perf mmap: Introduce perf_mmap__read_event()
by Kan Liang
· 7 years ago
ee023de
perf mmap: Introduce perf_mmap__read_done()
by Kan Liang
· 7 years ago
8872481
perf mmap: Introduce perf_mmap__read_init()
by Kan Liang
· 7 years ago
1d2a7de
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
f971e51
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
by Mark Rutland
· 7 years ago
8eb7a1f
perf mmap: Remove overwrite and check_messup from mmap read
by Wang Nan
· 7 years ago
ca6a9a0
perf mmap: Remove overwrite from arguments list of perf_mmap__push
by Wang Nan
· 7 years ago
73c17d8
perf mmap: Adopt push method from builtin-record.c
by Arnaldo Carvalho de Melo
· 7 years ago
1695849
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
by Arnaldo Carvalho de Melo
· 7 years ago