1. 8affc2b perf record: Honour --no-time command line option by Andi Kleen · 10 years ago
  2. dcabb50 perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds by Jiri Olsa · 10 years ago
  3. 33bf748 perf record: Always force PERF_RECORD_FINISHED_ROUND event by Jiri Olsa · 10 years ago
  4. 0fffa5d perf/tool: Add conditional branch filter 'cond' to perf record by Anshuman Khandual · 10 years ago
  5. a515114 perf record: Fix poll return value propagation by Jiri Olsa · 10 years ago
  6. bac1e4d perf tools: Get rid of on_exit() feature test by Namhyung Kim · 10 years ago
  7. 4560471 perf record: Propagate exit status of a command line workload by Namhyung Kim · 10 years ago
  8. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  9. 9ff125d perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro by Jiri Olsa · 11 years ago
  10. a601fdf perf record: Add readable output for callchain debug by Jiri Olsa · 10 years ago
  11. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 10 years ago
  12. 0ae617b perf record: Get ref_reloc_sym from kernel map by Adrian Hunter · 11 years ago
  13. a6205a3 perf record: Rename --initial-delay to --delay by Arnaldo Carvalho de Melo · 11 years ago
  14. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 11 years ago
  15. 6619a53 perf record: Add --initial-delay option by Andi Kleen · 11 years ago
  16. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  17. 983874d perf evlist: Auto unmap on destructor by Arnaldo Carvalho de Melo · 11 years ago
  18. f26e1c7 perf evlist: Close fds on destructor by Arnaldo Carvalho de Melo · 11 years ago
  19. 03ad974 perf evlist: Move destruction of maps to evlist destructor by Arnaldo Carvalho de Melo · 11 years ago
  20. 3e2be2d perf record: Remove old evsel_list usage by Arnaldo Carvalho de Melo · 11 years ago
  21. 735f7e0 perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload by Arnaldo Carvalho de Melo · 11 years ago
  22. f33cbe7 perf evlist: Send the errno in the signal when workload fails by Arnaldo Carvalho de Melo · 11 years ago
  23. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  24. 8c6f45a perf record: Rename 'perf_record' to plain 'record' by Arnaldo Carvalho de Melo · 11 years ago
  25. cf8b2e6 perf record: Simplify perf_record__write by Arnaldo Carvalho de Melo · 11 years ago
  26. 50a9b86 perf record: Use perf_data_file__write for output file by Jiri Olsa · 11 years ago
  27. 53653d7 perf record: Fix display of incorrect mmap pages by Adrian Hunter · 11 years ago
  28. 6233dd5 perf record: Unify data output code into perf_record__write function by Jiri Olsa · 11 years ago
  29. 69e7e5b perf record: Default -t option to no inheritance by Adrian Hunter · 11 years ago
  30. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  31. 539e6bb perf record: Add an option to force per-cpu mmaps by Adrian Hunter · 11 years ago
  32. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  33. a9986fa perf record: Move existing write_output into helper function by David Ahern · 11 years ago
  34. 410f178 perf record: Use correct return type for write() by Adrian Hunter · 11 years ago
  35. a33fbd5 perf machine: Simplify synthesize_threads method by Arnaldo Carvalho de Melo · 11 years ago
  36. 58d925d perf machine: Introduce synthesize_threads method out of open coded equivalent by Arnaldo Carvalho de Melo · 11 years ago
  37. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 11 years ago
  38. 7ab75cf perf record: Remove post_processing_offset variable by David Ahern · 11 years ago
  39. f34b900 perf record: Remove advance_output function by David Ahern · 11 years ago
  40. 57706ab perf record: Refactor feature handling into a separate function by David Ahern · 11 years ago
  41. 714647b perf tools: Check maximum frequency rate for record/top by Jiri Olsa · 11 years ago
  42. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  43. 09b0fd4 perf record: Split -g and --call-graph by Jiri Olsa · 11 years ago
  44. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  45. 6a4d98d perf tools: Add perf_data_file__open interface to data object by Jiri Olsa · 11 years ago
  46. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  47. 4f62468 perf record: Improve write_output error message by Adrian Hunter · 11 years ago
  48. 994a1f7 perf tools: Check mmap pages value early by Jiri Olsa · 11 years ago
  49. 918512b perf tools: Unify page_size usage by Jiri Olsa · 11 years ago
  50. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  51. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  52. 0126d49 tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf record -j by Andi Kleen · 11 years ago
  53. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  54. 30d3507 perf record: Remove event types pushing by Jiri Olsa · 11 years ago
  55. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 11 years ago
  56. 563aecb perf record: Remove -A/--append option by Jiri Olsa · 11 years ago
  57. 804f7ac perf record: handle death by SIGTERM by David Ahern · 11 years ago
  58. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  59. 62baca8 perf tools: Get rid of redundant _FILE_OFFSET_BITS definition by Namhyung Kim · 11 years ago
  60. 8fa60e1 perf record: Fixup return path of cmd_record() by Namhyung Kim · 11 years ago
  61. 55e162e perf evlist: Add want_signal parameter to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  62. 119fa3c perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  63. 6ef73ec perf evlist: Pass struct perf_target to perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  64. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  65. e4dd45f perf record: Fix -C option by Jiri Olsa · 11 years ago
  66. a8bb559 perf header: Add HEADER_GROUP_DESC feature by Namhyung Kim · 12 years ago
  67. 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
  68. 876650e perf machine: Introduce struct machines by Arnaldo Carvalho de Melo · 12 years ago
  69. 7e383de perf record: Don't pass host machine to guest synthesizer by Arnaldo Carvalho de Melo · 12 years ago
  70. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  71. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  72. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  73. 75d9a108 perf record: Export the callchain parsing routine and help by Arnaldo Carvalho de Melo · 12 years ago
  74. c5ff78c perf record: Pass perf_record_opts to the callchain cmdline parsing callback by Arnaldo Carvalho de Melo · 12 years ago
  75. f77a951 perf evlist: Set the leader in the perf_evlist__config method by Arnaldo Carvalho de Melo · 12 years ago
  76. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  77. 2711926 perf tools: Ensure single disable call per event in record comand by Jiri Olsa · 12 years ago
  78. 774cb49 perf tools: Fix 'disabled' attribute config for record command by Jiri Olsa · 12 years ago
  79. cac2142 perf tools: Fix attributes for '{}' defined event groups by Jiri Olsa · 12 years ago
  80. 0089fa9 perf record: Fix mmap error output condition by Jiri Olsa · 12 years ago
  81. 2305c82 perf tools: Give user better message if precise is not supported by David Ahern · 12 years ago
  82. 78da39f perf tools: Add on_exit implementation by Bernhard Rosenkraenzer · 12 years ago
  83. 61eaa3b perf record: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  84. 95485b1 perf tools: Convert to LIBUNWIND_SUPPORT by Namhyung Kim · 12 years ago
  85. 1491a63 perf evlist: Renane set_filters method to apply_filters by Arnaldo Carvalho de Melo · 12 years ago
  86. 1863fbb perf record: Print event causing perf_event_open() to fail by Stephane Eranian · 12 years ago
  87. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  88. 8d3eca2 perf record: Remove use of die/exit by David Ahern · 12 years ago
  89. 0c21f73 perf evlist: Introduce evsel list accessors by Arnaldo Carvalho de Melo · 12 years ago
  90. 63dab22 perf evlist: Rename __group method to __set_leader by Arnaldo Carvalho de Melo · 12 years ago
  91. 6a4bb04 perf tools: Enable grouping logic for parsed events by Jiri Olsa · 12 years ago
  92. 26d3302 perf tools: Support for DWARF mode callchain by Jiri Olsa · 12 years ago
  93. 56e6f60 perf tool: Save cmdline from user in file header vs what is passed to record by David Ahern · 12 years ago
  94. 7b56cce perf session: Use perf_evlist__id_hdr_size more extensively by Arnaldo Carvalho de Melo · 12 years ago
  95. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  96. 3780f48 perf tools: Convert critical messages to ui__error() by Namhyung Kim · 12 years ago
  97. 447a601 perf tools: Bump default sample freq to 4 kHz by Arnaldo Carvalho de Melo · 12 years ago
  98. 2eeaaa0 perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA by Stephane Eranian · 12 years ago
  99. d1cb9fc perf target: Add uses_mmap field by Namhyung Kim · 12 years ago
  100. d1cae34 perf record: Reset event name when falling back to cpu-clock by David Ahern · 12 years ago