1. 85e1d41 perf tools: Make decompress_to_file() function static by Jiri Olsa · 6 years ago
  2. d68a29c perf tools: Get rid of dso__needs_decompress() call in __open_dso() by Jiri Olsa · 6 years ago
  3. 2354ae9 perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() by Jiri Olsa · 6 years ago
  4. bcd4287 perf tools: Get rid of dso__needs_decompress() call in read_object_code() by Jiri Olsa · 6 years ago
  5. 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 6 years ago
  6. cb76371 perf llvm: Allow passing options to llc in addition to clang by Arnaldo Carvalho de Melo · 6 years ago
  7. 49836f7 perf parser: Improve error message for PMU address filters by Jack Henschel · 6 years ago
  8. da15fc2 perf tools: Disable parallelism for 'make clean' by Rasmus Villemoes · 6 years ago
  9. 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 · 6 years ago
  10. 99cbbe5 perf auxtrace: Fix queue resize by Adrian Hunter · 6 years ago
  11. 5508672 perf python: Remove -mcet and -fcf-protection when building with clang by Arnaldo Carvalho de Melo · 6 years ago
  12. 3443533 perf arm spe: Fix uninitialized record error variable by Kim Phillips · 6 years ago
  13. c9b51a0 perf tools: Move syscall_64.tbl check into check-headers.sh by Jiri Olsa · 6 years ago
  14. 7ea6e98 perf tools: Make check-headers.sh check based on kernel dir by Jiri Olsa · 6 years ago
  15. f24d6f2 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 1e45e9a Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 51d8aac perf tools: Fix check-headers.sh AND list path of execution by Alexander Kapshuk · 6 years ago
  20. 3f4417d perf tools: Check for null when copying nsinfo. by Benno Evers · 6 years ago
  21. 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 6 years ago
  22. c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  23. 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  24. 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  25. 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  26. 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  27. dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  28. b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  29. 64e2379 tools lib traceevent: Rename pevent_filter* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  30. ca2921d tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  31. 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  32. d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 6 years ago
  33. 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
  34. fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  35. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  36. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  37. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  38. 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  39. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  40. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  41. 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  42. c32d52b tools lib traceevent, perf tools: Rename pevent plugin related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  43. cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
  44. b99cdfd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  45. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
  46. 354b064 perf probe powerpc: Fix trace event post-processing by Sandipan Das · 6 years ago
  47. 3c6ed98 bpf, sockmap: fix cork timeout for select due to epipe by Daniel Borkmann · 6 years ago
  48. 6a9405b perf map: Optimize maps__fixup_overlappings() by Konstantin Khlebnikov · 6 years ago
  49. e5adfc3 perf map: Synthesize maps only for thread group leader by Konstantin Khlebnikov · 6 years ago
  50. 88cf708 perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier by Arnaldo Carvalho de Melo · 6 years ago
  51. d3d1c4bdf5 perf trace: Setup the augmented syscalls bpf-output event fields by Arnaldo Carvalho de Melo · 6 years ago
  52. 78e890e perf bpf: Make bpf__setup_output_event() return the bpf-output event by Arnaldo Carvalho de Melo · 6 years ago
  53. e0b6d2e perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map by Arnaldo Carvalho de Melo · 6 years ago
  54. 8fa25f3 perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions by Arnaldo Carvalho de Melo · 6 years ago
  55. aa31be3 perf bpf: Add bpf__setup_output_event() strerror() counterpart by Arnaldo Carvalho de Melo · 6 years ago
  56. 92bbe8d perf bpf: Generalize bpf__setup_stdout() by Arnaldo Carvalho de Melo · 6 years ago
  57. 5941d85 perf bpf: Make bpf__for_each_stdout_map() generic by Arnaldo Carvalho de Melo · 6 years ago
  58. 53a5d7b perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function by Arnaldo Carvalho de Melo · 6 years ago
  59. 7402e54 perf bpf: Add struct bpf_map struct by Arnaldo Carvalho de Melo · 6 years ago
  60. e6902d1 perf report: Add --percent-type option by Jiri Olsa · 6 years ago
  61. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  62. 4c04868 perf annotate: Display percent type in stdio output by Jiri Olsa · 6 years ago
  63. addba8b perf annotate: Make local period the default percent type by Jiri Olsa · 6 years ago
  64. 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 6 years ago
  65. d4265b1 perf annotate: Pass browser percent_type in annotate_browser__calc_percent() by Jiri Olsa · 6 years ago
  66. 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 6 years ago
  67. c849c12 perf annotate: Pass struct annotation_options to symbol__calc_lines() by Jiri Olsa · 6 years ago
  68. 796ca33 perf annotate: Add percent_type to struct annotation_options by Jiri Olsa · 6 years ago
  69. e58684d perf annotate: Add PERCENT_PERIOD_GLOBAL percent value by Jiri Olsa · 6 years ago
  70. ab37116 perf annotate: Add PERCENT_PERIOD_LOCAL percent value by Jiri Olsa · 6 years ago
  71. 75a8c1f perf annotate: Add PERCENT_HITS_GLOBAL percent value by Jiri Olsa · 6 years ago
  72. 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 6 years ago
  73. 2bcf730 perf annotate: Loop group events directly in annotation__calc_percent() by Jiri Olsa · 6 years ago
  74. 48a1e4f perf annotate: Rename hist to sym_hist in annotation__calc_percent by Jiri Olsa · 6 years ago
  75. 0440af7 perf annotate: Rename local sample variables to data by Jiri Olsa · 6 years ago
  76. c2f938b perf annotate: Rename struct annotation_line::samples* to data* by Jiri Olsa · 6 years ago
  77. 0683d13 perf annotate: Get rid of annotation__scnprintf_samples_period() by Jiri Olsa · 6 years ago
  78. 5ecf7d3 perf annotate: Make annotation_line__max_percent static by Jiri Olsa · 6 years ago
  79. 7a3e71e perf annotate: Make symbol__annotate_fprintf2() local by Jiri Olsa · 6 years ago
  80. dda9ac9 perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints by Arnaldo Carvalho de Melo · 6 years ago
  81. 3c8b818 perf tools: Drop unneeded bitmap_zero() calls by Yury Norov · 6 years ago
  82. 704089e perf vendor events arm64: Enable JSON events for eMAG by Sean V Kelley · 6 years ago
  83. 33d9e18 perf report: Add GUI report support for s390 auxiliary trace by Thomas Richter · 6 years ago
  84. 2b1444f perf report: Add raw report support for s390 auxiliary trace by Thomas Richter · 6 years ago
  85. 7468212 bpf: btf: Change tools/lib/bpf/btf to LGPL by Martin KaFai Lau · 6 years ago
  86. 0cdf6d4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  87. 5dbfb6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  88. b96e661 perf auxtrace: Support for perf report -D for s390 by Thomas Richter · 6 years ago
  89. 8c85cbdf selftests/bpf: update test_lwt_seg6local.sh according to iproute2 by Mathieu Xhonneux · 6 years ago
  90. f3acd88 perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events by Arnaldo Carvalho de Melo · 6 years ago
  91. d32855f perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events by Arnaldo Carvalho de Melo · 6 years ago
  92. aa823f5 perf trace: Allow setting up a syscall_tp struct without a format_field by Arnaldo Carvalho de Melo · 6 years ago
  93. 63f11c8 perf trace: Rename some syscall_tp methods to raw_syscall by Arnaldo Carvalho de Melo · 6 years ago
  94. a98392b perf trace: Use beautifiers on syscalls:sys_enter_ handlers by Arnaldo Carvalho de Melo · 6 years ago
  95. 258fe20 selftest/net: fix protocol family to work for IPv4. by Maninder Singh · 6 years ago
  96. 6a648b5 perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat' by Arnaldo Carvalho de Melo · 6 years ago
  97. b912885 perf trace: Do not require --no-syscalls to suppress strace like output by Arnaldo Carvalho de Melo · 6 years ago
  98. f390b7b Merge tag 'pm-urgent-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  99. 822c262 perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h by Arnaldo Carvalho de Melo · 6 years ago
  100. 21b8732 perf tools: Allow overriding MAX_NR_CPUS at compile time by Christophe Leroy · 7 years ago