1. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  2. 09f4d78 perf top: Show backtrace when handling a SIGSEGV on --stdio mode by Arnaldo Carvalho de Melo · 9 years ago
  3. a18b027 perf top: Add branch annotation code to top by Andi Kleen · 9 years ago
  4. 13d1e53 perf top: Move toggling event logic into hists browser by Namhyung Kim · 9 years ago
  5. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 9 years ago
  6. ae3b6ab perf top: Tell the user how to unfreeze events after pressing 'f' by Arnaldo Carvalho de Melo · 9 years ago
  7. fbb7997 perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events by Arnaldo Carvalho de Melo · 9 years ago
  8. 5d484f9 perf top: Allow disabling/enabling events dynamicly by Arnaldo Carvalho de Melo · 9 years ago
  9. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 9 years ago
  10. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  11. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  12. c671835 perf top: Fix a segfault when kernel map is restricted. by Wang Nan · 9 years ago
  13. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 9 years ago
  14. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  15. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  16. ea1fe3a perf tools: Avoid build splat for syscall numbers with uclibc by Vineet Gupta · 10 years ago
  17. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  18. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  19. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  20. 5a2e5e8 perf tools: Convert {record,top}.call-graph option to call-graph.record-mode by Namhyung Kim · 10 years ago
  21. f7f084f perf callchain: Move some parser functions to callchain.c by Namhyung Kim · 10 years ago
  22. 72a128a perf tools: Move callchain config from record_opts to callchain_param by Namhyung Kim · 10 years ago
  23. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  24. f66a889 perf evlist: Introduce poll method for common code idiom by Arnaldo Carvalho de Melo · 10 years ago
  25. a8fa496 perf tools: Don't include sys/poll.h directly by Arnaldo Carvalho de Melo · 10 years ago
  26. 763122a perf tools: Disable kernel symbol demangling by default by Avi Kivity · 10 years ago
  27. 3969cc09 perf top: Use set_term_quiet() instead of open coded equivalent by Jiri Olsa · 10 years ago
  28. 809adea6 perf top: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  29. 701937b perf top: Fix -z option behavior by Namhyung Kim · 10 years ago
  30. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  31. 4a1a997 perf top: Setup signals for terminal output by Jiri Olsa · 10 years ago
  32. 9398c48 perf tools: Introduce set_term_quiet_input helper function by Jiri Olsa · 10 years ago
  33. ae256fa perf top: Join the display thread on exit by Jiri Olsa · 10 years ago
  34. e7110b9 perf top: Don't look for kernel idle symbols in all DSOs by Arnaldo Carvalho de Melo · 10 years ago
  35. cf59002 perf top: Add -w option for setting column width by Namhyung Kim · 10 years ago
  36. 104ac99 perf top: Add top.children config option by Namhyung Kim · 12 years ago
  37. 1432ec3 perf top: Add --children option by Namhyung Kim · 11 years ago
  38. 7c50391 perf top: Convert to hist_entry_iter by Namhyung Kim · 11 years ago
  39. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  40. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  41. 6fe8c26 perf top: Add --fields option to specify output fields by Namhyung Kim · 10 years ago
  42. 22af969 perf tools: Call perf_hpp__init() before setting up GUI browsers by Namhyung Kim · 10 years ago
  43. 512ae1b perf tools: Consolidate management of default sort orders by Namhyung Kim · 10 years ago
  44. a2ce067 perf tools: Allow hpp fields to be sort keys by Namhyung Kim · 10 years ago
  45. 33db456 perf top: Add --percentage option by Namhyung Kim · 10 years ago
  46. 1ab1fa5 perf hists: Add support for showing relative percentage by Namhyung Kim · 11 years ago
  47. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 10 years ago
  48. 48c65bd perf annotate: Check availability of annotate when processing samples by Namhyung Kim · 10 years ago
  49. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 10 years ago
  50. 2dc9fb1 perf tools: Factor out sample__resolve_callchain() by Namhyung Kim · 11 years ago
  51. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  52. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  53. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  54. 618afb2 perf top: Use hist_entry__inc_addr_sample by Arnaldo Carvalho de Melo · 11 years ago
  55. b66d8c0 perf annotate: Auto allocate symbol per addr hist buckets by Arnaldo Carvalho de Melo · 11 years ago
  56. 82d1deb perf symbols: Move idle syms check from top to generic function by David Ahern · 11 years ago
  57. bf80669 perf top: Make -g refer to callchains by David Ahern · 11 years ago
  58. ea432a8 perf top: Add missing newline if the 'uid' is invalid by Ingo Molnar · 11 years ago
  59. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  60. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  61. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago
  62. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  63. 714647b perf tools: Check maximum frequency rate for record/top by Jiri Olsa · 11 years ago
  64. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  65. d37a92d perf top: Use parse_options_usage() for -s option failure by Namhyung Kim · 11 years ago
  66. 162f0be perf tools: Add time argument on COMM setting by Frederic Weisbecker · 11 years ago
  67. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  68. 8e50d38 perf tools: Fixup mmap event consumption by Zhouyi Zhou · 11 years ago
  69. ae779a6 perf top: Split -G and --call-graph by Jiri Olsa · 11 years ago
  70. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  71. 5dbb6e8 perf top: Add --max-stack option to limit callchain stack scan by Waiman Long · 11 years ago
  72. 91e9561 perf report: Add --max-stack option to limit callchain stack scan by Waiman Long · 11 years ago
  73. 6a4d98d perf tools: Add perf_data_file__open interface to data object by Jiri Olsa · 11 years ago
  74. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  75. fc2be69 perf symbols: Add new option --ignore-vmlinux for perf top by Willy Tarreau · 11 years ago
  76. 994a1f7 perf tools: Check mmap pages value early by Jiri Olsa · 11 years ago
  77. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  78. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  79. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  80. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  81. 36035f7 perf top: Set the machines symbol filter by Adrian Hunter · 11 years ago
  82. bbb7f84 perf annotate: Allow disassembly using /proc/kcore by Adrian Hunter · 11 years ago
  83. 42ee8c6 perf top: move CONSOLE_CLEAR to header file by David Ahern · 11 years ago
  84. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  85. 0d3942d perf top: Add --objdump option by Sukadev Bhattiprolu · 11 years ago
  86. 0276c22 perf tools: Fix -x/--exclude-other option for report command by Jiri Olsa · 11 years ago
  87. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  88. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  89. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  90. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  91. 933cbb1 perf top: Fix -E option behavior by Namhyung Kim · 11 years ago
  92. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 11 years ago
  93. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 11 years ago
  94. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  95. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  96. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  97. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  98. 0de233b perf top: Delete maps on exit by Arnaldo Carvalho de Melo · 11 years ago
  99. 11859e8 perf top: Stop using exit() by Arnaldo Carvalho de Melo · 11 years ago
  100. ffe0fb7 perf tools: Allow passing a list to intlist__new by Arnaldo Carvalho de Melo · 12 years ago