| Commit message (Expand) | Author | Age | Files | Lines |
* | perf record: Adapt affinity to machines with #CPUs > 1K | Alexey Budankov | 2020-01-06 | 1 | -1/+1 |
* | perf mmap: Declare type for cpu mask of arbitrary length | Alexey Budankov | 2020-01-06 | 1 | -0/+11 |
* | libperf: Adopt perf_mmap__read_event() from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -2/+0 |
* | libperf: Adopt perf_mmap__read_done() from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+0 |
* | libperf: Adopt perf_mmap__read_init() from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+0 |
* | libperf: Adopt perf_mmap__consume() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -12/+0 |
* | libperf: Adopt perf_mmap__put() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -2/+0 |
* | libperf: Adopt perf_mmap__unmap() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+1 |
* | libperf: Adopt perf_mmap__get() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+0 |
* | libperf: Adopt perf_mmap__mmap() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+1 |
* | libperf: Adopt perf_mmap__mmap_len() function from tools/perf | Jiri Olsa | 2019-10-10 | 1 | -1/+1 |
* | libperf: Add 'struct perf_mmap_param' | Jiri Olsa | 2019-10-10 | 1 | -1/+2 |
* | libperf: Add 'flush' to 'struct perf_mmap' | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add 'event_copy' to 'struct perf_mmap' | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add 'overwrite' to 'struct perf_mmap' | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add prev/start/end to struct perf_mmap | Jiri Olsa | 2019-09-25 | 1 | -3/+0 |
* | libperf: Add 'refcnt' to struct perf_mmap | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add 'cpu' to struct perf_mmap | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add 'fd' to struct perf_mmap | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add 'mask' to struct perf_mmap | Jiri Olsa | 2019-09-25 | 1 | -1/+0 |
* | libperf: Add perf_mmap struct | Jiri Olsa | 2019-09-25 | 1 | -3/+4 |
* | perf evlist: Adopt backwards ring buffer state enum | Arnaldo Carvalho de Melo | 2019-09-25 | 1 | -28/+0 |
* | perf tools: Rename 'struct perf_mmap' to 'struct mmap' | Jiri Olsa | 2019-09-25 | 1 | -16/+16 |
* | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 2019-09-01 | 1 | -0/+1 |
* | perf record: Implement compression for AIO trace streaming | Alexey Budankov | 2019-05-15 | 1 | -12/+0 |
* | perf mmap: Implement dedicated memory buffer for data compression | Alexey Budankov | 2019-05-15 | 1 | -1/+3 |
* | perf record: Implement --mmap-flush=<number> option | Alexey Budankov | 2019-04-01 | 1 | -1/+2 |
* | perf record: Allocate affinity masks | Alexey Budankov | 2019-02-06 | 1 | -1/+2 |
* | perf record: Extend trace writing to multi AIO | Alexey Budankov | 2018-12-17 | 1 | -4/+5 |
* | perf record: Enable asynchronous trace writing | Alexey Budankov | 2018-12-17 | 1 | -0/+14 |
* | perf mmap: Map data buffer for preserving collected data | Alexey Budankov | 2018-12-17 | 1 | -1/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 1 | -12/+3 |
|\ |
|
| * | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 1 | -12/+3 |
* | | perf tools: Add 'struct perf_mmap' arg to record__write() | Jiri Olsa | 2018-09-19 | 1 | -1/+1 |
|/ |
|
* | perf mmap: Store real cpu number in 'struct perf_mmap' | Jiri Olsa | 2018-08-20 | 1 | -1/+2 |
* | perf mmap: Simplify perf_mmap__read_init() | Kan Liang | 2018-03-08 | 1 | -2/+1 |
* | perf mmap: Simplify perf_mmap__read_event() | Kan Liang | 2018-03-08 | 1 | -3/+1 |
* | perf mmap: Simplify perf_mmap__consume() | Kan Liang | 2018-03-08 | 1 | -1/+1 |
* | perf mmap: Use the stored scope data in perf_mmap__push() | Kan Liang | 2018-03-08 | 1 | -2/+2 |
* | perf mmap: Store mmap scope in struct perf_mmap() | Kan Liang | 2018-03-08 | 1 | -0/+2 |
* | perf evlist: Store 'overwrite' in struct perf_mmap | Kan Liang | 2018-03-08 | 1 | -0/+1 |
* | perf mmap: Discard legacy interface for mmap read | Kan Liang | 2018-02-15 | 1 | -3/+0 |
* | perf mmap: Introduce perf_mmap__read_event() | Kan Liang | 2018-02-15 | 1 | -0/+4 |
* | perf mmap: Introduce perf_mmap__read_done() | Kan Liang | 2018-02-15 | 1 | -0/+1 |
* | perf mmap: Introduce perf_mmap__read_init() | Kan Liang | 2018-02-15 | 1 | -0/+2 |
* | Merge tag 'v4.15-rc4' into perf/core, to pick up fixes | Ingo Molnar | 2017-12-18 | 1 | -1/+1 |
|\ |
|
| * | tools/perf: Convert ACCESS_ONCE() to READ_ONCE() | Mark Rutland | 2017-12-12 | 1 | -1/+1 |
* | | perf mmap: Remove overwrite and check_messup from mmap read | Wang Nan | 2017-12-05 | 1 | -1/+1 |
* | | perf mmap: Remove overwrite from arguments list of perf_mmap__push | Wang Nan | 2017-12-05 | 1 | -1/+1 |
|/ |
|
* | perf mmap: Adopt push method from builtin-record.c | Arnaldo Carvalho de Melo | 2017-10-23 | 1 | -0/+3 |