1. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. e59d29e perf probe: Fix segfault if passed with ''. by Wang Nan · 9 years ago
  3. d13855e perf probe: Fix bug with global variables handling by He Kuang · 9 years ago
  4. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  7. f19e80c perf probe: Fix segfault when probe with lazy_line to file by He Kuang · 9 years ago
  8. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 9 years ago
  9. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 9 years ago
  10. 7b8283b5 perf evlist: Fix type for references to data_head/tail by David Ahern · 9 years ago
  11. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 9 years ago
  12. 5e78c69 perf buildid-list: Fix segfault when show DSOs with hits by He Kuang · 9 years ago
  13. 1060ab8 perf tools: Fix cross-endian analysis by David Ahern · 9 years ago
  14. d998b73 perf tools: Fix error path to do closedir() when synthesizing threads by Arnaldo Carvalho de Melo · 9 years ago
  15. 7764a38 perf tools: Fix synthesizing fork_event.ppid for non-main thread by David Ahern · 9 years ago
  16. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 9 years ago
  17. f6c1562 perf probe: Fix ARM 32 building error by Wang Nan · 9 years ago
  18. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  19. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 9 years ago
  20. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 9 years ago
  21. 8ea92ce perf evlist: Fix inverted logic in perf_mmap__empty by He Kuang · 9 years ago
  22. bd05954 perf data: Support using -f to override perf.data file ownership for 'convert' by Yunlong Song · 9 years ago
  23. 8cc5ec1f perf kvm: Support using -f to override perf.data.guest file ownership by Yunlong Song · 9 years ago
  24. 9e3b6ec perf evlist: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  25. c727383 perf probe: Fix to track down unnamed union/structure members by Masami Hiramatsu · 9 years ago
  26. b83e868 perf db-export: No need to have ->thread twice in struct export_sample by Arnaldo Carvalho de Melo · 9 years ago
  27. 7327259 perf db-export: No need to pass thread twice to db_export__sample by Arnaldo Carvalho de Melo · 9 years ago
  28. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 9 years ago
  29. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 9 years ago
  30. aae59fa perf session: Always initialize ordered_events by Arnaldo Carvalho de Melo · 9 years ago
  31. ca6c41c perf tools: Fix ppid for synthesized fork events by David Ahern · 9 years ago
  32. 5aa0b03 perf tools: Refactor comm/tgid lookup by David Ahern · 9 years ago
  33. 73dbcd6 perf callchain: Fix kernel symbol resolution by remembering the cpumode by David Hildenbrand · 9 years ago
  34. 072e5a1 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree by Ingo Molnar · 9 years ago
  35. 23d4aad perf evlist: Return the first evsel with an invalid filter in apply_filters() by Arnaldo Carvalho de Melo · 9 years ago
  36. e94eeda perf timechart: Fix SIBGUS error on sparc64 by David Ahern · 9 years ago
  37. e03eaa4 perf tools: Add pid/tid filtering to report and script commands by David Ahern · 9 years ago
  38. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 9 years ago
  39. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 9 years ago
  40. 17e44dc perf target: Simplify handling of strerror_r return by Arnaldo Carvalho de Melo · 9 years ago
  41. e1e455f perf tools: Work around lack of sched_getcpu in glibc < 2.6. by Vinson Lee · 9 years ago
  42. e6d7c91 perf probe: Fix to get ummapped symbol address on kernel by Masami Hiramatsu · 9 years ago
  43. 228f14f perf tools: Remove (null) value of "Sort order" for perf mem report by Yunlong Song · 9 years ago
  44. 2c7da8c perf annotate: Allow annotation for decompressed kernel modules by Jiri Olsa · 9 years ago
  45. bc84f46 perf tools: Try to lookup kernel module map before creating one by Jiri Olsa · 9 years ago
  46. 907fb50 perf tools: Remove is_kmodule_extension function by Jiri Olsa · 9 years ago
  47. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 9 years ago
  48. 8dee9ff11 perf tools: Use kmod_path__parse in is_kernel_module by Jiri Olsa · 9 years ago
  49. 914f85c perf tools: Use kmod_path__parse in decompress_kmodule by Jiri Olsa · 9 years ago
  50. bb58a8a perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir by Jiri Olsa · 9 years ago
  51. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 9 years ago
  52. ca33380 perf tools: Use kmod_path__parse for machine__new_dso by Jiri Olsa · 9 years ago
  53. da17ea3 perf tools: Add machine__module_dso function by Jiri Olsa · 9 years ago
  54. 701d8d7 perf tools: Add dsos__addnew function by Jiri Olsa · 9 years ago
  55. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 9 years ago
  56. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 9 years ago
  57. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 9 years ago
  58. 0635b0f perf tools: Fix race in build_id_cache__add_s() by Milos Vyletel · 9 years ago
  59. 0c8c207 perf report: Don't allow empty argument for '-t'. by Wang Nan · 9 years ago
  60. 303cb89 perf callchain: Separate eh/debug frame offset cache. by Wang Nan · 9 years ago
  61. d5dbc51 perf hists browser: Allow annotating entries in callchains by Arnaldo Carvalho de Melo · 9 years ago
  62. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 9 years ago
  63. 6936472 perf data: Add tracepoint events fields CTF conversion support by Sebastian Andrzej Siewior · 9 years ago
  64. 6d4a489 perf probe: Fix compiles due to declarations using perf_probe_point by David Ahern · 9 years ago
  65. a8cd1f4 perf hists browser: Fix UI bug after zoom into thread/dso/symbol by He Kuang · 9 years ago
  66. a78604d perf probe: Fix possible double free on error by He Kuang · 9 years ago
  67. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 9 years ago
  68. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 9 years ago
  69. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 9 years ago
  70. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  71. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  72. 4a6b362 perf ordered_events: Adopt queue() method by Arnaldo Carvalho de Melo · 9 years ago
  73. 01fbc1f perf tools: Remove superfluous thread->comm_set setting by Jiri Olsa · 9 years ago
  74. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 9 years ago
  75. d10eb1e perf ordered_events: Allow tools to specify a deliver method by Arnaldo Carvalho de Melo · 9 years ago
  76. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  77. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  78. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 9 years ago
  79. 3995614 perf annotate: Fix fallback to unparsed disassembler line by Arnaldo Carvalho de Melo · 9 years ago
  80. f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 9 years ago
  81. 0cf5593 perf/bench: Fix mem* routines usage after alternatives change by Borislav Petkov · 9 years ago
  82. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  83. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 9 years ago
  84. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 9 years ago
  85. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 9 years ago
  86. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 9 years ago
  87. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 9 years ago
  88. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 9 years ago
  89. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 9 years ago
  90. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 9 years ago
  91. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 9 years ago
  92. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 9 years ago
  93. f56847c perf probe: Fix a precedence bug by He Kuang · 9 years ago
  94. 94ba462 perf diff: Support for different binaries by Kan Liang · 9 years ago
  95. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 9 years ago
  96. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 9 years ago
  97. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 9 years ago
  98. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 9 years ago
  99. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 9 years ago
  100. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 9 years ago