1. 4a35a90 Revert "perf pmu: Fix pmu events parsing rule" by Arnaldo Carvalho de Melo · 7 years ago
  2. 80ee8c5 perf stat: Fix duplicate PMU name for interval print by Kan Liang · 7 years ago
  3. 121f325 perf evsel: Only fall back group read for leader by Kan Liang · 7 years ago
  4. 292c34c perf pmu: Fix core PMU alias list for X86 platform by Kan Liang · 7 years ago
  5. e9add8b perf evsel: Disable write_backward for leader sampling group events by Jiri Olsa · 7 years ago
  6. 9a4a931 perf pmu: Fix pmu events parsing rule by Jiri Olsa · 7 years ago
  7. 129193b perf stat: Keep the / modifier separator in fallback by Jiri Olsa · 7 years ago
  8. ce04abf perf list: Remove s390 specific strcmp_cpuid_cmp function by Thomas Richter · 7 years ago
  9. ee05d2179 perf machine: Set main kernel end address properly by Namhyung Kim · 7 years ago
  10. 8a9fd83 coresight: Move to SPDX identifier by Mathieu Poirier · 7 years ago
  11. ccbb6af perf record: Remove suggestion to enable APIC by Andi Kleen · 7 years ago
  12. ec39484 perf record: Remove misleading error suggestion by Andi Kleen · 7 years ago
  13. 038586c perf list: Add s390 support for detailed/verbose PMU event description by Thomas Richter · 7 years ago
  14. b3f35b5 perf report: Extend raw dump (-D) out with switch out event type by Alexey Budankov · 7 years ago
  15. 43c4023 perf annotate: Allow setting the offset level in .perfconfig by Arnaldo Carvalho de Melo · 7 years ago
  16. 7b36614 perf report: Fix switching to another perf.data file by Arnaldo Carvalho de Melo · 7 years ago
  17. 4f75f1c perf record: Change warning for missing sysfs entry to debug by Thomas Richter · 7 years ago
  18. 22e9af4 perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT by Jin Yao · 7 years ago
  19. 90ce61b perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX by Jin Yao · 7 years ago
  20. 592c10e perf annotate: Allow showing offsets in more than just jump targets by Arnaldo Carvalho de Melo · 7 years ago
  21. fcbd8fa perf tests clang: Fix function name for clang IR test by Sandipan Das · 7 years ago
  22. 7854e49 perf clang: Add support for recent clang versions by Sandipan Das · 7 years ago
  23. ad0902e perf tools: No need to include namespaces.h in util.h by Arnaldo Carvalho de Melo · 7 years ago
  24. b238db6 perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering by Adrian Hunter · 7 years ago
  25. 41a43da perf report: Remove duplicated 'samples' in lost samples warning by Arnaldo Carvalho de Melo · 7 years ago
  26. c0459a0 perf annotate: Show group details on the title line by Arnaldo Carvalho de Melo · 7 years ago
  27. 0d75f12 perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer by Adrian Hunter · 7 years ago
  28. 520d3f0 perf annotate stdio2: Print more descriptive event information header by Arnaldo Carvalho de Melo · 7 years ago
  29. b213eac perf annotate: Introduce annotation__scnprintf_samples_period() method by Arnaldo Carvalho de Melo · 7 years ago
  30. 25c312d perf hists: Move hists__scnprintf_title() away from the TUI code by Arnaldo Carvalho de Melo · 7 years ago
  31. 967a464 perf hists: Introduce hists__scnprint_title() by Arnaldo Carvalho de Melo · 7 years ago
  32. a36ebe4 perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORT by Jin Yao · 7 years ago
  33. b74d12d perf tools: Add a "dso_size" sort order by Kim Phillips · 7 years ago
  34. 895e3b0 perf mmap: Be consistent when checking for an unmaped ring buffer by Arnaldo Carvalho de Melo · 7 years ago
  35. f58385f perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done() by Kan Liang · 7 years ago
  36. 980b68e perf annotate: Use absolute addresses to calculate jump target offsets by Arnaldo Carvalho de Melo · 7 years ago
  37. c448234 perf annotate: Defer searching for comma in raw line till it is needed by Arnaldo Carvalho de Melo · 7 years ago
  38. e4cc91b perf annotate: Support jumping from one function to another by Arnaldo Carvalho de Melo · 7 years ago
  39. 2eff061 perf annotate: Add "_local" to jump/offset validation routines by Arnaldo Carvalho de Melo · 7 years ago
  40. 83428f2 perf python: Reference Py_None before returning it by Petr Machata · 7 years ago
  41. 751b178 perf annotate: Mark jumps to outher functions with the call arrow by Arnaldo Carvalho de Melo · 7 years ago
  42. 85a84e4 perf annotate: Pass function descriptor to its instruction parsing routines by Arnaldo Carvalho de Melo · 7 years ago
  43. 425859f perf annotate: No need to calculate notes->start twice by Arnaldo Carvalho de Melo · 7 years ago
  44. d9bd766 perf annotate browser: Add 'P' hotkey to dump annotation to file by Arnaldo Carvalho de Melo · 7 years ago
  45. 864298f2 perf annotate: Add function header to --stdio2 by Arnaldo Carvalho de Melo · 7 years ago
  46. 3563289 perf annotate: Use the default annotation options for --stdio2 by Arnaldo Carvalho de Melo · 7 years ago
  47. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  48. befd2a3 perf annotate: Introduce the --stdio2 output mode by Arnaldo Carvalho de Melo · 7 years ago
  49. 9b80d1f perf annotate: Introduce annotation_line__filter() by Arnaldo Carvalho de Melo · 7 years ago
  50. c298304 perf annotate: Use a ops table for annotation_line__write() by Arnaldo Carvalho de Melo · 7 years ago
  51. a1e9b74 perf annotate: Finish the generalization of annotate_browser__write() by Arnaldo Carvalho de Melo · 7 years ago
  52. 2ba5eca perf annotate: Introduce annotation_line__print_start() out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  53. 2f025ea perf annotate: Introduce annotation_line__max_percent() by Arnaldo Carvalho de Melo · 7 years ago
  54. ecda45b perf annotate: Introduce symbol__annotate2 method by Arnaldo Carvalho de Melo · 7 years ago
  55. b8b0d81 perf annotate: Introduce init_column_widths() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  56. 7232bf7 perf annotate: Move update_column_widths() to the generic lib by Arnaldo Carvalho de Melo · 7 years ago
  57. 9761e86 perf annotate: Move the column widths from the TUI to generic lib by Arnaldo Carvalho de Melo · 7 years ago
  58. 5bc49f6 perf annotate: Introduce set_offsets() method out of TUI code by Arnaldo Carvalho de Melo · 7 years ago
  59. 1cf5f98 perf annotate: Move nr_{asm_}entries to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  60. 0ca693b perf annotate: Move 'start' to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  61. 4850c92 perf annotate: Nuke struct browser_line by Arnaldo Carvalho de Melo · 7 years ago
  62. 0db45bc perf annotate: Move mark_jump_targets from the TUI to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  63. 6dcd57e perf annotate: Move nr_jumps to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  64. bc1c0f3 perf annotate: Move max_jump_sources to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  65. 6af612d perf annotate: Move pcnt_with() to the annotation library by Arnaldo Carvalho de Melo · 7 years ago
  66. 16932d7 perf annotate: Stop using a global config struct by Arnaldo Carvalho de Melo · 7 years ago
  67. 0553e83 perf annotate: Move nr_events from annotate_browser to annotation struct by Arnaldo Carvalho de Melo · 7 years ago
  68. f56c083 perf annotate: Move compute_ipc() to annotation library by Arnaldo Carvalho de Melo · 7 years ago
  69. 9d6bb41 perf annotate: Move annotation_line array from TUI to generic code by Arnaldo Carvalho de Melo · 7 years ago
  70. 0e83a7e perf annotate tui: Move have_cycles to struct annotation by Arnaldo Carvalho de Melo · 7 years ago
  71. c426e58 perf annotate: Move cycles/IPC formatting width constants outside TUI by Arnaldo Carvalho de Melo · 7 years ago
  72. 98bc80b perf annotate: Move annotation_options out of the TUI browser by Arnaldo Carvalho de Melo · 7 years ago
  73. 555fc3b perf unwind: Report error from dwfl_attach_state by Martin Vuille · 7 years ago
  74. d046179 perf probe: Use right type to access array elements by Masami Hiramatsu · 7 years ago
  75. 4c9cb2c perf annotate: Use ops->target.name when available for unresolved call targets by Arnaldo Carvalho de Melo · 7 years ago
  76. b7a313d perf tools: Fix python extension build for gcc 8 by Jiri Olsa · 7 years ago
  77. 77f1815 perf tools: Fix snprint warnings for gcc 8 by Jiri Olsa · 7 years ago
  78. a08f6dd perf debug: Avoid setting 'quiet' to 'true' unnecessarily by Yisheng Xie · 7 years ago
  79. 699db11 perf mmap: Discard head in overwrite_rb_find_range() by Yisheng Xie · 7 years ago
  80. 57b5de4 perf report: Support forced leader feature in pipe mode by Jiri Olsa · 7 years ago
  81. 6810158 perf annotate: Use asprintf when formatting objdump command line by Arnaldo Carvalho de Melo · 7 years ago
  82. c192524 perf machine: Fix mmap name setup by Jiri Olsa · 7 years ago
  83. 26e4711 perf stat: Make function perf_stat_evsel_id_init static by Thomas Richter · 7 years ago
  84. 5eab5a7 perf llvm: Display eBPF compiling command in debug output by Jiri Olsa · 7 years ago
  85. 3d20c62 perf unwind: Unwind with libdw doesn't take symfs into account by Martin Vuille · 7 years ago
  86. 4acf614 perf tools: Add mem2node object by Jiri Olsa · 7 years ago
  87. e725920 perf env: Free memory nodes data by Jiri Olsa · 7 years ago
  88. e2091ce perf tools: Add MEM_TOPOLOGY feature to perf data file by Jiri Olsa · 7 years ago
  89. 9f87498 perf tools: Add refcnt into struct mem_info by Jiri Olsa · 7 years ago
  90. e971a5a perf report: Display perf.data header info by Jiri Olsa · 7 years ago
  91. 8ef278b perf report: Fix the output for stdio events list by Jiri Olsa · 7 years ago
  92. 0b58a77 perf annotate: Fix s390 target function disassembly by Thomas Richter · 7 years ago
  93. 599a5be perf intel-pt: Adjust overlap-checking to support sampling mode by Adrian Hunter · 7 years ago
  94. 13f89db perf intel-pt: Remove a check for sampling mode by Adrian Hunter · 7 years ago
  95. 9c66506 perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace() by Adrian Hunter · 7 years ago
  96. 1c071c8 perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid() by Adrian Hunter · 7 years ago
  97. 91d29b2 perf intel-pt: Fix timestamp following overflow by Adrian Hunter · 7 years ago
  98. 1c196a6 perf intel-pt: Fix error recovery from missing TIP packet by Adrian Hunter · 7 years ago
  99. 63d8e38 perf intel-pt: Fix sync_switch by Adrian Hunter · 7 years ago
  100. 117db4b perf intel-pt: Fix overlap detection to identify consecutive buffers correctly by Adrian Hunter · 7 years ago