1. d5a7e66 perf trace augmented_syscalls: Augment connect's 'sockaddr' arg by Arnaldo Carvalho de Melo · 7 years ago
  2. 403f833 perf bpf: Add linux/socket.h to the headers accessible to bpf proggies by Arnaldo Carvalho de Melo · 7 years ago
  3. d35b168 perf bpf: Give precedence to bpf header dir by Arnaldo Carvalho de Melo · 7 years ago
  4. 9ab5aad perf trace: Add a etcsnoop.c augmented syscalls eBPF utility by Arnaldo Carvalho de Melo · 7 years ago
  5. 16cc635 perf trace: Augment 'newstat' (aka 'stat') filename ptr by Arnaldo Carvalho de Melo · 7 years ago
  6. f6618ce perf trace: Introduce augmented_filename_syscall_enter() declarator by Arnaldo Carvalho de Melo · 7 years ago
  7. 9779fc0 perf trace: Augment inotify_add_watch pathname syscall arg by Arnaldo Carvalho de Melo · 7 years ago
  8. daa1284 perf trace: Augment the 'open' syscall 'filename' arg by Arnaldo Carvalho de Melo · 7 years ago
  9. 75d1e30 perf trace: Use the augmented filename, expanding syscall enter pointers by Arnaldo Carvalho de Melo · 7 years ago
  10. c96f4ed perf trace: Show comm/tid for augmented_syscalls by Arnaldo Carvalho de Melo · 7 years ago
  11. 6dcbd21 perf trace: Extract the comm/tid printing for syscall enter by Arnaldo Carvalho de Melo · 7 years ago
  12. 1cdf618 perf trace: Print the syscall name for augmented_syscalls by Arnaldo Carvalho de Melo · 7 years ago
  13. 6ccc18a perf trace: Make the augmented_syscalls filter out the tracepoint event by Arnaldo Carvalho de Melo · 7 years ago
  14. 7a983a0 perf trace: Pass augmented args to the arg formatters when available by Arnaldo Carvalho de Melo · 7 years ago
  15. 4e67b2a perf annotate: Fix parsing aarch64 branch instructions after objdump update by Kim Phillips · 7 years ago
  16. fa69416 perf probe powerpc: Ignore SyS symbols irrespective of endianness by Sandipan Das · 7 years ago
  17. c9f23d2 perf event-parse: Use fixed size string for comms by Chris Phlipot · 7 years ago
  18. a72f642 perf util: Fix bad memory access in trace info. by Chris Phlipot · 7 years ago
  19. dad2762 perf tools: Streamline bpf examples and headers installation by Arnaldo Carvalho de Melo · 7 years ago
  20. fd8d270 perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx() by Hisao Tanabe · 7 years ago
  21. 5ab1de9 perf arm64: Fix include path for asm-generic/unistd.h by Kim Phillips · 7 years ago
  22. bf06278 perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint by Jiri Olsa · 7 years ago
  23. 9695583 perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint by Jiri Olsa · 7 years ago
  24. cb45302 perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0 by Jiri Olsa · 7 years ago
  25. bd14406 perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set by Jiri Olsa · 7 years ago
  26. 9b3579f perf tests: Add breakpoint modify tests by Jiri Olsa · 7 years ago
  27. 1dc27f6 perf annotate: Properly interpret indirect call by Martin Liška · 7 years ago
  28. 66e5db4a Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  29. 7830365 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 7 years ago
  30. 252df17 tools arch x86: Update tools's copy of cpufeatures.h by Arnaldo Carvalho de Melo · 7 years ago
  31. 721f0df perf python: Fix pyrf_evlist__read_on_cpu() interface by Jiri Olsa · 7 years ago
  32. 31fb4c0 perf mmap: Store real cpu number in 'struct perf_mmap' by Jiri Olsa · 7 years ago
  33. b946cd3 perf tools: Remove ext from struct kmod_path by Jiri Olsa · 7 years ago
  34. 88c74dc perf tools: Add gzip_is_compressed function by Jiri Olsa · 7 years ago
  35. 4b57fd4 perf tools: Add lzma_is_compressed function by Jiri Olsa · 7 years ago
  36. 8b42b7e perf tools: Add is_compressed callback to compressions array by Jiri Olsa · 7 years ago
  37. c9a8a61 perf tools: Move the temp file processing into decompress_kmodule by Jiri Olsa · 7 years ago
  38. dde755a9 perf tools: Use compression id in decompress_kmodule() by Jiri Olsa · 7 years ago
  39. 2af5247 perf tools: Store compression id into struct dso by Jiri Olsa · 7 years ago
  40. 4b838b0 perf tools: Add compression id into 'struct kmod_path' by Jiri Olsa · 7 years ago
  41. e1e1394 perf tools: Make is_supported_compression() static by Jiri Olsa · 7 years ago
  42. 85e1d41 perf tools: Make decompress_to_file() function static by Jiri Olsa · 7 years ago
  43. d68a29c perf tools: Get rid of dso__needs_decompress() call in __open_dso() by Jiri Olsa · 7 years ago
  44. 2354ae9 perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() by Jiri Olsa · 7 years ago
  45. bcd4287 perf tools: Get rid of dso__needs_decompress() call in read_object_code() by Jiri Olsa · 7 years ago
  46. 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 7 years ago
  47. cb76371 perf llvm: Allow passing options to llc in addition to clang by Arnaldo Carvalho de Melo · 7 years ago
  48. 49836f7 perf parser: Improve error message for PMU address filters by Jack Henschel · 7 years ago
  49. da15fc2 perf tools: Disable parallelism for 'make clean' by Rasmus Villemoes · 7 years ago
  50. 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  51. 6855dc4 x86: Add entry trampolines to kcore by Adrian Hunter · 7 years ago
  52. d83212d kallsyms, x86: Export addresses of PTI entry trampolines by Alexander Shishkin · 7 years ago
  53. b966794 kallsyms: Simplify update_iter_mod() by Adrian Hunter · 7 years ago
  54. 99cbbe5 perf auxtrace: Fix queue resize by Adrian Hunter · 7 years ago
  55. 5508672 perf python: Remove -mcet and -fcf-protection when building with clang by Arnaldo Carvalho de Melo · 7 years ago
  56. 3443533 perf arm spe: Fix uninitialized record error variable by Kim Phillips · 7 years ago
  57. c9b51a0 perf tools: Move syscall_64.tbl check into check-headers.sh by Jiri Olsa · 7 years ago
  58. 7ea6e98 perf tools: Make check-headers.sh check based on kernel dir by Jiri Olsa · 7 years ago
  59. 13e091b Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  60. eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  61. d191c82 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  62. 4d5ac4b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  63. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  64. 7edcf0d Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. 30de24c Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. f499026 Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 27a5250 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 7796916 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 36f49ca Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 00b24d5 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. f24d6f2 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. b9b8e5b Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  73. 66e2208 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. 1e45e9a Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. 1c59477 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 51d8aac perf tools: Fix check-headers.sh AND list path of execution by Alexander Kapshuk · 7 years ago
  79. 3f4417d perf tools: Check for null when copying nsinfo. by Benno Evers · 7 years ago
  80. 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 7 years ago
  81. c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  82. 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  83. 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  84. 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  85. 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  86. dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  87. b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  88. 64e2379 tools lib traceevent: Rename pevent_filter* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  89. ca2921d tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  90. f7951c3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  92. d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 7 years ago
  93. 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 7 years ago
  94. fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  95. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  96. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  97. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  98. 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  99. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  100. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 7 years ago