1. 2fe2230 perf tools: Add trace/beauty/generated/ into .gitignore by Ravi Bangoria · 7 years ago
  2. 3a9e9a4 perf trace: Fix call-graph output by Ravi Bangoria · 7 years ago
  3. f290aa1 perf record: Fix period option handling by Jiri Olsa · 7 years ago
  4. 49c0ae8 perf evsel: Fix period/freq terms setup by Jiri Olsa · 7 years ago
  5. c19d084 perf trace beauty flock: Move to separate object file by Arnaldo Carvalho de Melo · 7 years ago
  6. bafae98 perf evlist: Remove fcntl.h from evlist.h by Arnaldo Carvalho de Melo · 7 years ago
  7. 3258abe perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY by Arnaldo Carvalho de Melo · 7 years ago
  8. 522283f perf trace: Do not print from time delta for interrupted syscall lines by Arnaldo Carvalho de Melo · 7 years ago
  9. 591421e perf trace: Add --print-sample by Arnaldo Carvalho de Melo · 7 years ago
  10. 78c4369 perf bpf: Remove misplaced __maybe_unused attribute by Arnaldo Carvalho de Melo · 7 years ago
  11. b12235b perf tools: Add mechanic to synthesise CoreSight trace packets by Mathieu Poirier · 7 years ago
  12. 9f878b2 perf tools: Add full support for CoreSight trace decoding by Mathieu Poirier · 7 years ago
  13. 20d9c478 pert tools: Add queue management functionality by Mathieu Poirier · 7 years ago
  14. 290598b perf tools: Add functionality to communicate with the openCSD decoder by Mathieu Poirier · 7 years ago
  15. c9a01a1 perf tools: Add support for decoding CoreSight trace data by Mathieu Poirier · 7 years ago
  16. 68ffe39 perf tools: Add decoder mechanic to support dumping trace data by Mathieu Poirier · 7 years ago
  17. cd8bfd8 perf tools: Add processing of coresight metadata by Tor Jeremiassen · 7 years ago
  18. 440a23b perf tools: Add initial entry point for decoder CoreSight traces by Mathieu Poirier · 7 years ago
  19. aa6292f perf tools: Integrating the CoreSight decoding library by Mathieu Poirier · 7 years ago
  20. 5b50758 perf vendor events intel: Update IvyTown files to V20 by Andi Kleen · 7 years ago
  21. f5b5bdd perf vendor events intel: Update IvyBridge files to V20 by Andi Kleen · 7 years ago
  22. fae0a4d perf vendor events intel: Update BroadwellDE events to V7 by Andi Kleen · 7 years ago
  23. 1716021 perf vendor events intel: Update SkylakeX events to V1.06 by Andi Kleen · 7 years ago
  24. c93240a perf vendor events intel: Update Skylake events to V36 by Andi Kleen · 7 years ago
  25. ffaa6f2 perf vendor events intel: Update Silvermont events to V14 by Andi Kleen · 7 years ago
  26. 194b6fa4 perf vendor events intel: Update IvyTown events to V20 by Andi Kleen · 7 years ago
  27. c955cd2 perf vendor events intel: Update IvyBridge events to V20 by Andi Kleen · 7 years ago
  28. 032c16b perf vendor events intel: Update HaswellX events to V19 by Andi Kleen · 7 years ago
  29. ca3a2d0 perf vendor events intel: Update Haswell events to V27 by Andi Kleen · 7 years ago
  30. 03da89c perf vendor events intel: Update Goldmont events to V12 by Andi Kleen · 7 years ago
  31. 97d00f2 perf vendor events intel: Update BroadwellX events to V13 by Andi Kleen · 7 years ago
  32. b3ab8ad perf vendor events intel: Update Broadwell events to V22 by Andi Kleen · 7 years ago
  33. b3fa389 perf trace: Remove audit-libs dependency if syscall tables are present by Hendrik Brueckner · 7 years ago
  34. 092bd3c perf trace: Obtain errno strings by using arch_syscalls__strerrno() by Hendrik Brueckner · 7 years ago
  35. 0337cf7 perf util: Introduce architecture specific errno/name mapping by Hendrik Brueckner · 7 years ago
  36. 28b8f95 tools include asm-generic: Grab errno.h and errno-base.h by Hendrik Brueckner · 7 years ago
  37. 95f2819 tools include arch: Grab a copy of errno.h for arch's supported by perf by Hendrik Brueckner · 7 years ago
  38. 99402e0 perf build: Display EXTRA features for VF=1 build by Jiri Olsa · 7 years ago
  39. 631e8f0 perf report: Fix regression when decoding intel_pt traces by Mathieu Poirier · 7 years ago
  40. 4c0d8d27 perf symbols: Using O_CLOEXEC in do_open by Wang YanQing · 7 years ago
  41. 5c61d70 perf tools: Move conditional O_CLOEXEC to util.h by Arnaldo Carvalho de Melo · 7 years ago
  42. 8725232 perf bpf: Don't warn about unavailability of builtin clang, just fallback by Arnaldo Carvalho de Melo · 7 years ago
  43. 5627117 perf tools: Use ui__error() for reporting --fields errors by Arnaldo Carvalho de Melo · 7 years ago
  44. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  45. 59a87fd perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  46. a10eb53 perf intel-pt/bts: Do not swap when synthesizing samples by Adrian Hunter · 7 years ago
  47. 81fccd6 perf record: Fix failed memory allocation for get_cpuid_str by Thomas Richter · 7 years ago
  48. cc2ef58 perf script: Remove the time slices number limitation by Jin Yao · 7 years ago
  49. 0a3cc3a perf report: Remove the time slices number limitation by Jin Yao · 7 years ago
  50. 5a031f8 perf util: Allocate time slices buffer according to number of comma by Jin Yao · 7 years ago
  51. 7425664 perf report: Add an indication of what time slices are used by Jin Yao · 7 years ago
  52. 3002812 perf util: Support no index time percent slice by Jin Yao · 7 years ago
  53. 6e761cb perf util: Improve error checking for time percent input by Jin Yao · 7 years ago
  54. 1e2778e perf script: Improve error msg when no first/last sample time found by Jin Yao · 7 years ago
  55. eb0b419 perf report: Improve error msg when no first/last sample time found by Jin Yao · 7 years ago
  56. 0d3dcc0 perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding by Arnaldo Carvalho de Melo · 7 years ago
  57. bd3dda9 perf trace: Allow overriding global --max-stack per event by Arnaldo Carvalho de Melo · 7 years ago
  58. 75d5011 perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used by Arnaldo Carvalho de Melo · 7 years ago
  59. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 7 years ago
  60. 249d98e perf callchain: Fix attr.sample_max_stack setting by Arnaldo Carvalho de Melo · 7 years ago
  61. ffd3d18 perf tools: Add ARM Statistical Profiling Extensions (SPE) support by Kim Phillips · 7 years ago
  62. 08e2639 perf trace: Fix setting of --call-graph/--max-stack for non-syscall events by Arnaldo Carvalho de Melo · 7 years ago
  63. 1688c2f perf evsel: Check if callchain is enabled before setting it up by Arnaldo Carvalho de Melo · 7 years ago
  64. fa1195cc perf tools: Fix copyfile_offset update of output offset by Jiri Olsa · 7 years ago
  65. 236d812 perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely by Arnaldo Carvalho de Melo · 7 years ago
  66. 41013f0 perf script python: Add script to profile and resolve physical mem type by Kan Liang · 7 years ago
  67. dd8bd53 perf evlist: Remove trailing semicolon by Luis de Bethencourt · 7 years ago
  68. 2178790 perf evsel: Fix incorrect handling of type _TERM_DRV_CFG by Mathieu Poirier · 7 years ago
  69. 6439d7d perf report: Introduce --mmaps by Arnaldo Carvalho de Melo · 7 years ago
  70. 930f8b3 perf report: Add --tasks option to display monitored tasks by Jiri Olsa · 7 years ago
  71. 2d1073d perf trace: Beautify 'gettid' syscall result by Arnaldo Carvalho de Melo · 7 years ago
  72. a4a4d0a perf report: Add --stats option to display quick data statistics by Jiri Olsa · 7 years ago
  73. 075ca1e perf tools: Make the tool's warning messages optional by Jiri Olsa · 7 years ago
  74. 3d7c27b perf script: Add support to display lost events by Jiri Olsa · 7 years ago
  75. 28a0b39 perf script: Add support to display sample misc field by Jiri Olsa · 7 years ago
  76. db9fc76 perf tools: Display perf_event_attr::namespaces debug info by Jiri Olsa · 7 years ago
  77. 24787af perf tools: Enable LIBBABELTRACE by default by Jiri Olsa · 7 years ago
  78. 2ab046c perf script: Support time percent and multiple time ranges by Jin Yao · 7 years ago
  79. 5b969bc perf report: Support time percent and multiple time ranges by Jin Yao · 7 years ago
  80. 9a9b8b4 perf tools: Create function to perform multiple time range checking by Jin Yao · 7 years ago
  81. 13a70f3 perf tools: Create function to parse time percent by Jin Yao · 7 years ago
  82. 68588ba perf record: Record the first and last sample time in the header by Jin Yao · 7 years ago
  83. 6011518 perf header: Add infrastructure to record first and last sample time by Jin Yao · 7 years ago
  84. 40c39e3 perf report: Fix a no annotate browser displayed issue by Jin Yao · 7 years ago
  85. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 7 years ago
  86. 44df1af perf tools: Fix compile error with libunwind x86 by Wang Nan · 7 years ago
  87. e0337f4 perf test bpf: Hook on epoll_pwait() by Arnaldo Carvalho de Melo · 7 years ago
  88. 13cb2d0 perf test bpf: Use designated struct field initializers by Arnaldo Carvalho de Melo · 7 years ago
  89. 6703c97 perf test bpf: Improve message about expected samples by Arnaldo Carvalho de Melo · 7 years ago
  90. 5d4fd9c perf tools: Auto-complete for events with ':' by Jin Yao · 7 years ago
  91. 34c16db perf tools: Return all events as auto-completions after comma by Jin Yao · 7 years ago
  92. 74cd581 perf tool: Improve bash command line auto-complete for multiple events with comma by Jin Yao · 7 years ago
  93. f1031c8 perf probe arm64: Fix symbol fixup issues due to ELF type by Kim Phillips · 7 years ago
  94. ca80006 perf evsel: Enable ignore_missing_thread for pid option by Mengting Zhang · 7 years ago
  95. a9a3f1d perf s390: Always build with -fPIC by Hendrik Brueckner · 7 years ago
  96. 922991c Revert "perf s390: Always build with -fPIC" by Arnaldo Carvalho de Melo · 7 years ago
  97. 69b5c95 perf test shell: Fix check open filename arg using 'perf trace' by Michael Petlan · 7 years ago
  98. f9d8adb perf evsel: Fix swap for samples with raw data by Jiri Olsa · 7 years ago
  99. c588d15 perf probe: Support escaped character in parser by Masami Hiramatsu · 7 years ago
  100. 1e9f9e8 perf string: Add {strdup,strpbrk}_esc() by Masami Hiramatsu · 7 years ago