1. 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  4. 09d62154 tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers by Daniel Borkmann · 6 years ago
  5. edeb0c9 perf tools: Stop fallbacking to kallsyms for vdso symbols lookup by Arnaldo Carvalho de Melo · 6 years ago
  6. 298faf5 perf tools: Pass build flags to traceevent build by Jiri Olsa · 6 years ago
  7. d4046e8 perf report: Don't crash on invalid inline debug information by Milian Wolff · 6 years ago
  8. 0ed149c perf cpu_map: Align cpu map synthesized events properly. by David Miller · 6 years ago
  9. 36b8d46 perf tools: Fix use of alternatives to find JDIR by Jarod Wilson · 6 years ago
  10. 4ab8455 perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpus by Jiri Olsa · 6 years ago
  11. 94aafb7 perf vendor events intel: Fix wrong filter_band* values for uncore events by Jiri Olsa · 6 years ago
  12. 1b9caa1 Revert "perf tools: Fix PMU term format max value calculation" by Jiri Olsa · 6 years ago
  13. 8f51ba8 Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  14. 6364cb2 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  15. bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
  16. 8b2f245 perf python: More portable way to make CFLAGS work with clang by Eduardo Habkost · 6 years ago
  17. e13a5d6 perf python: Make clang_has_option() work on Python 3 by Eduardo Habkost · 6 years ago
  18. 1e44224 perf tools: Free temporary 'sys' string in read_event_files() by Sanskriti Sharma · 6 years ago
  19. 470c8f7 perf tools: Avoid double free in read_event_file() by Sanskriti Sharma · 6 years ago
  20. 9c8a182 perf tools: Free 'printk' string in parse_ftrace_printk() by Sanskriti Sharma · 6 years ago
  21. faedbf3 perf tools: Cleanup trace-event-info 'tdata' leak by Sanskriti Sharma · 6 years ago
  22. ce49d84 perf strbuf: Match va_{add,copy} with va_end by Sanskriti Sharma · 6 years ago
  23. 0e24147 perf test: S390 does not support watchpoints in test 22 by Thomas Richter · 6 years ago
  24. 291ed51 perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG by Arnaldo Carvalho de Melo · 6 years ago
  25. ba4aa02 tools include: Adopt linux/bits.h by Arnaldo Carvalho de Melo · 6 years ago
  26. 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
  27. 05a2f54 perf python: Use -Wno-redundant-decls to build with PYTHON=python3 by Arnaldo Carvalho de Melo · 6 years ago
  28. ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago
  29. d005efe perf script python: Fix export-to-sqlite.py sample columns by Adrian Hunter · 6 years ago
  30. 25e1170 perf script python: Fix export-to-postgresql.py occasional failure by Adrian Hunter · 6 years ago
  31. d35c595 perf vendor events arm64: Revise core JSON events for eMAG by Sean V Kelley · 6 years ago
  32. bea6385 perf intel-pt: Implement decoder flags for trace begin / end by Adrian Hunter · 6 years ago
  33. c6b5da0 perf intel-pt: Add decoder flags for trace begin / end by Adrian Hunter · 6 years ago
  34. 2dcde4e perf tools: Improve thread_stack__process() for trace begin / end by Adrian Hunter · 6 years ago
  35. 4d60e5e perf tools: Improve thread_stack__event() for trace begin / end by Adrian Hunter · 6 years ago
  36. ff645da perf db-export: Add trace begin / end branch type variants by Adrian Hunter · 6 years ago
  37. 62cb1b8 perf script: Enhance sample flags for trace begin / end by Adrian Hunter · 6 years ago
  38. 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  39. 785be0c tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list by Tzvetomir Stoyanov (VMware) · 6 years ago
  40. 1e97216f tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  41. 5647f94 tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures by Tzvetomir Stoyanov (VMware) · 6 years ago
  42. bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  43. 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
  44. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  45. a78cdee perf script: Print DSO for callindent by Andi Kleen · 6 years ago
  46. 37fed3d perf script: Allow sym and dso without ip, addr by Andi Kleen · 6 years ago
  47. c12e039 perf tools: Report itrace options in help by Andi Kleen · 6 years ago
  48. 3b9c25c perf help: Add missing subcommand `version` by Sangwon Hong · 6 years ago
  49. 24ef0fd perf python: Use -Wno-redundant-decls to build with PYTHON=python3 by Arnaldo Carvalho de Melo · 6 years ago
  50. c04c859 perf tools: Initialize perf_data_file fd field by Jérémie Galarneau · 6 years ago
  51. ed93d0a perf util: Make copyfile_offset() global by Jiri Olsa · 6 years ago
  52. ded2b8f perf tools: Add 'struct perf_mmap' arg to record__write() by Jiri Olsa · 6 years ago
  53. e035f4c perf auxtrace: Pass struct perf_mmap into mmap__read* functions by Jiri Olsa · 6 years ago
  54. 7336555 perf tools: Remove perf_tool from event_op3 by Jiri Olsa · 6 years ago
  55. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  56. e381d1c2 perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return code by Ding Xiang · 6 years ago
  57. 53da12e perf ordered_events: Prevent crossing max_alloc_size by Jiri Olsa · 6 years ago
  58. d5ceb62 perf ordered_events: Add 'struct ordered_events_buffer' layer by Jiri Olsa · 6 years ago
  59. 2e85d59 perf test: Add watchpoint test by Ravi Bangoria · 6 years ago
  60. 7f16023 Merge remote-tracking branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  61. 169e366 perf Documentation: Fix out-of-tree asciidoctor man page generation by Ben Hutchings · 6 years ago
  62. 03db8b5 perf tools: Fix maps__find_symbol_by_name() by Adrian Hunter · 6 years ago
  63. 1632936 perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo by Arnaldo Carvalho de Melo · 6 years ago
  64. d8e75a1 perf map: Turn some pr_warning() to pr_debug() by Arnaldo Carvalho de Melo · 6 years ago
  65. b1a9e25 perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls by Arnaldo Carvalho de Melo · 6 years ago
  66. db2da3f perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler by Arnaldo Carvalho de Melo · 6 years ago
  67. 8a041f8 perf trace: Introduce syscall__augmented_args() method by Arnaldo Carvalho de Melo · 6 years ago
  68. 7538d16 perf augmented_syscalls: Avoid optimization to pass older BPF validators by Arnaldo Carvalho de Melo · 6 years ago
  69. 21d7eb9 perf augmented_syscalls: Check probe_read_str() return separately by Arnaldo Carvalho de Melo · 6 years ago
  70. 58094c4 perf annotate: Handle arm64 move instructions by Kim Phillips · 6 years ago
  71. 3de3e8b perf trace beauty: Alias 'umount' to 'umount2' by Benjamin Peterson · 6 years ago
  72. 088519f perf stat: Move the display functions to stat-display.c by Jiri Olsa · 6 years ago
  73. d0192fd perf stat: Move 'metric_events' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  74. 54ac0b1 perf stat: Move 'walltime_*' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  75. be54d59 perf stat: Propagate 'struct target' arg to sort_aggr_thread() by Jiri Olsa · 6 years ago
  76. fdee335 perf stat: Move 'no_merge' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  77. 34ff086 perf stat: Move 'big_num' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  78. a138af6 perf stat: Do not use the global 'evsel_list' in print functions by Jiri Olsa · 6 years ago
  79. 6f6b659 perf stat: Move *_aggr_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  80. 8897a89 perf stat: Move ru_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  81. 3b3cd9a perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  82. 3108412 perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  83. aea0dca perf stat: Move 'null_run' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  84. 26893a6 perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  85. 77e0faf perf stat: Pass 'evlist' to aggr_update_shadow() by Jiri Olsa · 6 years ago
  86. ae2d7da perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu() by Jiri Olsa · 6 years ago
  87. ee1760e perf stat: Move 'metric_only_len' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  88. d97ae04 perf stat: Move 'run_count' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  89. 0c538a9 perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases() by Jiri Olsa · 6 years ago
  90. bc0bcda perf stat: Pass 'evlist' argument to print functions by Jiri Olsa · 6 years ago
  91. c512e0e perf stat: Add 'target' argument to perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  92. df4f7b4 perf stat: Move 'unit_width' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  93. 0ce5aa0 perf stat: Move 'metric_only' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  94. 132c6ba perf stat: Move 'interval_clear' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  95. fa7070a perf stat: Move csv_* to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  96. 6ca9a08 perf stat: Pass a 'struct perf_stat_config' argument to global print functions by Jiri Olsa · 6 years ago
  97. f3ca50e perf stat: Pass 'struct perf_stat_config' argument to local print functions by Jiri Olsa · 6 years ago
  98. b64df7f perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  99. 0174820 perf stat: Move STAT_RECORD out of perf_evlist__print_counters() by Jiri Olsa · 6 years ago
  100. a5a9eac perf stat: Introduce perf_evlist__print_counters() by Jiri Olsa · 6 years ago