1. 19b3340 perf/x86: Fix MSR PMU driver by Peter Zijlstra · 9 years ago
  2. 3d325bf Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  3. d7a702f perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handler by Matt Fleming · 9 years ago
  4. dbc72b7 perf/x86/intel: Fix memory leak on hot-plug allocation fail by Peter Zijlstra · 9 years ago
  5. c7999c6 perf: Fix PERF_EVENT_IOC_PERIOD migration race by Peter Zijlstra · 9 years ago
  6. ee9397a perf: Fix double-free of the AUX buffer by Ben Hutchings · 9 years ago
  7. f1d800b Merge tag 'perf-ebpf-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  8. 9bc898c perf tests: Add LLVM test for eBPF on-the-fly compiling by Wang Nan · 9 years ago
  9. 0c6d18b perf tools: Auto detecting kernel include options by Wang Nan · 9 years ago
  10. d325d78 perf tools: Auto detecting kernel build directory by Wang Nan · 9 years ago
  11. 4cea3a9 perf tools: Call clang to compile C source to object code by Wang Nan · 9 years ago
  12. aa61fd0 perf tools: Introduce llvm config options by Wang Nan · 9 years ago
  13. 9a208ef bpf tools: Link all bpf objects onto a list by Wang Nan · 9 years ago
  14. aa9b1ac bpf tools: Introduce accessors for struct bpf_program by Wang Nan · 9 years ago
  15. 55cffde bpf tools: Load eBPF programs in object files into kernel by Wang Nan · 9 years ago
  16. 7bf9836 bpf tools: Introduce bpf_load_program() to bpf.c by Wang Nan · 9 years ago
  17. 8a47a6c bpf tools: Relocate eBPF programs by Wang Nan · 9 years ago
  18. 52d3352 bpf tools: Create eBPF maps defined in an object file by Wang Nan · 9 years ago
  19. e3ed2fe bpf tools: Add bpf.c/h for common bpf operations by Wang Nan · 9 years ago
  20. 3409091 bpf tools: Record map accessing instructions for each program by Wang Nan · 9 years ago
  21. b62f06e bpf tools: Collect relocation sections from SHT_REL sections by Wang Nan · 9 years ago
  22. a5b8bd4 bpf tools: Collect eBPF programs from their own sections by Wang Nan · 9 years ago
  23. bec7d68 bpf tools: Collect symbol table from SHT_SYMTAB section by Wang Nan · 9 years ago
  24. 0b3d1ef bpf tools: Collect map definitions from 'maps' section by Wang Nan · 9 years ago
  25. cb1e5e9 bpf tools: Collect version and license from ELF sections by Wang Nan · 9 years ago
  26. 2960366 bpf tools: Iterate over ELF sections to collect information by Wang Nan · 9 years ago
  27. cc4228d bpf tools: Check endianness and make libbpf fail early by Wang Nan · 9 years ago
  28. 6c95639 bpf tools: Read eBPF object from buffer by Wang Nan · 9 years ago
  29. 1a5e3fb bpf tools: Open eBPF object file and do basic validation by Wang Nan · 9 years ago
  30. b3f59d6 bpf tools: Allow caller to set printing function by Wang Nan · 9 years ago
  31. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 9 years ago
  32. 1354ac6 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  33. 141b2d3 perf tools: Extend the event parser maximum error index by Adrian Hunter · 9 years ago
  34. 0efe6b6 perf tools: Validate config term maximum value by Adrian Hunter · 9 years ago
  35. 09ff607 perf tools: Add perf_pmu__format_bits() by Adrian Hunter · 9 years ago
  36. 8bd1b2d perf tools: Fix perf-with-kcore handling of arguments containing spaces by Adrian Hunter · 9 years ago
  37. f70cfa0 perf auxtrace: Fix period type 'i' not working by Adrian Hunter · 9 years ago
  38. 74d4582 perf tools xtensa: Add DWARF register names by Max Filippov · 9 years ago
  39. 40997d6 perf report: Display cycles in branch sort mode by Andi Kleen · 9 years ago
  40. a18b027 perf top: Add branch annotation code to top by Andi Kleen · 9 years ago
  41. f8f4aae perf annotate: Finally display IPC and cycle accounting by Andi Kleen · 9 years ago
  42. 30e863b perf annotate: Compute IPC and basic block cycles by Andi Kleen · 9 years ago
  43. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  44. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  45. 98df858 perf report: Add flag for non ANY branch mode by Andi Kleen · 9 years ago
  46. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  47. 93df8a1 perf tools: Add empty Build files for architectures lacking them by Ben Hutchings · 9 years ago
  48. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 9 years ago
  49. 5e5fe74 perf stat: Pass 'struct perf_stat_config' into process_counter() by Jiri Olsa · 9 years ago
  50. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 9 years ago
  51. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 9 years ago
  52. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 9 years ago
  53. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 9 years ago
  54. 5a023b5 perf tools: Add missing forward declaration of struct map to probe-event.h by Wang Nan · 9 years ago
  55. 0af0885 perf tools: Introduce veprintf by Wang Nan · 9 years ago
  56. 04a22fa tracing, perf: Implement BPF programs attached to uprobes by Wang Nan · 9 years ago
  57. 098d216 bpf: Use correct #ifdef controller for trace_call_bpf() by Wang Nan · 9 years ago
  58. 834fd46 perf trace: Add total time column to summary. by Milian Wolff · 9 years ago
  59. b6b6c18 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  60. f151f53 perf tools: Fix build errors with mipsel-linux-uclibc compiler by Petri Gynther · 9 years ago
  61. 007d66a perf trace: Write to stderr by default by Milian Wolff · 9 years ago
  62. b7a001d perf tools: Do not include escape sequences in color_vfprintf return by Andi Kleen · 9 years ago
  63. 8011de7 perf tools: Remove trail argument to color vsprintf by Jiri Olsa · 9 years ago
  64. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  65. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  66. 3422111 perf trace: Use vfs_getname syscall arg beautifier in more syscalls by Arnaldo Carvalho de Melo · 9 years ago
  67. f994592 perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname by Arnaldo Carvalho de Melo · 9 years ago
  68. e4d44e8 perf trace: Use a constant for the syscall formatting buffer by Arnaldo Carvalho de Melo · 9 years ago
  69. 08c9877 perf trace: Remember if the vfs_getname tracepoint/kprobe is in place by Arnaldo Carvalho de Melo · 9 years ago
  70. 2e5e5f8 perf trace: Do not show syscall tracepoint filter in the --no-syscalls case by Arnaldo Carvalho de Melo · 9 years ago
  71. 9ee6742 perf script: No tracepoints? Don't call libtraceevent. by Arnaldo Carvalho de Melo · 9 years ago
  72. 75f8085 perf/x86/intel/pebs: Robustify PEBS buffer drain by Peter Zijlstra · 9 years ago
  73. 2a853e1 perf/x86/intel/pebs: Fix event disable PEBS buffer drain by Liang, Kan · 9 years ago
  74. b7b7c78 perf/x86: Add an MSR PMU driver by Andy Lutomirski · 9 years ago
  75. 070e988 perf/x86/intel/uncore: Add Broadwell-DE uncore support by Kan Liang · 9 years ago
  76. 8c4fe70 perf/x86/intel: Use 0x11 as extra reg test value by Andi Kleen · 9 years ago
  77. 47732d8 perf/x86: Make merge_attr() global to use from perf_event_intel by Andi Kleen · 9 years ago
  78. 90405aa perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode by Andi Kleen · 9 years ago
  79. e057336 perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stack by Andi Kleen · 9 years ago
  80. 9a92e16 perf/x86/intel: Add Intel Skylake PMU support by Andi Kleen · 9 years ago
  81. 425507f perf/x86/intel/lbr: Optimize v4 LBR unfreezing by Andi Kleen · 9 years ago
  82. 0f29e57 perf/x86/intel: Move PMU ACK to after LBR read by Andi Kleen · 9 years ago
  83. d8020be perf/x86/intel: Handle new arch perfmon v4 status bits by Andi Kleen · 9 years ago
  84. 50eab8f perf/x86/intel/lbr: Add support for LBRv5 by Andi Kleen · 9 years ago
  85. 71ef3c6 perf: Add cycles to branch_info by Andi Kleen · 9 years ago
  86. b83ff1c x86: Add new MSRs and MSR bits used for Intel Skylake PMU support by Andi Kleen · 9 years ago
  87. a7b58d2 perf/x86/intel/lbr: Allow time stamp for free running PEBSv3 by Andi Kleen · 9 years ago
  88. 2f7ebf2 perf/x86/intel: Add support for PEBSv3 profiling by Andi Kleen · 9 years ago
  89. a94cab2 perf/x86: Add a native_perf_sched_clock_from_tsc() by Andi Kleen · 9 years ago
  90. b1bf72d perf/x86/intel/pt: Add new timing packet enables by Alexander Shishkin · 9 years ago
  91. 9a6694c perf/x86/intel/pt: Do not force sync packets on every schedule-in by Alexander Shishkin · 9 years ago
  92. 27747f8 perf/x86/hw_breakpoints: Fix check for kernel-space breakpoints by Andy Lutomirski · 9 years ago
  93. ab51392 perf/x86/hw_breakpoints: Improve range breakpoint validation by Andy Lutomirski · 9 years ago
  94. e5779e8 perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe by Andy Lutomirski · 9 years ago
  95. ae3f011 perf/x86/intel: Fix SLM MSR_OFFCORE_RSP1 valid_mask by Kan Liang · 9 years ago
  96. c749b3e perf/x86/intel/lbr: Kill off intel_pmu_needs_lbr_smpl for good by Alexander Shishkin · 9 years ago
  97. e9b3bd3 perf/x86/intel/bts: Drop redundant declarations by Alexander Shishkin · 9 years ago
  98. 3a99958 perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/Broadwell by Andi Kleen · 9 years ago
  99. e3a13192 perf/x86/intel/uncore: Add support for ARB uncore PMU on Sandy/IvyBridge by Andi Kleen · 9 years ago
  100. 070a7cd perf/x86/intel/uncore: Remove use of macro DEFINE_PCI_DEVICE_TABLE() by Vaishali Thakkar · 9 years ago