1. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 0fe0559 lib, traceevent: add PRINT_HEX_STR variant by Daniel Borkmann · 8 years ago
  3. 31f5260 Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  4. 613f050 perf probe: Fix to probe on gcc generated functions in modules by Masami Hiramatsu · 8 years ago
  5. 3e96dac perf probe: Add error checks to offline probe post-processing by Masami Hiramatsu · 8 years ago
  6. d2d4edb perf probe: Fix to show correct locations for events on modules by Masami Hiramatsu · 8 years ago
  7. 79078c5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
  9. 4e06d4f Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  10. 8a937a2 perf probe: Fix to probe on gcc generated symbols for offline kernel by Masami Hiramatsu · 8 years ago
  11. eebc509 perf probe: Fix --funcs to show correct symbols for offline module by Masami Hiramatsu · 8 years ago
  12. 7934c98 perf symbols: Robustify reading of build-id from sysfs by Arnaldo Carvalho de Melo · 8 years ago
  13. 30a9c64 perf tools: Install tools/lib/traceevent plugins with install-bin by Arnaldo Carvalho de Melo · 8 years ago
  14. 60437ac perf record: Fix --switch-output documentation and comment by Jiri Olsa · 8 years ago
  15. efd2130 perf record: Make __record_options static by Jiri Olsa · 8 years ago
  16. 1f2ed15 perf probe: Fix to get correct modname from elf header by Masami Hiramatsu · 8 years ago
  17. 9396c9c perf sched timehist: Show total scheduling time by Namhyung Kim · 8 years ago
  18. 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
  19. bdd7572 perf sched timehist: Fix invalid period calculation by Namhyung Kim · 8 years ago
  20. 4fa0d1a perf sched timehist: Remove hardcoded 'comm_width' check at print_summary by Namhyung Kim · 8 years ago
  21. 9b8087d perf sched timehist: Enlarge default 'comm_width' by Namhyung Kim · 8 years ago
  22. 0e6758e perf sched timehist: Honour 'comm_width' when aligning the headers by Namhyung Kim · 8 years ago
  23. ed6c166 perf diff: Do not overwrite valid build id by Kan Liang · 8 years ago
  24. edee44b perf annotate: Don't throw error for zero length symbols by Ravi Bangoria · 8 years ago
  25. 9de3ffa perf bench futex: Fix lock-pi help string by Davidlohr Bueso · 8 years ago
  26. 2bd42f3 perf trace: Check if MAP_32BIT is defined (again) by Jiri Olsa · 8 years ago
  27. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  28. e216874 perf annotate: Fix jump target outside of function address range by Ravi Bangoria · 8 years ago
  29. 3ee2eb6 perf annotate: Support jump instruction with target as second operand by Ravi Bangoria · 8 years ago
  30. 23dc4f1 perf record: Force ignore_missing_thread for uid option by Jiri Olsa · 8 years ago
  31. a359c17 perf evsel: Allow to ignore missing pid by Jiri Olsa · 8 years ago
  32. 38af91f perf thread_map: Add thread_map__remove function by Jiri Olsa · 8 years ago
  33. 83c2e4f3 perf evsel: Use variable instead of repeating lengthy FD macro by Jiri Olsa · 8 years ago
  34. 631ac41 perf mem: Fix --all-user/--all-kernel options by Jiri Olsa · 8 years ago
  35. 7e6a799 perf tools: Remove some needless __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  36. ba957eb perf sched timehist: Show callchains for idle stat by Namhyung Kim · 8 years ago
  37. 07235f8 perf sched timehist: Add -I/--idle-hist option by Namhyung Kim · 8 years ago
  38. a4b2b6f perf sched timehist: Skip non-idle events when necessary by Namhyung Kim · 8 years ago
  39. 699b5b9 perf sched timehist: Save callchain when entering idle by Namhyung Kim · 8 years ago
  40. 3bc2fa9 perf sched timehist: Introduce struct idle_time_data by Namhyung Kim · 8 years ago
  41. 96039c7 perf sched timehist: Split is_idle_sample() by Namhyung Kim · 8 years ago
  42. aeafd62 perf tools: Move headers check into bash script by Jiri Olsa · 8 years ago
  43. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  44. 108a7c1 perf tools: Explicitly document that --children is enabled by default by Yannick Brosseau · 8 years ago
  45. b336352 perf sched timehist: Cleanup idle_max_cpu handling by Namhyung Kim · 8 years ago
  46. 5d92d96 perf sched timehist: Handle zero sample->tid properly by Namhyung Kim · 8 years ago
  47. 571f1eb perf callchain: Introduce callchain_cursor__copy() by Namhyung Kim · 8 years ago
  48. 6fa9425 perf sched: Cleanup option processing by Namhyung Kim · 8 years ago
  49. f45bf8d perf sched timehist: Improve error message when analyzing wrong file by David Ahern · 8 years ago
  50. 8ac1eb7 perf tools: Move perf build related variables under non fixdep leg by Jiri Olsa · 8 years ago
  51. abb2621 perf tools: Force fixdep compilation at the start of the build by Jiri Olsa · 8 years ago
  52. 16e2ef4 perf tools: Move PERF-VERSION-FILE target into rules area by Jiri Olsa · 8 years ago
  53. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  54. bec60e5 perf annotate: Show raw form for jump instruction with indirect target by Ravi Bangoria · 8 years ago
  55. d4dcade perf tools: Add non config targets by Jiri Olsa · 8 years ago
  56. 207da47 perf tools: Cleanup build directory before each test by Jiri Olsa · 8 years ago
  57. 0b4d4b0 perf tools: Move python/perf.so target into rules area by Jiri Olsa · 8 years ago
  58. 5c319a6 perf tools: Move install-gtk target into rules area by Jiri Olsa · 8 years ago
  59. edd695b perf clang: Compile BPF script using builtin clang support by Wang Nan · 8 years ago
  60. 5e08a76 perf clang: Support compile IR to BPF object and add testcase by Wang Nan · 8 years ago
  61. e67d52d perf clang: Update test case to use real BPF script by Wang Nan · 8 years ago
  62. a9495fe perf clang: Allow passing CFLAGS to builtin clang by Wang Nan · 8 years ago
  63. 77dfa84 perf clang: Use real file system for #include by Wang Nan · 8 years ago
  64. 00b8669 perf clang: Add builtin clang support ant test case by Wang Nan · 8 years ago
  65. d58ac0b perf build: Add clang and llvm compile and linking support by Wang Nan · 8 years ago
  66. 2bd42de perf llvm: Extract helpers in llvm-utils.c by Wang Nan · 8 years ago
  67. 8ad85e9 perf tools: Pass context to perf hook functions by Wang Nan · 8 years ago
  68. 0fcb1da perf annotate: AArch64 support by Kim Phillips · 8 years ago
  69. 859afa6 perf annotate: Use arch->objdump.comment_char in dec__parse() by Kim Phillips · 8 years ago
  70. 46690a8 perf report: Add option to specify time window of interest by David Ahern · 8 years ago
  71. 2a865bd perf kmem: Add option to specify time window of interest by David Ahern · 8 years ago
  72. 853b740 perf sched timehist: Add option to specify time window of interest by David Ahern · 8 years ago
  73. a91f4c4 perf script: Add option to specify time window of interest by David Ahern · 8 years ago
  74. c284d66 perf tools: Move parse_nsec_time to time-utils.c by David Ahern · 8 years ago
  75. fdf9dc4 perf tools: Add time-based utility functions by David Ahern · 8 years ago
  76. 64eff7d perf script: Add option to stop printing callchain by David Ahern · 8 years ago
  77. aa58e9a perf kmem stat: Track memory freed by David Ahern · 8 years ago
  78. 030910c perf test: Remove "test" and similar strings from test descriptions by Arnaldo Carvalho de Melo · 8 years ago
  79. a074865 perf tools: Introduce perf hooks by Wang Nan · 8 years ago
  80. aa07df6 perf trace: Update tid/pid filtering option to leverage symbol_conf by David Ahern · 8 years ago
  81. 350f54f perf sched timehist: Handle cpu migration events by David Ahern · 8 years ago
  82. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 8 years ago
  83. 9484b86 perf ui helpline: Provide a printf variant by Arnaldo Carvalho de Melo · 8 years ago
  84. d6be167 perf tools: Add missing struct definition in probe_event.h by Wang Nan · 8 years ago
  85. 3dbe46c perf record: Fix segfault when running with suid and kptr_restrict is 1 by Wang Nan · 8 years ago
  86. d18acd1 perf tools: Fix kernel version error in ubuntu by Wang Nan · 8 years ago
  87. 8388deb perf sched timehist: Enlarge max stack depth by 2 by Namhyung Kim · 8 years ago
  88. cdeb01b perf sched timehist: Mark schedule function in callchains by Namhyung Kim · 8 years ago
  89. 2d9bbf6 perf callchain: Add option to skip ignore symbol when printing callchains by Namhyung Kim · 8 years ago
  90. dbdebdc perf annotate: Initial PowerPC support by Ravi Bangoria · 8 years ago
  91. acc9bfb perf annotate: Improve support for ARM by Arnaldo Carvalho de Melo · 8 years ago
  92. 0781ea9 perf annotate: Allow arches to have a init routine and a priv area by Arnaldo Carvalho de Melo · 8 years ago
  93. 2a1ff81 perf annotate: Introduce alternative method of keeping instructions table by Arnaldo Carvalho de Melo · 8 years ago
  94. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  95. 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
  96. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  97. a407b06 perf sched timehist: Add -V/--cpu-visual option by David Ahern · 8 years ago
  98. 6c973c9 perf sched timehist: Add call graph options by David Ahern · 8 years ago
  99. fc1469f perf sched timehist: Add -w/--wakeups option by David Ahern · 8 years ago
  100. 52df138 perf sched timehist: Add summary options by David Ahern · 8 years ago