1. 3ae4a76 perf kvm stat report: Save pid string in opts.target.pid by Alexander Yarygin · 10 years ago
  2. 1a1c0ff perf tools: Add +field argument support for --sort option by Jiri Olsa · 10 years ago
  3. 2f3f9bc perf tools: Add +field argument support for --field option by Jiri Olsa · 10 years ago
  4. 06b2afc perf machine: Fallback to MAP__FUNCTION if daddr maps are NULL by Don Zickus · 10 years ago
  5. fbe2af4 perf tools: Add machine__kernel_ip() by Adrian Hunter · 10 years ago
  6. 4b99375 perf machine: Rename machine__get_kernel_start_addr() method by Adrian Hunter · 10 years ago
  7. d445dd2 perf scripting: Add 'flush' callback to scripting API by Adrian Hunter · 10 years ago
  8. 700be56 perf symbols: Don't try to find DSOs in SYSV maps by Don Zickus · 10 years ago
  9. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  10. 5f03cba perf probe: Make error messages thread-safe by Masami Hiramatsu · 10 years ago
  11. b2348e1 perf: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  12. 6eb0866 perf probe: Don't use strerror if strlist__add failed by Masami Hiramatsu · 10 years ago
  13. e8232f1 perf report: Relax -g option parsing not to limit the option order by Namhyung Kim · 10 years ago
  14. 885b593 perf tools: Annotate PMU related list_head members with type info by Cody P Schafer · 10 years ago
  15. 1e2bb04 perf annotate: Don't truncate Intel style addresses by Alex Converse · 10 years ago
  16. 92561cb perf probe: Warn user to rebuild target with debuginfo by Masami Hiramatsu · 10 years ago
  17. 1c65056 perf evlist: Add perf_evlist__enable_event_idx() by Adrian Hunter · 10 years ago
  18. bf49390 perf tools: Add flags and insn_len to struct sample by Adrian Hunter · 10 years ago
  19. cfe1c41 perf machine: Add machine__thread_exec_comm() by Adrian Hunter · 10 years ago
  20. 65de51f perf tools: Identify which comms are from exec by Adrian Hunter · 10 years ago
  21. a5563ed perf script python: Add helpers for calling Python objects by Adrian Hunter · 10 years ago
  22. 5a52f33 perf session: Add perf_session__peek_event() by Adrian Hunter · 10 years ago
  23. 60b0896 perf evlist: Add perf_evlist__set_tracking_event() by Adrian Hunter · 10 years ago
  24. bf8e8f4 perf evlist: Add 'system_wide' option by Adrian Hunter · 10 years ago
  25. f247fb8 perf symbols: Fix missing label symbols by Adrian Hunter · 10 years ago
  26. e71e794 perf symbols: Don't demangle parameters and such by default by Namhyung Kim · 10 years ago
  27. 701937b perf top: Fix -z option behavior by Namhyung Kim · 10 years ago
  28. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  29. e96c674 perf symbols: Fix a memory leak in vmlinux_path__init() by Namhyung Kim · 10 years ago
  30. f6edb53 perf tools: Prefer to use a cpu-wide event for probing CLOEXEC by Adrian Hunter · 10 years ago
  31. 46ec69a perf tools: Fix probing the kernel API with cpu-wide events by Adrian Hunter · 10 years ago
  32. c6fa356 perf tools: Fix one of the probe events to exclude kernel by Adrian Hunter · 10 years ago
  33. a5b0153 perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2 by Adrian Hunter · 10 years ago
  34. 467ec08 perf probe: Fix --del option to delete events only with uprobe events by Masami Hiramatsu · 10 years ago
  35. 5e45187 perf probe: Fix --list option to show events only with uprobe events by Masami Hiramatsu · 10 years ago
  36. 9398c48 perf tools: Introduce set_term_quiet_input helper function by Jiri Olsa · 10 years ago
  37. e0336ed perf tools: Add cpu_startup_entry to the list of kernel idle symbols by Arnaldo Carvalho de Melo · 10 years ago
  38. e7110b9 perf top: Don't look for kernel idle symbols in all DSOs by Arnaldo Carvalho de Melo · 10 years ago
  39. 038fa0b9 perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters due to EBUSY error by Jiri Olsa · 10 years ago
  40. 1ecd445 perf tools: Add name field into perf_hpp_fmt by Namhyung Kim · 10 years ago
  41. 5b59166 perf report: Honor column width setting by Namhyung Kim · 10 years ago
  42. e0d66c7 perf tools: Save column length in perf_hpp_fmt by Namhyung Kim · 10 years ago
  43. d675107 perf tools: Make __hpp__fmt() receive an additional len argument by Namhyung Kim · 10 years ago
  44. 8246de8 perf tools: Left-align output contents by Namhyung Kim · 10 years ago
  45. 63914ac perf tools: Show better error message in case we fail to open counters due to EBUSY error by Jiri Olsa · 10 years ago
  46. b0a4520 perf tools: Allow out of order messages in forced flush by Jiri Olsa · 10 years ago
  47. cee3ab9 perf tools: Add debug prints for ordered events queue by Jiri Olsa · 10 years ago
  48. 94786b6 perf tools: Add report.queue-size config file option by Jiri Olsa · 10 years ago
  49. 94c0655 perf tools: Add perf_config_u64 function by Jiri Olsa · 10 years ago
  50. adc56ed perf tools: Add ordered_events__free function by Jiri Olsa · 10 years ago
  51. 36522f5 perf tools: Add ordered_events__init function by Jiri Olsa · 10 years ago
  52. fa4e5c6 perf tools: Use list_move in ordered_events_delete function by Jiri Olsa · 10 years ago
  53. 5f86b80 perf tools: Create ordered-events object by Jiri Olsa · 10 years ago
  54. 79a30fe perf tools: Make perf_session__deliver_event global by Jiri Olsa · 10 years ago
  55. d40b4a1 perf tools: Flush ordered events in case of allocation failure by Jiri Olsa · 10 years ago
  56. 8d99a6c perf tools: Limit ordered events queue size by Jiri Olsa · 10 years ago
  57. d8836b5 perf tools: Factor ordered_events__flush to be more generic by Jiri Olsa · 10 years ago
  58. c64c7e1 perf tools: Add ordered_events__(new|delete) interface by Jiri Olsa · 10 years ago
  59. fc12482 perf tools: Rename ordered_events members by Jiri Olsa · 10 years ago
  60. 37e39aa perf tools: Rename ordered_samples struct to ordered_events by Jiri Olsa · 10 years ago
  61. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  62. 8affc2b perf record: Honour --no-time command line option by Andi Kleen · 10 years ago
  63. 972f393 perf symbols: Make sure --symfs usage includes the path separator by Arnaldo Carvalho de Melo · 10 years ago
  64. 5f1c422 perf evlist: Don't run workload if not told to by Arnaldo Carvalho de Melo · 10 years ago
  65. 8578b89 Revert "perf tools: Fix jump label always changing during tracing" by Jiri Olsa · 10 years ago
  66. 9b0d2d8 perf tools: Expose 'addr' functions so they can be reused by Adrian Hunter · 10 years ago
  67. f1dd1460 perf session: Fix accounting of ordered samples queue by Jiri Olsa · 10 years ago
  68. 5835edd perf tools: Add thread parameter to vdso__dso_findnew() by Adrian Hunter · 10 years ago
  69. 2b5b8bb perf tools: Add dso__type() by Adrian Hunter · 10 years ago
  70. 51682dc perf tools: Separate the VDSO map name from the VDSO dso name by Adrian Hunter · 10 years ago
  71. 4f71f2a perf tools: Add vdso__new() by Adrian Hunter · 10 years ago
  72. d027b64 perf machine: Fix the lifetime of the VDSO temporary file by Adrian Hunter · 10 years ago
  73. 30f4f81 perf tools: Group VDSO global variables into a structure by Adrian Hunter · 10 years ago
  74. d5652d8 perf session: Add ability to skip 4GiB or more by Adrian Hunter · 10 years ago
  75. 6f917c7 perf session: Add ability to 'skip' a non-piped event stream by Adrian Hunter · 10 years ago
  76. 2a03068 perf tools: Pass machine to vdso__dso_findnew() by Adrian Hunter · 10 years ago
  77. 6d36345 perf tools: Add dso__data_size() by Adrian Hunter · 10 years ago
  78. a6a69db perf tools: Move rdtsc() function by Adrian Hunter · 10 years ago
  79. b9d266b perf machine: Add ability to record the current tid for each cpu by Adrian Hunter · 10 years ago
  80. bf49c35 perf tools: Add cpu to struct thread by Adrian Hunter · 10 years ago
  81. 1f625b0 perf tools: Add dsos__hit_all() by Adrian Hunter · 10 years ago
  82. 288be94 perf tools: Add dso__data_status_seen() by Adrian Hunter · 10 years ago
  83. c27697d perf tools: Record whether a dso has data by Adrian Hunter · 10 years ago
  84. deaff8b perf tools: Fix jump label always changing during tracing by Adrian Hunter · 10 years ago
  85. a6f6ae9 perf tools: Fix incorrect fd error comparison by Adrian Hunter · 10 years ago
  86. 57480d2 perf tools: Enable close-on-exec flag on perf file descriptor by Yann Droneaud · 10 years ago
  87. 0b43786 perf tools: Allow TSC conversion on any arch by Adrian Hunter · 10 years ago
  88. ff527bc perf tools: Remove needless getopt.h includes by Jiri Olsa · 10 years ago
  89. bbb2cea perf tools: Add --debug optionto set debug variable by Jiri Olsa · 10 years ago
  90. c95688a perf tools: Factor eprintf to allow different debug variables by Jiri Olsa · 10 years ago
  91. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  92. acebd40 perf tools: Remove verbose from functions prototypes by Jiri Olsa · 10 years ago
  93. 418029b perf machine: Fix leak of 'struct thread' on error path by Adrian Hunter · 10 years ago
  94. 9608b84 perf thread: Allow deletion of a thread with no map groups by Adrian Hunter · 10 years ago
  95. 29ce361 perf machine: Fix map groups of threads with unknown pids by Adrian Hunter · 10 years ago
  96. 2afd2bc perf evsel: Add 'immediate' option by Adrian Hunter · 10 years ago
  97. 6ff1ce7 perf evsel: Add 'no_aux_samples' option by Adrian Hunter · 10 years ago
  98. ea8e08a perf tools: Add option macro OPT_CALLBACK_OPTARG by Adrian Hunter · 10 years ago
  99. a8a8f3e perf evlist: Pass mmap parameters in a struct by Adrian Hunter · 10 years ago
  100. 919d86d perf session: Flag if the event stream is entirely in memory by Adrian Hunter · 10 years ago