1. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. bdd7572 perf sched timehist: Fix invalid period calculation by Namhyung Kim · 8 years ago
  3. 4fa0d1a perf sched timehist: Remove hardcoded 'comm_width' check at print_summary by Namhyung Kim · 8 years ago
  4. 9b8087d perf sched timehist: Enlarge default 'comm_width' by Namhyung Kim · 8 years ago
  5. 0e6758e perf sched timehist: Honour 'comm_width' when aligning the headers by Namhyung Kim · 8 years ago
  6. ed6c166 perf diff: Do not overwrite valid build id by Kan Liang · 8 years ago
  7. edee44b perf annotate: Don't throw error for zero length symbols by Ravi Bangoria · 8 years ago
  8. 9de3ffa perf bench futex: Fix lock-pi help string by Davidlohr Bueso · 8 years ago
  9. 2bd42f3 perf trace: Check if MAP_32BIT is defined (again) by Jiri Olsa · 8 years ago
  10. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  11. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 8 years ago
  12. 3ee2eb6 perf annotate: Support jump instruction with target as second operand by Ravi Bangoria · 8 years ago
  13. 23dc4f1 perf record: Force ignore_missing_thread for uid option by Jiri Olsa · 8 years ago
  14. a359c17 perf evsel: Allow to ignore missing pid by Jiri Olsa · 8 years ago
  15. 38af91f perf thread_map: Add thread_map__remove function by Jiri Olsa · 8 years ago
  16. 83c2e4f3 perf evsel: Use variable instead of repeating lengthy FD macro by Jiri Olsa · 8 years ago
  17. 631ac41 perf mem: Fix --all-user/--all-kernel options by Jiri Olsa · 8 years ago
  18. 7e6a799 perf tools: Remove some needless __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  19. ba957eb perf sched timehist: Show callchains for idle stat by Namhyung Kim · 8 years ago
  20. 07235f8 perf sched timehist: Add -I/--idle-hist option by Namhyung Kim · 8 years ago
  21. a4b2b6f perf sched timehist: Skip non-idle events when necessary by Namhyung Kim · 8 years ago
  22. 699b5b9 perf sched timehist: Save callchain when entering idle by Namhyung Kim · 8 years ago
  23. 3bc2fa9 perf sched timehist: Introduce struct idle_time_data by Namhyung Kim · 8 years ago
  24. 96039c7 perf sched timehist: Split is_idle_sample() by Namhyung Kim · 8 years ago
  25. aeafd62 perf tools: Move headers check into bash script by Jiri Olsa · 8 years ago
  26. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  27. 108a7c1 perf tools: Explicitly document that --children is enabled by default by Yannick Brosseau · 8 years ago
  28. b336352 perf sched timehist: Cleanup idle_max_cpu handling by Namhyung Kim · 8 years ago
  29. 5d92d96 perf sched timehist: Handle zero sample->tid properly by Namhyung Kim · 8 years ago
  30. 571f1eb perf callchain: Introduce callchain_cursor__copy() by Namhyung Kim · 8 years ago
  31. 6fa9425 perf sched: Cleanup option processing by Namhyung Kim · 8 years ago
  32. f45bf8d perf sched timehist: Improve error message when analyzing wrong file by David Ahern · 8 years ago
  33. 8ac1eb7 perf tools: Move perf build related variables under non fixdep leg by Jiri Olsa · 8 years ago
  34. abb2621 perf tools: Force fixdep compilation at the start of the build by Jiri Olsa · 8 years ago
  35. 16e2ef4 perf tools: Move PERF-VERSION-FILE target into rules area by Jiri Olsa · 8 years ago
  36. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  37. bec60e5 perf annotate: Show raw form for jump instruction with indirect target by Ravi Bangoria · 8 years ago
  38. d4dcade perf tools: Add non config targets by Jiri Olsa · 8 years ago
  39. 207da47 perf tools: Cleanup build directory before each test by Jiri Olsa · 8 years ago
  40. 0b4d4b0 perf tools: Move python/perf.so target into rules area by Jiri Olsa · 8 years ago
  41. 5c319a6 perf tools: Move install-gtk target into rules area by Jiri Olsa · 8 years ago
  42. edd695b perf clang: Compile BPF script using builtin clang support by Wang Nan · 8 years ago
  43. 5e08a76 perf clang: Support compile IR to BPF object and add testcase by Wang Nan · 8 years ago
  44. e67d52d perf clang: Update test case to use real BPF script by Wang Nan · 8 years ago
  45. a9495fe perf clang: Allow passing CFLAGS to builtin clang by Wang Nan · 8 years ago
  46. 77dfa84 perf clang: Use real file system for #include by Wang Nan · 8 years ago
  47. 00b8669 perf clang: Add builtin clang support ant test case by Wang Nan · 8 years ago
  48. d58ac0b perf build: Add clang and llvm compile and linking support by Wang Nan · 8 years ago
  49. 2bd42de perf llvm: Extract helpers in llvm-utils.c by Wang Nan · 8 years ago
  50. 8ad85e9 perf tools: Pass context to perf hook functions by Wang Nan · 8 years ago
  51. 0fcb1da perf annotate: AArch64 support by Kim Phillips · 8 years ago
  52. 859afa6 perf annotate: Use arch->objdump.comment_char in dec__parse() by Kim Phillips · 8 years ago
  53. 46690a8 perf report: Add option to specify time window of interest by David Ahern · 8 years ago
  54. 2a865bd perf kmem: Add option to specify time window of interest by David Ahern · 8 years ago
  55. 853b740 perf sched timehist: Add option to specify time window of interest by David Ahern · 8 years ago
  56. a91f4c4 perf script: Add option to specify time window of interest by David Ahern · 8 years ago
  57. c284d66 perf tools: Move parse_nsec_time to time-utils.c by David Ahern · 8 years ago
  58. fdf9dc4 perf tools: Add time-based utility functions by David Ahern · 8 years ago
  59. 64eff7d perf script: Add option to stop printing callchain by David Ahern · 8 years ago
  60. aa58e9a perf kmem stat: Track memory freed by David Ahern · 8 years ago
  61. 030910c perf test: Remove "test" and similar strings from test descriptions by Arnaldo Carvalho de Melo · 8 years ago
  62. a074865 perf tools: Introduce perf hooks by Wang Nan · 8 years ago
  63. aa07df6 perf trace: Update tid/pid filtering option to leverage symbol_conf by David Ahern · 8 years ago
  64. 350f54f perf sched timehist: Handle cpu migration events by David Ahern · 8 years ago
  65. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 8 years ago
  66. 9484b86 perf ui helpline: Provide a printf variant by Arnaldo Carvalho de Melo · 8 years ago
  67. d6be167 perf tools: Add missing struct definition in probe_event.h by Wang Nan · 8 years ago
  68. 3dbe46c perf record: Fix segfault when running with suid and kptr_restrict is 1 by Wang Nan · 8 years ago
  69. d18acd1 perf tools: Fix kernel version error in ubuntu by Wang Nan · 8 years ago
  70. 8388deb perf sched timehist: Enlarge max stack depth by 2 by Namhyung Kim · 8 years ago
  71. cdeb01b perf sched timehist: Mark schedule function in callchains by Namhyung Kim · 8 years ago
  72. 2d9bbf6 perf callchain: Add option to skip ignore symbol when printing callchains by Namhyung Kim · 8 years ago
  73. dbdebdc perf annotate: Initial PowerPC support by Ravi Bangoria · 8 years ago
  74. acc9bfb perf annotate: Improve support for ARM by Arnaldo Carvalho de Melo · 8 years ago
  75. 0781ea9 perf annotate: Allow arches to have a init routine and a priv area by Arnaldo Carvalho de Melo · 8 years ago
  76. 2a1ff81 perf annotate: Introduce alternative method of keeping instructions table by Arnaldo Carvalho de Melo · 8 years ago
  77. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  78. 4741442 Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  79. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  80. a407b06 perf sched timehist: Add -V/--cpu-visual option by David Ahern · 8 years ago
  81. 6c973c9 perf sched timehist: Add call graph options by David Ahern · 8 years ago
  82. fc1469f perf sched timehist: Add -w/--wakeups option by David Ahern · 8 years ago
  83. 52df138 perf sched timehist: Add summary options by David Ahern · 8 years ago
  84. 49394a2 perf sched timehist: Introduce timehist command by David Ahern · 8 years ago
  85. 69b7e48 perf evsel: Support printing callchains with arrows by Namhyung Kim · 8 years ago
  86. a876344 perf symbols: Print symbol offsets conditionally by Namhyung Kim · 8 years ago
  87. 3a5bfab perf c2c: Support cascading options by Jiri Olsa · 8 years ago
  88. d940bac perf c2c report: Display total HITMs on default by Jiri Olsa · 8 years ago
  89. dba8ab9 perf c2c report: Add struct c2c_stats::tot_hitm field by Jiri Olsa · 8 years ago
  90. b7ac4f9 perf c2c report: Add -f/--force option by Jiri Olsa · 8 years ago
  91. e8c5fe1 perf c2c report: Setup browser after opening perf.data by Jiri Olsa · 8 years ago
  92. 7b4b82bc perf tools: Show event fd in debug output by Jiri Olsa · 8 years ago
  93. 763d896 perf annotate: Add per arch instructions annotate handlers by Arnaldo Carvalho de Melo · 8 years ago
  94. 9c2fb45 perf annotate: Allow arches to specify functions to skip by Arnaldo Carvalho de Melo · 8 years ago
  95. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  96. fef51ec perf report: Show branch info in callchain entry for browser mode by Jin Yao · 8 years ago
  97. 8577ae6 perf report: Show branch info in callchain entry for stdio mode by Jin Yao · 8 years ago
  98. 3dd029e perf report: Calculate and return the branch flag counting by Jin Yao · 8 years ago
  99. f9a7be7 perf report: Create a symbol_conf flag for showing branch flag counting by Jin Yao · 8 years ago
  100. 410024d perf report: Add branch flag to callchain cursor node by Jin Yao · 8 years ago