1. c3278f0 perf auxtrace: Add a hashtable for caching by Adrian Hunter · 10 years ago
  2. 73f75fb perf auxtrace: Add processing for AUX area tracing events by Adrian Hunter · 10 years ago
  3. f939715 perf auxtrace: Add a heap for sorting AUX area tracing queues by Adrian Hunter · 10 years ago
  4. e502789 perf auxtrace: Add helpers for queuing AUX area tracing data by Adrian Hunter · 10 years ago
  5. 85ed472 perf auxtrace: Add helpers for AUX area tracing errors by Adrian Hunter · 10 years ago
  6. f6986c95 perf session: Add instruction tracing options by Adrian Hunter · 10 years ago
  7. c446870 perf session: Add hooks to allow transparent decoding of AUX area tracing data by Adrian Hunter · 10 years ago
  8. e9bf54d perf tools: Add a user event for AUX area tracing errors by Adrian Hunter · 10 years ago
  9. e9db131 perf record: Extend -m option for AUX area tracing mmap pages by Adrian Hunter · 10 years ago
  10. ef149c2 perf record: Add basic AUX area tracing support by Adrian Hunter · 10 years ago
  11. 9e0cc4f perf auxtrace: Add support for AUX area recording by Adrian Hunter · 10 years ago
  12. a16ac02 perf tools: Add user events for AUX area tracing by Adrian Hunter · 10 years ago
  13. 718c602 perf evlist: Add support for mmapping an AUX area buffer by Adrian Hunter · 10 years ago
  14. 4025ea4 perf header: Add AUX area tracing feature by Adrian Hunter · 10 years ago
  15. d4ae421 perf data: Fix signedness of value by Wang Nan · 10 years ago
  16. e0a7cce perf data: Fix duplicate field names and avoid reserved keywords by Wang Nan · 10 years ago
  17. 8fa4675 perf data: Add support for setting ordered_events queue size by Jiri Olsa · 10 years ago
  18. 89e5fa8 perf data: Enable stream flush within processing by Jiri Olsa · 10 years ago
  19. 90e129f perf data: Switch to multiple cpu stream files by Sebastian Andrzej Siewior · 10 years ago
  20. c41c664 perf tests: Add build tests for building perf from kernel source root and tools by Jiri Olsa · 10 years ago
  21. 16671c1 tools build: Fix Makefile(s) to properly invoke tools build by Jiri Olsa · 10 years ago
  22. 379a9a2 tools build: No need to make libapi for perf explicitly by Jiri Olsa · 10 years ago
  23. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 10 years ago
  24. c214105 perf data: Show error message when conversion failed by He Kuang · 10 years ago
  25. a0b404f perf diff: Make hist_entry_diff fields union by Namhyung Kim · 10 years ago
  26. cc5e461 perf hists: Get rid of position field from struct hist_entry by Namhyung Kim · 10 years ago
  27. 6b1a275 perf kmem: Fix compiles on RHEL6/OL6 by David Ahern · 10 years ago
  28. f19e80c perf probe: Fix segfault when probe with lazy_line to file by He Kuang · 10 years ago
  29. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 10 years ago
  30. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 10 years ago
  31. 0d68bc9 perf kmem: Analyze page allocator events also by Namhyung Kim · 10 years ago
  32. 7b8283b5 perf evlist: Fix type for references to data_head/tail by David Ahern · 10 years ago
  33. 8cb0aa4 perf probe: Check the orphaned -x option by Masami Hiramatsu · 10 years ago
  34. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 10 years ago
  35. 5e78c69 perf buildid-list: Fix segfault when show DSOs with hits by He Kuang · 10 years ago
  36. 1060ab8 perf tools: Fix cross-endian analysis by David Ahern · 10 years ago
  37. d998b73 perf tools: Fix error path to do closedir() when synthesizing threads by Arnaldo Carvalho de Melo · 10 years ago
  38. 7764a38 perf tools: Fix synthesizing fork_event.ppid for non-main thread by David Ahern · 10 years ago
  39. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 10 years ago
  40. f6fcc14 perf report: Don't call map__kmap if map is NULL. by Wang Nan · 10 years ago
  41. 54a50f9 perf tests: Fix attr tests by Jiri Olsa · 10 years ago
  42. f6c1562 perf probe: Fix ARM 32 building error by Wang Nan · 10 years ago
  43. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 10 years ago
  44. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 10 years ago
  45. ff5f3bb perf sched replay: Use replay_repeat to calculate the runavg of cpu usage instead of the default value 10 by Yunlong Song · 10 years ago
  46. f0dd330 perf sched replay: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  47. 939cda5 perf sched replay: Fix the EMFILE error caused by the limitation of the maximum open files by Yunlong Song · 10 years ago
  48. 1aff59b perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails for any task by Yunlong Song · 10 years ago
  49. 08097ab perf sched replay: Fix the segmentation fault problem caused by pr_err in threads by Yunlong Song · 10 years ago
  50. 3a423a5 perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the different pid_max configurations by Yunlong Song · 10 years ago
  51. cb06ac2 perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_max by Yunlong Song · 10 years ago
  52. a35e27d perf sched replay: Increase the MAX_PID value to fix assertion failure problem by Yunlong Song · 10 years ago
  53. 0755bc4 perf sched replay: Use struct task_desc instead of struct task_task for correct meaning by Yunlong Song · 10 years ago
  54. 28939e1 perf kmem: Respect -i option by Jiri Olsa · 10 years ago
  55. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 10 years ago
  56. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  57. 8ea92ce perf evlist: Fix inverted logic in perf_mmap__empty by He Kuang · 10 years ago
  58. bd05954 perf data: Support using -f to override perf.data file ownership for 'convert' by Yunlong Song · 10 years ago
  59. e366a6d perf trace: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  60. 44f7e43 perf timechart: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  61. 06af0f2 perf script: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  62. 62a1a63 perf mem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  63. c4ac732 perf lock: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  64. 8cc5ec1f perf kvm: Support using -f to override perf.data.guest file ownership by Yunlong Song · 10 years ago
  65. d1eeb77 perf kmem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  66. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  67. 9e3b6ec perf evlist: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  68. c727383 perf probe: Fix to track down unnamed union/structure members by Masami Hiramatsu · 10 years ago
  69. b83e868 perf db-export: No need to have ->thread twice in struct export_sample by Arnaldo Carvalho de Melo · 10 years ago
  70. 7327259 perf db-export: No need to pass thread twice to db_export__sample by Arnaldo Carvalho de Melo · 10 years ago
  71. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 10 years ago
  72. 79628f2 perf script: No need to lookup thread twice by Arnaldo Carvalho de Melo · 10 years ago
  73. 223aa64 Merge branch 'perf/timer' into perf/core by Ingo Molnar · 10 years ago
  74. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 10 years ago
  75. aae59fa perf session: Always initialize ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  76. ca6c41c perf tools: Fix ppid for synthesized fork events by David Ahern · 10 years ago
  77. 5aa0b03 perf tools: Refactor comm/tgid lookup by David Ahern · 10 years ago
  78. 73dbcd6 perf callchain: Fix kernel symbol resolution by remembering the cpumode by David Hildenbrand · 10 years ago
  79. 6ab2b76 perf build: Disable libbabeltrace check by default by Jiri Olsa · 10 years ago
  80. b381e63 Merge branch 'perf/core' into perf/timer, before applying new changes by Ingo Molnar · 10 years ago
  81. 072e5a1 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree by Ingo Molnar · 10 years ago
  82. 0e536e2 Merge tag 'linux-kselftest-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  83. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 10 years ago
  84. 6ebad5c perf trace: Fix syscall enter formatting bug by Arnaldo Carvalho de Melo · 10 years ago
  85. 6428c59a perf tools: Set JOBS based on CPU or processor by David Ahern · 10 years ago
  86. 4d25576 perf: Bump max number of cpus to 1024 by David Ahern · 10 years ago
  87. 23d4aad perf evlist: Return the first evsel with an invalid filter in apply_filters() by Arnaldo Carvalho de Melo · 10 years ago
  88. e94eeda perf timechart: Fix SIBGUS error on sparc64 by David Ahern · 10 years ago
  89. e03eaa4 perf tools: Add pid/tid filtering to report and script commands by David Ahern · 10 years ago
  90. 6b1f342 perf diff: Add kallsyms option by David Ahern · 10 years ago
  91. b839e1e8 tools lib traceevent: Add support for __print_array() by Javi Merino · 10 years ago
  92. e1644aa tools lib traceevent: Free filter tokens in process_filter() by Steven Rostedt (Red Hat) · 10 years ago
  93. 82ac952 tools lib traceevent: Add way to find sub buffer boundary by Steven Rostedt (Red Hat) · 10 years ago
  94. c5e6919 tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING by Steven Rostedt (Red Hat) · 10 years ago
  95. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 10 years ago
  96. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 10 years ago
  97. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 10 years ago
  98. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 10 years ago
  99. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 10 years ago
  100. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 10 years ago