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