1. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  2. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  3. 36035f7 perf top: Set the machines symbol filter by Adrian Hunter · 11 years ago
  4. bbb7f84 perf annotate: Allow disassembly using /proc/kcore by Adrian Hunter · 11 years ago
  5. 42ee8c6 perf top: move CONSOLE_CLEAR to header file by David Ahern · 11 years ago
  6. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  7. 0d3942d perf top: Add --objdump option by Sukadev Bhattiprolu · 11 years ago
  8. 0276c22 perf tools: Fix -x/--exclude-other option for report command by Jiri Olsa · 11 years ago
  9. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  10. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  11. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  12. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  13. 933cbb1 perf top: Fix -E option behavior by Namhyung Kim · 11 years ago
  14. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 11 years ago
  15. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 11 years ago
  16. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  17. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  18. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  19. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  20. 0de233b perf top: Delete maps on exit by Arnaldo Carvalho de Melo · 11 years ago
  21. 11859e8 perf top: Stop using exit() by Arnaldo Carvalho de Melo · 11 years ago
  22. ffe0fb7 perf tools: Allow passing a list to intlist__new by Arnaldo Carvalho de Melo · 11 years ago
  23. 2c803e5 perf tools: Move get_term_dimensions from top to util.c by David Ahern · 11 years ago
  24. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  25. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  26. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  27. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  28. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  29. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  30. 2376c67 perf top: Use perf_evlist__config() by Arnaldo Carvalho de Melo · 12 years ago
  31. 7a5a5ca perf evsel: Introduce method to request IDs be used by Arnaldo Carvalho de Melo · 12 years ago
  32. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  33. ee8d778 perf top: Add missing newline on pr_err call by Arnaldo Carvalho de Melo · 12 years ago
  34. 68d8075 perf report: Postpone objdump check until annotation requested by Namhyung Kim · 12 years ago
  35. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  36. 2305c82 perf tools: Give user better message if precise is not supported by David Ahern · 12 years ago
  37. b0a7d1a perf machine: Carve up event processing specific from perf_tool by Arnaldo Carvalho de Melo · 12 years ago
  38. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  39. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  40. be77284 perf top: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  41. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  42. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  43. 0c21f73 perf evlist: Introduce evsel list accessors by Arnaldo Carvalho de Melo · 12 years ago
  44. 63dab22 perf evlist: Rename __group method to __set_leader by Arnaldo Carvalho de Melo · 12 years ago
  45. 6a4bb04 perf tools: Enable grouping logic for parsed events by Jiri Olsa · 12 years ago
  46. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  47. 6b118e9 perf kvm top: Limit guest kernel info message to once by David Ahern · 12 years ago
  48. 1a31fc9 perf top: Error handling for counter creation should parallel perf-record by David Ahern · 12 years ago
  49. cb0b29e perf evlist: Introduce perf_evlist__parse_sample by Arnaldo Carvalho de Melo · 12 years ago
  50. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 12 years ago
  51. 44f24cb perf symbols: Factor DSO symtab types to generic binary types by Jiri Olsa · 12 years ago
  52. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  53. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  54. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 12 years ago
  55. 3780f48 perf tools: Convert critical messages to ui__error() by Namhyung Kim · 12 years ago
  56. 895d976 perf top: Fix counter name fixup when fallbacking to cpu-clock by Arnaldo Carvalho de Melo · 12 years ago
  57. 447a601 perf tools: Bump default sample freq to 4 kHz by Arnaldo Carvalho de Melo · 12 years ago
  58. e40ee74 perf target: Add cpu flag to sample_type if target has cpu by Namhyung Kim · 12 years ago
  59. d1cb9fc perf target: Add uses_mmap field by Namhyung Kim · 12 years ago
  60. aa22dd4 perf target: Rename functions to avoid double negation by Namhyung Kim · 12 years ago
  61. 40491ea perf top: Update event name when falling back to cpu-clock by David Ahern · 12 years ago
  62. 80eebd9 perf top: Default to system wide using perf_target methods by Arnaldo Carvalho de Melo · 12 years ago
  63. d67356e perf target: Consolidate target task/cpu checking by Namhyung Kim · 12 years ago
  64. 16ad2ff perf tools: Introduce perf_target__strerror() by Namhyung Kim · 12 years ago
  65. dfe78ad perf target: Introduce perf_target__parse_uid() by Namhyung Kim · 12 years ago
  66. 10b47d5 perf top: Set target.system_wide by Arnaldo Carvalho de Melo · 12 years ago
  67. b809ac1 perf evlist: Make create_maps() take struct perf_target by Namhyung Kim · 12 years ago
  68. 4bd0f2d perf tools: Introduce perf_target__validate() helper by Namhyung Kim · 12 years ago
  69. fe9d18a perf top: Convert to struct perf_target by Namhyung Kim · 12 years ago
  70. 31d68e7 perf annotate: Validate addr in symbol__inc_addr_samples by Arnaldo Carvalho de Melo · 12 years ago
  71. 4bea8b5 perf top: Add intel_idle to the skip list by Arnaldo Carvalho de Melo · 12 years ago
  72. 808e122 perf tools: Invert the sample_id_all logic by Arnaldo Carvalho de Melo · 12 years ago
  73. 0c97812 perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 12 years ago
  74. 0c09571 perf top: Don't process samples with no valid machine object by Joerg Roedel · 12 years ago
  75. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 12 years ago
  76. bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  77. 509605d perf top: Fix number of samples displayed by Stephane Eranian · 12 years ago
  78. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 12 years ago
  79. cdce445 perf top: Add error message for EMFILE by Namhyung Kim · 12 years ago
  80. df25f98 perf top: Don't update total_period on process_sample by Arnaldo Carvalho de Melo · 12 years ago
  81. 057a174 perf top: Fix a memory leak by Namhyung Kim · 13 years ago
  82. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 13 years ago
  83. 1758af1 perf top: Stop using globals for tool state by Arnaldo Carvalho de Melo · 13 years ago
  84. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  85. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  86. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  87. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  88. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  89. f9e3d4b perf top: Fix live annotation in the --stdio interface by Arnaldo Carvalho de Melo · 13 years ago
  90. 104268a perf top tui: Don't recalc column widths considering just the first page by Arnaldo Carvalho de Melo · 13 years ago
  91. 7b27509 perf hists browser: Warn about lost events by Arnaldo Carvalho de Melo · 13 years ago
  92. b8631e6 perf ui: Rename ui__warning_paranoid to ui__error_paranoid by Arnaldo Carvalho de Melo · 13 years ago
  93. 727ab04 perf evlist: Fix grouping of multiple events by Arnaldo Carvalho de Melo · 13 years ago
  94. b2b7e9e perf top: Fix the 'E' hotkey, select among multiple events by Arnaldo Carvalho de Melo · 13 years ago
  95. b079d4e perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkey by Arnaldo Carvalho de Melo · 13 years ago
  96. e345fa1 perf top: Remove entries from entries_collapsed on decay by Arnaldo Carvalho de Melo · 13 years ago
  97. 3af6e33 perf ui browser: Handle SIGWINCH by Arnaldo Carvalho de Melo · 13 years ago
  98. 64c6f0c perf tools: Make --no-asm-raw the default by Arnaldo Carvalho de Melo · 13 years ago
  99. 8b1bfdb perf top: Use the TUI interface by default by Arnaldo Carvalho de Melo · 13 years ago
  100. 19d4ac3 perf top: Add callgraph support by Arnaldo Carvalho de Melo · 13 years ago