1. ec903f2 libperf: Add has_user_cpus to struct perf_evlist by Jiri Olsa · 5 years ago
  2. af663bd libperf: Add threads to struct perf_evsel by Jiri Olsa · 5 years ago
  3. fe1f61b libperf: Add own_cpus to struct perf_evsel by Jiri Olsa · 5 years ago
  4. d400bd3 libperf: Add cpus to struct perf_evsel by Jiri Olsa · 5 years ago
  5. b9358ee libperf: Add perf_evsel__delete() function by Jiri Olsa · 5 years ago
  6. 57f0c3b libperf: Add perf_evlist__delete() function by Jiri Olsa · 5 years ago
  7. 651bf38 libperf: Add perf_evlist__for_each_evsel() iterator by Jiri Olsa · 5 years ago
  8. 63bd5df libperf: Add perf_evsel__new() function by Jiri Olsa · 5 years ago
  9. 634912d libperf: Add perf_evlist__new() function by Jiri Olsa · 5 years ago
  10. 93bce7e libperf: Move zalloc.o into libperf by Jiri Olsa · 5 years ago
  11. 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
  12. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  13. 6484d2f libperf: Add nr_entries to struct perf_evlist by Jiri Olsa · 5 years ago
  14. 52e22fb libperf: Add perf_evlist__remove() function by Jiri Olsa · 5 years ago
  15. 9a5edde libperf: Add perf_evlist__add() function by Jiri Olsa · 5 years ago
  16. 4562a73 libperf: Add perf_evlist__init() function by Jiri Olsa · 5 years ago
  17. b04c597 libperf: Add perf_evsel__init function by Jiri Olsa · 5 years ago
  18. ce9036a libperf: Include perf_evlist in evlist object by Jiri Olsa · 5 years ago
  19. b27c4ec libperf: Include perf_evsel in evsel object by Jiri Olsa · 5 years ago
  20. 285a30c libperf: Add perf_evlist and perf_evsel structs by Jiri Olsa · 5 years ago
  21. 7836e52 libperf: Add perf_thread_map__get()/perf_thread_map__put() by Jiri Olsa · 5 years ago
  22. 4b49cce libperf: Add perf_thread_map__new_dummy() function by Jiri Olsa · 5 years ago
  23. 07acd22 libperf: Add perf_thread_map struct by Jiri Olsa · 5 years ago
  24. 38f01d8 libperf: Add perf_cpu_map__get()/perf_cpu_map__put() by Jiri Olsa · 5 years ago
  25. 397721e libperf: Add perf_cpu_map__dummy_new() function by Jiri Olsa · 5 years ago
  26. 959b83c libperf: Add perf_cpu_map struct by Jiri Olsa · 5 years ago
  27. a1556f8 libperf: Add debug output support by Jiri Olsa · 5 years ago
  28. 5b7f445 libperf: Add perf/core.h header by Jiri Olsa · 5 years ago
  29. a429dcb libperf: Add libperf to the python.so build by Jiri Olsa · 5 years ago
  30. 47f9bcc libperf: Add build version support by Jiri Olsa · 5 years ago
  31. 3143504 libperf: Make libperf.a part of the perf build by Jiri Olsa · 5 years ago
  32. e74676d perf evlist: Rename perf_evlist__disable() to evlist__disable() by Jiri Olsa · 5 years ago
  33. 1c87f16 perf evlist: Rename perf_evlist__enable() to evlist__enable() by Jiri Olsa · 5 years ago
  34. 750b4ed perf evlist: Rename perf_evlist__close() to evlist__close() by Jiri Olsa · 5 years ago
  35. 474ddc4 perf evlist: Rename perf_evlist__open() to evlist__open() by Jiri Olsa · 5 years ago
  36. b49aca3 perf evsel: Rename perf_evsel__cpus() to evsel__cpus() by Jiri Olsa · 5 years ago
  37. 24e376b perf evsel: Rename perf_evsel__apply_filter() to evsel__apply_filter() by Jiri Olsa · 5 years ago
  38. 9a10bb2 perf evsel: Rename perf_evsel__disable() to evsel__disable() by Jiri Olsa · 5 years ago
  39. ec7f24e perf evsel: Rename perf_evsel__enable() to evsel__enable() by Jiri Olsa · 5 years ago
  40. 5972d1e perf evsel: Rename perf_evsel__open() to evsel__open() by Jiri Olsa · 5 years ago
  41. 1625102 perf evlist: Rename perf_evlist__remove() to evlist__remove() by Jiri Olsa · 5 years ago
  42. a1cf3a7 perf evlist: Rename perf_evlist__add() to evlist__add() by Jiri Olsa · 5 years ago
  43. 365c3ae perf evsel: Rename perf_evsel__new() to evsel__new() by Jiri Olsa · 5 years ago
  44. 5eb2dd2 perf evsel: Rename perf_evsel__delete() to evsel__delete() by Jiri Olsa · 5 years ago
  45. c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
  46. 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
  47. 52c86bc perf evlist: Rename perf_evlist__init() to evlist__init() by Jiri Olsa · 5 years ago
  48. b4b62ee perf evsel: Rename perf_evsel__init() to evsel__init() by Jiri Olsa · 5 years ago
  49. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  50. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  51. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 5 years ago
  52. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  53. df1d685 perf stat: Move loaded out of struct perf_counts_values by Jiri Olsa · 5 years ago
  54. e4b00e9 perf trace: Add "sendfile64" alias to the "sendfile" syscall by Arnaldo Carvalho de Melo · 5 years ago
  55. ad4153f perf trace: Reuse BPF augmenters from syscalls with similar args signature by Arnaldo Carvalho de Melo · 5 years ago
  56. 30a910d perf trace: Preallocate the syscall table by Arnaldo Carvalho de Melo · 5 years ago
  57. b8b1033 perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages by Arnaldo Carvalho de Melo · 5 years ago
  58. 5d2bd889 perf trace: Forward error codes when trying to read syscall info by Arnaldo Carvalho de Melo · 5 years ago
  59. cfa9ac7 perf trace beauty: Add BPF augmenter for the 'rename' syscall by Arnaldo Carvalho de Melo · 5 years ago
  60. 247dd65 perf trace beauty: Beautify bind's sockaddr arg by Arnaldo Carvalho de Melo · 5 years ago
  61. 3c475bc perf trace beauty: Beautify 'sendto's sockaddr arg by Arnaldo Carvalho de Melo · 5 years ago
  62. ef969ca64 perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg by Arnaldo Carvalho de Melo · 5 years ago
  63. 79d725c perf trace beauty: Disable fd->pathname when close() not enabled by Arnaldo Carvalho de Melo · 5 years ago
  64. 1d86275 perf trace beauty: Make connect's addrlen be printed as an int, not hex by Arnaldo Carvalho de Melo · 5 years ago
  65. 212b9ab perf augmented_raw_syscalls: Augment sockaddr arg in 'connect' by Arnaldo Carvalho de Melo · 5 years ago
  66. 6f56367 perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload by Arnaldo Carvalho de Melo · 5 years ago
  67. 8b8044e perf trace: Look for default name for entries in the syscalls prog array by Arnaldo Carvalho de Melo · 5 years ago
  68. 8d5da26 perf augmented_raw_syscalls: Support copying two string syscall args by Arnaldo Carvalho de Melo · 5 years ago
  69. bf134ca perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY by Arnaldo Carvalho de Melo · 5 years ago
  70. 236dd58 perf augmented_raw_syscalls: Add handler for "openat" by Arnaldo Carvalho de Melo · 5 years ago
  71. b119970 perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event by Arnaldo Carvalho de Melo · 5 years ago
  72. 3803a22 perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place by Arnaldo Carvalho de Melo · 5 years ago
  73. 6ff8fff perf trace: Allow specifying the bpf prog to augment specific syscalls by Arnaldo Carvalho de Melo · 5 years ago
  74. 5834da7 perf trace: Add BPF handler for unaugmented syscalls by Arnaldo Carvalho de Melo · 5 years ago
  75. 83e69b9 perf trace: Order -e syscalls table by Arnaldo Carvalho de Melo · 5 years ago
  76. 5ca0b7f perf trace: Look up maps just on the __augmented_syscalls__ BPF object by Arnaldo Carvalho de Melo · 5 years ago
  77. c8c8057 perf trace: Add pointer to BPF object containing __augmented_syscalls__ by Arnaldo Carvalho de Melo · 5 years ago
  78. af4a099 perf evsel: Store backpointer to attached bpf_object by Arnaldo Carvalho de Melo · 5 years ago
  79. 2620b7e perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with ! by Arnaldo Carvalho de Melo · 5 years ago
  80. 941a765 perf include bpf: Add bpf_tail_call() prototype by Arnaldo Carvalho de Melo · 5 years ago
  81. b3c303b Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 5 years ago
  82. 2a11c76 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  83. 45aee68 Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 5 years ago
  84. f14312a platform/x86: pcengines-apuv2: use KEY_RESTART for front button by Enrico Weigelt · 5 years ago
  85. 8aa259b libbpf: fix missing __WORDSIZE definition by Andrii Nakryiko · 5 years ago
  86. 2e9a06d perf tools: Fix perf.data documentation units for memory size by Vince Weaver · 5 years ago
  87. 20f9781 perf header: Fix use of unitialized value warning by Numfor Mbiziwo-Tiapo · 5 years ago
  88. 7622236 perf header: Fix divide by zero error if f_header.attr_size==0 by Vince Weaver · 5 years ago
  89. e54599c tools headers UAPI: Sync if_link.h with the kernel by Arnaldo Carvalho de Melo · 5 years ago
  90. c093de6 tools headers UAPI: Sync sched.h with the kernel by Arnaldo Carvalho de Melo · 5 years ago
  91. 0f58163 tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl by Arnaldo Carvalho de Melo · 5 years ago
  92. 7ee5261 tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC() by Arnaldo Carvalho de Melo · 5 years ago
  93. 95dc663 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 5 years ago
  94. b830f94 tools headers UAPI: Update tools's copy of mman.h headers by Arnaldo Carvalho de Melo · 5 years ago
  95. 609488b Linux 5.3-rc2 by Linus Torvalds · 5 years ago
  96. c622fc5 Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  97. 8e61ea1 Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  98. 04ce931 Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  99. 572782b Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  100. ad28fd1 Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago