1. aa8f9c5 tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio by Arnaldo Carvalho de Melo · 6 years ago
  2. 1da7e00 perf beauty waitid options: Fix up prefix showing logic by Arnaldo Carvalho de Melo · 6 years ago
  3. 0510748 perf trace: Check if the 'fd' is negative when mapping it to pathname by Arnaldo Carvalho de Melo · 6 years ago
  4. e1be4a5 perf beauty ioctl cmd: The 'fd' arg is signed by Arnaldo Carvalho de Melo · 6 years ago
  5. 0ec572f tools feature: Undef _GNU_SOURCE at the end of feature tests by Arnaldo Carvalho de Melo · 6 years ago
  6. 39f4a91 perf utils: Silence "Couldn't synthesize bpf events" warning for EPERM by Song Liu · 6 years ago
  7. 33937e5 perf vendor events power9: General metrics by Paul Clarke · 6 years ago
  8. a4d8327 perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu_rejects, memory, prefetch & translation metrics by Paul Clarke · 6 years ago
  9. 0133491 perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pteg_reloads metrics by Paul Clarke · 6 years ago
  10. 7f3cf5a perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metrics by Paul Clarke · 6 years ago
  11. 72ab502 perf vendor events power8: Translaton & general metrics by Paul Clarke · 6 years ago
  12. 69ba708 perf vendor events power8: Branch_prediction, latency, bus_stats, instruction_mix & instruction_stats metrics by Paul Clarke · 6 years ago
  13. ffe1850 perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_rejects, memory & pteg_reloads metrics by Paul Clarke · 6 years ago
  14. dd81eaf perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metrics by Paul Clarke · 6 years ago
  15. 2187d87 perf report: Add s390 diagnosic sampling descriptor size by Thomas Richter · 6 years ago
  16. 859dcf6 perf cs-etm: Add proper header file for symbols by Mathieu Poirier · 6 years ago
  17. f4fe11b perf record: Implement --affinity=node|cpu option by Alexey Budankov · 6 years ago
  18. af63147 perf/x86/intel: Add counter freezing quirk for Goldmont by Kan Liang · 6 years ago
  19. bef9f27 perf/x86/intel: Clean up counter freezing quirk by Kan Liang · 6 years ago
  20. a96fff8 perf/x86/intel: Clean up SNB PEBS quirk by Kan Liang · 6 years ago
  21. 9b545c0 perf/x86/kvm: Avoid unnecessary work in guest filtering by Andi Kleen · 6 years ago
  22. f26d9db Merge branch 'x86/cpu' into perf/core, to pick up dependent commit by Ingo Molnar · 6 years ago
  23. 0f42b79 x86/cpufeature: Add facility to check for min microcode revisions by Kan Liang · 6 years ago
  24. 6854daa Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  25. 9821517 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  26. 3bb2600 Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  27. 16bd432 perf auxtrace: Add timestamp to auxtrace errors by Adrian Hunter · 6 years ago
  28. 26ee2bc perf intel-pt: Packet splitting can happen only on 32-bit by Adrian Hunter · 6 years ago
  29. 0399761 perf intel-pt: Fix CYC timestamp calculation after OVF by Adrian Hunter · 6 years ago
  30. 5a99d99 perf intel-pt: Fix overlap calculation for padding by Adrian Hunter · 6 years ago
  31. c3fcadf0 perf auxtrace: Define auxtrace record alignment by Adrian Hunter · 6 years ago
  32. f08046c perf thread-stack: Represent jmps to the start of a different symbol by Adrian Hunter · 6 years ago
  33. 90c2cda perf thread-stack: Tidy thread_stack__no_call_return() by adding more local variables by Adrian Hunter · 6 years ago
  34. e7a3a05 perf thread-stack: Tidy thread_stack__push_cp() usage by Adrian Hunter · 6 years ago
  35. d6d4574 perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols by Adrian Hunter · 6 years ago
  36. 2d08f87 perf vendor events intel: Fix Load_Miss_Real_Latency on CLX by William Cohen · 6 years ago
  37. 173e65f perf cs-etm: Set sample flags for exception return packet by Leo Yan · 6 years ago
  38. 96dce7f perf cs-etm: Set sample flags for exception packet by Leo Yan · 6 years ago
  39. 03919e5 perf cs-etm: Add traceID in packet by Leo Yan · 6 years ago
  40. 95c6fe9 perf cs-etm: Change tuple from traceID-CPU# to traceID-metadata by Leo Yan · 6 years ago
  41. 47106e7 perf cs-etm: Add exception number in exception packet by Leo Yan · 6 years ago
  42. 465eaaa perf cs-etm: Set sample flags for trace discontinuity by Leo Yan · 6 years ago
  43. 06220bf perf cs-etm: Set sample flags for instruction range packet by Leo Yan · 6 years ago
  44. ca45d84 perf cs-etm: Add last instruction information in packet by Leo Yan · 6 years ago
  45. 55fa8b8 perf tools: Add documentation for BPF event selection by Changbin Du · 6 years ago
  46. dbd2a1d perf report: Move symbol annotation to the resort phase by Jiri Olsa · 6 years ago
  47. 5749618 perf evsel: Add output_resort_cb method by Jiri Olsa · 6 years ago
  48. e4c38fd perf hists: Add argument to hists__resort_cb_t callback by Jiri Olsa · 6 years ago
  49. 5f40fa9 perf clang: Do not use 'return std::move(something)' by Arnaldo Carvalho de Melo · 6 years ago
  50. f13de66 perf record: Apply affinity masks when reading mmap buffers by Alexey Budankov · 6 years ago
  51. de20e32 perf tools: Add fallback versions for CPU_{OR,EQUAL}() by Arnaldo Carvalho de Melo · 6 years ago
  52. c44a8b4 perf record: Bind the AIO user space buffers to nodes by Alexey Budankov · 6 years ago
  53. 9d2ed64 perf record: Allocate affinity masks by Alexey Budankov · 6 years ago
  54. 159b0da perf pmu: Remove set_drv_config API by Mathieu Poirier · 6 years ago
  55. 1a89f1e perf coresight: Remove set_drv_config() API by Mathieu Poirier · 6 years ago
  56. fa4e819 perf arm cs-etm: Use event attributes to send sink information to kernel by Mathieu Poirier · 6 years ago
  57. ffe8881 perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file by Mathieu Poirier · 6 years ago
  58. 2264439 coresight: Use event attributes for sink selection by Mathieu Poirier · 6 years ago
  59. bb8e370 coresight: perf: Add "sinks" group to PMU directory by Mathieu Poirier · 6 years ago
  60. 8400186 perf/aux: Make perf_event accessible to setup_aux() by Mathieu Poirier · 6 years ago
  61. ebc52ae perf bpf-loader: Remove unecessary includes from bpf-loader.h by Arnaldo Carvalho de Melo · 6 years ago
  62. 5afbb37c perf powerpc kvm-stat: Add missing evlist.h header by Arnaldo Carvalho de Melo · 6 years ago
  63. 5691903 perf kvm stat: Replace kvm-stat.h includes with forward declarations by Arnaldo Carvalho de Melo · 6 years ago
  64. eb563d6 perf pmu: Remove needless evsel.h include, only needs one fwd decl by Arnaldo Carvalho de Melo · 6 years ago
  65. e9dacd6 perf tests pmu: Add missing headers by Arnaldo Carvalho de Melo · 6 years ago
  66. 7155128 perf hist: Remove the needless callchain.h include from hist.h by Arnaldo Carvalho de Melo · 6 years ago
  67. b10ba7f perf tools: Add missing include <callchain.h> in various places by Arnaldo Carvalho de Melo · 6 years ago
  68. e22c1c7 perf thread: Don't include symbol.h, symbol_conf.h is enough by Arnaldo Carvalho de Melo · 6 years ago
  69. 9cd997f perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough by Arnaldo Carvalho de Melo · 6 years ago
  70. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  71. 7cadca8 perf hist: Remove symbol.h from hist.h, just fwd decls are needed by Arnaldo Carvalho de Melo · 6 years ago
  72. 2f2ae23 perf tests: Add missing headers so far obtained indirectly by Arnaldo Carvalho de Melo · 6 years ago
  73. 41f3091 perf map: Move structs and prototypes for map groups to a separate header by Arnaldo Carvalho de Melo · 6 years ago
  74. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  75. 9f4e8ff perf symbols: Introduce map_symbol.h by Arnaldo Carvalho de Melo · 6 years ago
  76. 7b644f9 perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency by Arnaldo Carvalho de Melo · 6 years ago
  77. 4fed072 perf srccode: Move struct definition from map.h to srccode.h by Arnaldo Carvalho de Melo · 6 years ago
  78. af1db7f perf arm pmu: Add missing linux/string.h header by Arnaldo Carvalho de Melo · 6 years ago
  79. d6e4ae4 perf powerpc: Add missing headers to skip-callchain-idx.c by Arnaldo Carvalho de Melo · 6 years ago
  80. 8f2f350 perf script python: Add Python3 support to tests/attr.py by Tony Jones · 6 years ago
  81. 6ab3bc2 perf trace: Support multiple "vfs_getname" probes by Arnaldo Carvalho de Melo · 6 years ago
  82. 59a1770 perf symbols: Filter out hidden symbols from labels by Jiri Olsa · 6 years ago
  83. 843cf70 perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() by Arnaldo Carvalho de Melo · 6 years ago
  84. 27b8e90 tools headers uapi: Sync linux/in.h copy from the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  85. d34cecf perf clang: Do not use 'return std::move(something)' by Arnaldo Carvalho de Melo · 6 years ago
  86. f0fabf9 perf mem/c2c: Fix perf_mem_events to support powerpc by Ravi Bangoria · 6 years ago
  87. 489338a perf tests evsel-tp-sched: Fix bitwise operator by Gustavo A. R. Silva · 6 years ago
  88. ca3bb3d perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_t by Elena Reshetova · 6 years ago
  89. fecb8ed perf/ring_buffer: Convert ring_buffer.refcount to refcount_t by Elena Reshetova · 6 years ago
  90. 8c94abb perf: Convert perf_event_context.refcount to refcount_t by Elena Reshetova · 6 years ago
  91. 720e596 perf/uprobes: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  92. 469eb32 perf/hw_breakpoints: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  93. 8e86e01 perf/core: Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  94. 98cb621 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  95. 9dff0aa perf/core: Don't WARN() for impossible ring-buffer sizes by Mark Rutland · 6 years ago
  96. 602cae0 perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() by Peter Zijlstra · 6 years ago
  97. 9e63a78 perf/x86/intel/uncore: Add Node ID mask by Kan Liang · 6 years ago
  98. 8834f56 Linux 5.0-rc5 by Linus Torvalds · 6 years ago
  99. 24b888d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  100. cc6810e Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago