1. c184c98 perf/x86: Use common PMU interrupt disabled code by Vince Weaver · 11 years ago
  2. edcb4d3 perf/ARM: Use common PMU interrupt disabled code by Vince Weaver · 11 years ago
  3. 53b2533 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 11 years ago
  4. ebf905f perf: Fix use after free in perf_remove_from_context() by Peter Zijlstra · 11 years ago
  5. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 11 years ago
  6. c56d340 Merge branch 'perf/uprobes' into perf/core by Ingo Molnar · 11 years ago
  7. b13fa91 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 11 years ago
  8. fc9cabe perf tools: Fix 'make help' message error by Jianyu Zhan · 11 years ago
  9. a515114 perf record: Fix poll return value propagation by Jiri Olsa · 11 years ago
  10. f299842 perf tools: Move elide bool into perf_hpp_fmt struct by Jiri Olsa · 11 years ago
  11. 2ec85c6 perf tools: Remove elide setup for SORT_MODE__MEMORY mode by Jiri Olsa · 11 years ago
  12. 7f3e508 perf tools: Fix "==" into "=" in ui_browser__warning assignment by zhangdianfang · 11 years ago
  13. f2d9627 perf tools: Allow overriding sysfs and proc finding with env var by Cody P Schafer · 11 years ago
  14. 16a6433 perf tools: Consider header files outside perf directory in tags target by Sebastian Andrzej Siewior · 11 years ago
  15. 6a2f254 perf tools: Add warning when disabling perl scripting support due to missing devel files by Arnaldo Carvalho de Melo · 11 years ago
  16. 1b572622 perf trace: Warn the user when not available by Arnaldo Carvalho de Melo · 11 years ago
  17. 9b26136 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 11 years ago
  18. 0506aec perf tests: Add a test case for cumulating callchains by Namhyung Kim · 11 years ago
  19. a1891aa perf tests: Define and use symbolic names for fake symbols by Namhyung Kim · 11 years ago
  20. d69b296 perf tools: Reset output/sort order to default by Namhyung Kim · 11 years ago
  21. e4cf6f8 perf ui/gtk: Fix callchain display by Namhyung Kim · 11 years ago
  22. 56772ad perf ui/stdio: Fix invalid percentage value of cumulated hist entries by Namhyung Kim · 11 years ago
  23. e511db5 perf tools: Enable --children option by default by Namhyung Kim · 11 years ago
  24. 104ac99 perf top: Add top.children config option by Namhyung Kim · 12 years ago
  25. 1432ec3 perf top: Add --children option by Namhyung Kim · 11 years ago
  26. 7c50391 perf top: Convert to hist_entry_iter by Namhyung Kim · 11 years ago
  27. 9d3c02d perf tools: Add callback function to hist_entry_iter by Namhyung Kim · 11 years ago
  28. 2bf1a12 perf tools: Do not auto-remove Children column if --fields given by Namhyung Kim · 11 years ago
  29. 8d8e645 perf report: Add report.children config option by Namhyung Kim · 12 years ago
  30. 793aaaa perf report: Add --children option by Namhyung Kim · 11 years ago
  31. 77284de perf tools: Add more hpp helper functions by Namhyung Kim · 11 years ago
  32. 1413566 perf tools: Apply percent-limit to cumulative percentage by Namhyung Kim · 11 years ago
  33. b09955b perf ui/gtk: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  34. 0434ddd perf ui/browser: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  35. 594dcbf perf ui/hist: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  36. be7f855 perf tools: Save callchain info for each cumulative entry by Namhyung Kim · 11 years ago
  37. be1f13e perf callchain: Add callchain_cursor_snapshot() by Namhyung Kim · 12 years ago
  38. b4d3c8b perf report: Cache cumulative callchains by Namhyung Kim · 11 years ago
  39. c7405d8 perf tools: Update cpumode for each cumulative entry by Namhyung Kim · 11 years ago
  40. 7a13aa2 perf hists: Accumulate hist entry stat based on the callchain by Namhyung Kim · 12 years ago
  41. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  42. f8be1c8 perf hists: Add support for accumulated stat of hist entry by Namhyung Kim · 12 years ago
  43. 69bcb01 perf tools: Introduce struct hist_entry_iter by Namhyung Kim · 11 years ago
  44. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 11 years ago
  45. a03b1e1 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/uprobes by Ingo Molnar · 11 years ago
  46. e450f90 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 11 years ago
  47. eca8183 perf tools: Add automatic remapping of Android libraries by Michael Lentine · 11 years ago
  48. 21cfc5e perf tools: Add cat as fallback pager by Michael Lentine · 11 years ago
  49. f21d181 perf tests: Add a testcase for histogram output sorting by Namhyung Kim · 11 years ago
  50. 4e754e1 perf tests: Factor out print_hists_*() by Namhyung Kim · 11 years ago
  51. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 11 years ago
  52. cfaa154 perf tools: Get rid of obsolete hist_entry__sort_list by Namhyung Kim · 11 years ago
  53. 678a500 perf hists: Reset width of output fields with header length by Namhyung Kim · 11 years ago
  54. e67d49a perf tools: Skip elided sort entries by Namhyung Kim · 11 years ago
  55. 6fe8c26 perf top: Add --fields option to specify output fields by Namhyung Kim · 11 years ago
  56. c0f1527 perf report/tui: Fix a bug when --fields/sort is given by Namhyung Kim · 11 years ago
  57. 202e7a6 perf tools: Add ->sort() member to struct sort_entry by Namhyung Kim · 11 years ago
  58. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 11 years ago
  59. 22af969 perf tools: Call perf_hpp__init() before setting up GUI browsers by Namhyung Kim · 11 years ago
  60. 512ae1b perf tools: Consolidate management of default sort orders by Namhyung Kim · 11 years ago
  61. a2ce067 perf tools: Allow hpp fields to be sort keys by Namhyung Kim · 11 years ago
  62. fb821c9e perf ui: Get rid of callback from __hpp__fmt() by Namhyung Kim · 11 years ago
  63. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 11 years ago
  64. 043ca389 perf tools: Use hpp formats to sort final output by Namhyung Kim · 11 years ago
  65. f156d84 perf tools: Support event grouping in hpp ->sort() by Namhyung Kim · 11 years ago
  66. 093f0ef3 perf tools: Use hpp formats to sort hist entries by Namhyung Kim · 11 years ago
  67. 8b53699 perf tools: Convert sort entries to hpp formats by Namhyung Kim · 11 years ago
  68. bc18b7f perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt by Namhyung Kim · 11 years ago
  69. 6480c56 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 11 years ago
  70. 722e76e fix Haswell precise store data source encoding by Stephane Eranian · 11 years ago
  71. 643fd0b perf: Fix perf_event_open(.flags) test by Peter Zijlstra · 11 years ago
  72. 12665b3 perf/events/core: Drop unused variable after cleanup by Borislav Petkov · 11 years ago
  73. 97eac38 perf tools: Add libdw DWARF post unwind support for ARM by Jean Pihet · 11 years ago
  74. 90fa9de perf tests: Add dwarf unwind test on ARM by Jean Pihet · 11 years ago
  75. 3418f96 perf tests: Introduce perf_regs_load function on ARM by Jean Pihet · 11 years ago
  76. 21a8b75 perf tools: Consolidate types.h for ARM and ARM64 by Jean Pihet · 11 years ago
  77. c5765ec perf session: Fix possible null pointer dereference in session.c by Masanari Iida · 11 years ago
  78. 9d372ca perf sched: Cleanup, remove unused variables in map_switch_event() by Dongsheng Yang · 11 years ago
  79. 67d6259 perf sched: Remove nr_state_machine_bugs in perf latency by Dongsheng Yang · 11 years ago
  80. b02ef20 uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap by Oleg Nesterov · 11 years ago
  81. 0eb1483 x86/traps: Kill DO_ERROR_INFO() by Oleg Nesterov · 11 years ago
  82. 1c326c4 x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() by Oleg Nesterov · 11 years ago
  83. 958d3d7 x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() by Oleg Nesterov · 11 years ago
  84. dff0796 x86/traps: Introduce do_error_trap() by Oleg Nesterov · 11 years ago
  85. 38cad57 x86/traps: Use SEND_SIG_PRIV instead of force_sig() by Oleg Nesterov · 11 years ago
  86. 5e1b05b x86/traps: Make math_error() static by Oleg Nesterov · 11 years ago
  87. 1ea30fb uprobes/x86: Fix scratch register selection for rip-relative fixups by Denys Vlasenko · 11 years ago
  88. 50204c6 uprobes/x86: Simplify rip-relative handling by Denys Vlasenko · 11 years ago
  89. 29dedee uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  90. 0680ee7 perf tools: Remove usage of trace_sched_wakeup(.success) by Peter Zijlstra · 11 years ago
  91. 26f2738 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 11 years ago
  92. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 11 years ago
  93. bac1e4d perf tools: Get rid of on_exit() feature test by Namhyung Kim · 11 years ago
  94. 4560471 perf record: Propagate exit status of a command line workload by Namhyung Kim · 11 years ago
  95. 6bcab4e perf tools: Clarify the output of perf sched map. by Dongsheng · 11 years ago
  96. e936e8e perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space. by Dongsheng · 11 years ago
  97. 7fff959 perf tools: Add missing event for perf sched record. by Dongsheng · 11 years ago
  98. 69902c7 kprobes: Ensure blacklist data is aligned by Vineet Gupta · 11 years ago
  99. 3a497f4 perf: Simplify perf_event_exit_task_context() by Peter Zijlstra · 11 years ago
  100. 683ede4 perf: Rework free paths by Peter Zijlstra · 11 years ago