1. 15d599a perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL by Adrian Hunter · 7 years ago
  2. 81fccd6 perf record: Fix failed memory allocation for get_cpuid_str by Thomas Richter · 8 years ago
  3. 44df1af perf tools: Fix compile error with libunwind x86 by Wang Nan · 8 years ago
  4. 54e32dc perf pmu: Pass pmu as a parameter to get_cpuid_str() by Ganapatrao Kulkarni · 8 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  6. 91a8c5b perf intel-pt: Always set no branch for dummy event by Kan Liang · 8 years ago
  7. 69d8bd8 perf intel-pt: Set no_aux_samples for the tracking event by Kan Liang · 8 years ago
  8. 9fd629f perf intel-pt: Add default config for pass-through branch enable by Adrian Hunter · 8 years ago
  9. d3cef7f perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array by Kim Phillips · 8 years ago
  10. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  11. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  12. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  13. 2d01ecc perf/sdt/x86: Add renaming logic for (missing) 8 bit registers by Ravi Bangoria · 8 years ago
  14. 8544d24 perf sdt x86: Add renaming logic for rNN and other registers by Ravi Bangoria · 9 years ago
  15. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 9 years ago
  16. f33d122 perf tools: Support CPU id matching for x86 v2 by Andi Kleen · 9 years ago
  17. c093f30 perf intel-pt: Record address filter in AUXTRACE_INFO event by Adrian Hunter · 9 years ago
  18. fa8025c perf intel-pt: Add support for recording the max non-turbo ratio by Adrian Hunter · 9 years ago
  19. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 9 years ago
  20. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  21. 52ffe0f perf callchain: Support x86 target platform by He Kuang · 9 years ago
  22. 9d8e14d perf unwind: Separate local/remote libunwind config by He Kuang · 9 years ago
  23. 44b1e60 perf stat: Basic support for TopDown in perf stat by Andi Kleen · 9 years ago
  24. c45628b perf record: Robustify perf_event__synth_time_conv() by Wang Nan · 9 years ago
  25. f938345 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 9 years ago
  26. bd0c7a5 perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP by Adrian Hunter · 9 years ago
  27. 2a28e23 perf jit: Add support for using TSC as a timestamp by Adrian Hunter · 9 years ago
  28. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 9 years ago
  29. 2146afc perf tools: Rename parse_events__free_terms() to parse_events_terms__delete() by Arnaldo Carvalho de Melo · 10 years ago
  30. 48deaa7 perf kvm/{x86,s390}: Remove const from kvm_events_tp by Hemant Kumar · 10 years ago
  31. 162607e perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h by Hemant Kumar · 10 years ago
  32. 14a05e1 perf auxtrace: Add perf_evlist pointer to *info_priv_size() by Mathieu Poirier · 10 years ago
  33. d2190a8 perf evlist: Remove perf_evlist__(enable|disable)_event functions by Jiri Olsa · 10 years ago
  34. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 10 years ago
  35. 30433a3 perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on by Wang Nan · 10 years ago
  36. bbbe6bf perf tools: Introduce regs_query_register_offset() for x86 by Wang Nan · 10 years ago
  37. 86c2786 perf intel-pt: Add support for PERF_RECORD_SWITCH by Adrian Hunter · 10 years ago
  38. af4aead perf tools: Fix link time error with sample_reg_masks on non x86 by Stephane Eranian · 10 years ago
  39. 3b27d13 perf dwarf: Fix potential array out of bounds access by Wang Nan · 10 years ago
  40. c5e991e perf/x86: Add list of register names by Stephane Eranian · 10 years ago
  41. 0de802a perf tools: Add Intel PT support for using CYC packets by Adrian Hunter · 10 years ago
  42. b45fc0b perf tools: Add Intel PT support for using MTC packets by Adrian Hunter · 10 years ago
  43. 11fa7cb perf tools: Pass Intel PT information for decoding MTC and CYC by Adrian Hunter · 10 years ago
  44. bc9b6bf perf tools: Add Intel PT support for PSB periods by Adrian Hunter · 10 years ago
  45. d0170af perf tools: Add Intel BTS support by Adrian Hunter · 10 years ago
  46. 5efb1d5 perf tools: Take Intel PT into use by Adrian Hunter · 10 years ago
  47. 90e457f perf tools: Add Intel PT support by Adrian Hunter · 10 years ago
  48. 5e8c0fb perf build: Add arch x86 objects building by Jiri Olsa · 11 years ago
  49. a6a69db perf tools: Move rdtsc() function by Adrian Hunter · 11 years ago
  50. 0b43786 perf tools: Allow TSC conversion on any arch by Adrian Hunter · 11 years ago
  51. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 11 years ago
  52. 54c801f perf kvm: Add skip_event() for --duration option by Alexander Yarygin · 11 years ago
  53. 9daa812 perf kvm: Move arch specific code into arch/ by Alexander Yarygin · 11 years ago
  54. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  55. 5ea8415 perf tools: Add libdw DWARF post unwind support by Jiri Olsa · 11 years ago
  56. ea3da69 perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id by Jiri Olsa · 12 years ago
  57. 436aa74 perf callchain: Separate libunwind code to special object by Jiri Olsa · 12 years ago
  58. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 12 years ago
  59. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 12 years ago
  60. 602bab1b perf tools: Fix compile of util/tsc.c by David Ahern · 12 years ago
  61. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 12 years ago
  62. 861e10b perf tools: Fix build on non-glibc systems due to libio.h absence by Cody P Schafer · 12 years ago
  63. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 13 years ago
  64. e7f01d1 perf tools: Use scnprintf where applicable by Arnaldo Carvalho de Melo · 13 years ago
  65. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 14 years ago
  66. cd932c5 perf: Move arch specific code into separate arch directory by Ian Munsie · 15 years ago