1. 1d12cec perf machine: Fix paranoid check in machine__set_kernel_mmap() by Namhyung Kim · 7 years ago
  2. 4cb7d3e perf cpuid: Introduce a platform specific cpuid compare function by Thomas Richter · 7 years ago
  3. 4281da2 perf trace powerpc: Use generated syscall table by Ravi Bangoria · 8 years ago
  4. e3ebaa4 perf report: Fix memory corruption in --branch-history mode --branch-history by Jiri Olsa · 7 years ago
  5. 256e751 perf inject: Emit instruction records on ETM trace discontinuity by Robert Walker · 7 years ago
  6. e573e97 perf cs-etm: Inject capabilitity for CoreSight traces by Robert Walker · 7 years ago
  7. 147c508 perf tools: Use target->per_thread and target->system_wide flags by Jin Yao · 8 years ago
  8. 099c113 perf cs-etm: Freeing allocated memory by Mathieu Poirier · 8 years ago
  9. a73e24d perf tools: Do not create kernel maps in sample__resolve() by Jiri Olsa · 7 years ago
  10. e8f3879 perf machine: Remove machine__load_kallsyms() by Jiri Olsa · 7 years ago
  11. 1fb87b8 perf machine: Don't search for active kernel start in __machine__create_kernel_maps by Jiri Olsa · 7 years ago
  12. 05db6ff perf machine: Generalize machine__set_kernel_mmap() by Jiri Olsa · 7 years ago
  13. 8c7f1bb perf machine: Move kernel mmap name into struct machine by Jiri Olsa · 7 years ago
  14. 81f981d perf machine: Free root_dir in machine__init() error path by Jiri Olsa · 7 years ago
  15. c396296 perf symbols: Check if we read regular file in dso__load() by Jiri Olsa · 7 years ago
  16. f1f8ad5 perf stat: Add support to print counts after a period of time by yuzhoujian · 8 years ago
  17. db06a26 perf stat: Add support to print counts for fixed times by yuzhoujian · 8 years ago
  18. a7402c9 perf tools: Fix comment for sort__* compare functions by Jiri Olsa · 8 years ago
  19. 6677d26 perf tools: Substitute yet another strtoull() by Andy Shevchenko · 8 years ago
  20. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 8 years ago
  21. 9a831b3 perf evsel: Expose the perf_missing_features struct by Arnaldo Carvalho de Melo · 8 years ago
  22. 3effc2f perf mmap: Discard legacy interface for mmap read by Kan Liang · 8 years ago
  23. 7bb4597 perf mmap: Introduce perf_mmap__read_event() by Kan Liang · 8 years ago
  24. ee023de perf mmap: Introduce perf_mmap__read_done() by Kan Liang · 8 years ago
  25. b4b036b perf mmap: Discard 'prev' in perf_mmap__read() by Kan Liang · 8 years ago
  26. 189f2cc perf mmap: Add new return value logic for perf_mmap__read_init() by Kan Liang · 8 years ago
  27. 8872481 perf mmap: Introduce perf_mmap__read_init() by Kan Liang · 8 years ago
  28. f92c8cb perf mmap: Cleanup perf_mmap__push() by Kan Liang · 8 years ago
  29. dc6c35c perf mmap: Recalculate size for overwrite mode by Kan Liang · 8 years ago
  30. 6888ff6 perf evlist: Remove stale mmap read for backward by Kan Liang · 8 years ago
  31. f290aa1 perf record: Fix period option handling by Jiri Olsa · 8 years ago
  32. 49c0ae8 perf evsel: Fix period/freq terms setup by Jiri Olsa · 8 years ago
  33. bafae98 perf evlist: Remove fcntl.h from evlist.h by Arnaldo Carvalho de Melo · 8 years ago
  34. 78c4369 perf bpf: Remove misplaced __maybe_unused attribute by Arnaldo Carvalho de Melo · 8 years ago
  35. b12235b perf tools: Add mechanic to synthesise CoreSight trace packets by Mathieu Poirier · 8 years ago
  36. 9f878b2 perf tools: Add full support for CoreSight trace decoding by Mathieu Poirier · 8 years ago
  37. 20d9c47 pert tools: Add queue management functionality by Mathieu Poirier · 8 years ago
  38. 290598b perf tools: Add functionality to communicate with the openCSD decoder by Mathieu Poirier · 8 years ago
  39. c9a01a1 perf tools: Add support for decoding CoreSight trace data by Mathieu Poirier · 8 years ago
  40. 68ffe39 perf tools: Add decoder mechanic to support dumping trace data by Mathieu Poirier · 8 years ago
  41. cd8bfd8 perf tools: Add processing of coresight metadata by Tor Jeremiassen · 8 years ago
  42. 440a23b perf tools: Add initial entry point for decoder CoreSight traces by Mathieu Poirier · 8 years ago
  43. b3fa389 perf trace: Remove audit-libs dependency if syscall tables are present by Hendrik Brueckner · 8 years ago
  44. 631e8f0 perf report: Fix regression when decoding intel_pt traces by Mathieu Poirier · 8 years ago
  45. 4c0d8d27 perf symbols: Using O_CLOEXEC in do_open by Wang YanQing · 8 years ago
  46. 5c61d70 perf tools: Move conditional O_CLOEXEC to util.h by Arnaldo Carvalho de Melo · 8 years ago
  47. 8725232 perf bpf: Don't warn about unavailability of builtin clang, just fallback by Arnaldo Carvalho de Melo · 8 years ago
  48. 5627117 perf tools: Use ui__error() for reporting --fields errors by Arnaldo Carvalho de Melo · 8 years ago
  49. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 8 years ago
  50. 59a87fd perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample() by Adrian Hunter · 8 years ago
  51. a10eb53 perf intel-pt/bts: Do not swap when synthesizing samples by Adrian Hunter · 8 years ago
  52. 5a031f8 perf util: Allocate time slices buffer according to number of comma by Jin Yao · 8 years ago
  53. 3002812 perf util: Support no index time percent slice by Jin Yao · 8 years ago
  54. 6e761cb perf util: Improve error checking for time percent input by Jin Yao · 8 years ago
  55. 0d3dcc0 perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding by Arnaldo Carvalho de Melo · 8 years ago
  56. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 8 years ago
  57. 249d98e perf callchain: Fix attr.sample_max_stack setting by Arnaldo Carvalho de Melo · 8 years ago
  58. ffd3d18 perf tools: Add ARM Statistical Profiling Extensions (SPE) support by Kim Phillips · 8 years ago
  59. 1688c2f perf evsel: Check if callchain is enabled before setting it up by Arnaldo Carvalho de Melo · 8 years ago
  60. fa1195c perf tools: Fix copyfile_offset update of output offset by Jiri Olsa · 8 years ago
  61. 41013f0 perf script python: Add script to profile and resolve physical mem type by Kan Liang · 8 years ago
  62. dd8bd53 perf evlist: Remove trailing semicolon by Luis de Bethencourt · 8 years ago
  63. 2178790 perf evsel: Fix incorrect handling of type _TERM_DRV_CFG by Mathieu Poirier · 8 years ago
  64. 075ca1e perf tools: Make the tool's warning messages optional by Jiri Olsa · 8 years ago
  65. 3d7c27b perf script: Add support to display lost events by Jiri Olsa · 8 years ago
  66. 28a0b39 perf script: Add support to display sample misc field by Jiri Olsa · 8 years ago
  67. db9fc76 perf tools: Display perf_event_attr::namespaces debug info by Jiri Olsa · 8 years ago
  68. 9a9b8b4 perf tools: Create function to perform multiple time range checking by Jin Yao · 8 years ago
  69. 13a70f3 perf tools: Create function to parse time percent by Jin Yao · 8 years ago
  70. 6011518 perf header: Add infrastructure to record first and last sample time by Jin Yao · 8 years ago
  71. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 8 years ago
  72. ca80006 perf evsel: Enable ignore_missing_thread for pid option by Mengting Zhang · 8 years ago
  73. f9d8adb perf evsel: Fix swap for samples with raw data by Jiri Olsa · 8 years ago
  74. c588d15 perf probe: Support escaped character in parser by Masami Hiramatsu · 8 years ago
  75. 1e9f9e8 perf string: Add {strdup,strpbrk}_esc() by Masami Hiramatsu · 8 years ago
  76. 4b3a271 perf probe: Find versioned symbols from map by Masami Hiramatsu · 8 years ago
  77. e63c625 perf probe: Add __return suffix for return events by Masami Hiramatsu · 8 years ago
  78. a3110cd perf probe: Cut off the version suffix from event name by Masami Hiramatsu · 8 years ago
  79. 9f5c6d8 perf probe: Add warning message if there is unexpected event name by Masami Hiramatsu · 8 years ago
  80. 4e8fbc1 perf env: Adopt perf_env__arch() from the annotate code by Arnaldo Carvalho de Melo · 8 years ago
  81. 3285deb perf annotate: Use perf_env when obtaining the arch name by Arnaldo Carvalho de Melo · 8 years ago
  82. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 8 years ago
  83. 901bb02 perf trace: Use generated syscall table on s390 too by Hendrik Brueckner · 8 years ago
  84. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 8 years ago
  85. 06c3f2a perf utils: Move is_directory() to path.h by Jiri Olsa · 8 years ago
  86. 2973455 perf stat: Resort '--per-thread' result by Jin Yao · 8 years ago
  87. 1d9f8d1 perf stat: Remove --per-thread pid/tid limitation by Jin Yao · 8 years ago
  88. 73c0ca1e perf thread_map: Enumerate all threads from /proc by Jin Yao · 8 years ago
  89. 14e72a2 perf stat: Update or print per-thread stats by Jin Yao · 8 years ago
  90. 5673944 perf stat: Allocate shadow stats buffer for threads by Jin Yao · 8 years ago
  91. 6a1e2c5 perf stat: Remove a set of shadow stats static variables by Jin Yao · 8 years ago
  92. e0128b3 perf stat: Print per-thread shadow stats by Jin Yao · 8 years ago
  93. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 8 years ago
  94. 8efb2df perf stat: Create the runtime_stat init/exit function by Jin Yao · 8 years ago
  95. 49cd456 perf stat: Extend rbtree to support per-thread shadow stats by Jin Yao · 8 years ago
  96. e5fcc2a perf stat: Define a structure for per-thread shadow stats by Jin Yao · 8 years ago
  97. 1d2a7de Merge tag 'v4.15-rc4' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  98. e53000b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. f5b5fab x86/decoder: Fix and update the opcodes map by Randy Dunlap · 8 years ago
  100. f971e51 tools/perf: Convert ACCESS_ONCE() to READ_ONCE() by Mark Rutland · 8 years ago