1. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  2. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 10 years ago
  3. 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
  4. f0dd330 perf sched replay: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  5. 939cda5 perf sched replay: Fix the EMFILE error caused by the limitation of the maximum open files by Yunlong Song · 10 years ago
  6. 1aff59b perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails for any task by Yunlong Song · 10 years ago
  7. 08097ab perf sched replay: Fix the segmentation fault problem caused by pr_err in threads by Yunlong Song · 10 years ago
  8. 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
  9. 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
  10. a35e27d perf sched replay: Increase the MAX_PID value to fix assertion failure problem by Yunlong Song · 10 years ago
  11. 0755bc4 perf sched replay: Use struct task_desc instead of struct task_task for correct meaning by Yunlong Song · 10 years ago
  12. 28939e1 perf kmem: Respect -i option by Jiri Olsa · 9 years ago
  13. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 9 years ago
  14. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 9 years ago
  15. 8ea92ce perf evlist: Fix inverted logic in perf_mmap__empty by He Kuang · 9 years ago
  16. bd05954 perf data: Support using -f to override perf.data file ownership for 'convert' by Yunlong Song · 10 years ago
  17. e366a6d perf trace: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  18. 44f7e43 perf timechart: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  19. 06af0f2 perf script: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  20. 62a1a63 perf mem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  21. c4ac732 perf lock: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  22. 8cc5ec1f perf kvm: Support using -f to override perf.data.guest file ownership by Yunlong Song · 10 years ago
  23. d1eeb77 perf kmem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  24. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  25. 9e3b6ec perf evlist: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  26. c727383 perf probe: Fix to track down unnamed union/structure members by Masami Hiramatsu · 10 years ago
  27. b83e868 perf db-export: No need to have ->thread twice in struct export_sample by Arnaldo Carvalho de Melo · 10 years ago
  28. 7327259 perf db-export: No need to pass thread twice to db_export__sample by Arnaldo Carvalho de Melo · 10 years ago
  29. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 10 years ago
  30. 79628f2 perf script: No need to lookup thread twice by Arnaldo Carvalho de Melo · 10 years ago
  31. 223aa64 Merge branch 'perf/timer' into perf/core by Ingo Molnar · 10 years ago
  32. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 10 years ago
  33. aae59fa perf session: Always initialize ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  34. ca6c41c perf tools: Fix ppid for synthesized fork events by David Ahern · 10 years ago
  35. 5aa0b03 perf tools: Refactor comm/tgid lookup by David Ahern · 10 years ago
  36. 73dbcd6 perf callchain: Fix kernel symbol resolution by remembering the cpumode by David Hildenbrand · 10 years ago
  37. 6ab2b76 perf build: Disable libbabeltrace check by default by Jiri Olsa · 10 years ago
  38. b381e63 Merge branch 'perf/core' into perf/timer, before applying new changes by Ingo Molnar · 10 years ago
  39. 072e5a1 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree by Ingo Molnar · 10 years ago
  40. 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
  41. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 10 years ago
  42. 6ebad5c perf trace: Fix syscall enter formatting bug by Arnaldo Carvalho de Melo · 10 years ago
  43. 6428c59a perf tools: Set JOBS based on CPU or processor by David Ahern · 10 years ago
  44. 4d25576 perf: Bump max number of cpus to 1024 by David Ahern · 10 years ago
  45. 23d4aad perf evlist: Return the first evsel with an invalid filter in apply_filters() by Arnaldo Carvalho de Melo · 10 years ago
  46. e94eeda perf timechart: Fix SIBGUS error on sparc64 by David Ahern · 10 years ago
  47. e03eaa4 perf tools: Add pid/tid filtering to report and script commands by David Ahern · 10 years ago
  48. 6b1f342 perf diff: Add kallsyms option by David Ahern · 10 years ago
  49. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 10 years ago
  50. e1644aa tools lib traceevent: Free filter tokens in process_filter() by Steven Rostedt (Red Hat) · 10 years ago
  51. 82ac952 tools lib traceevent: Add way to find sub buffer boundary by Steven Rostedt (Red Hat) · 10 years ago
  52. c5e6919 tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING by Steven Rostedt (Red Hat) · 10 years ago
  53. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 10 years ago
  54. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 10 years ago
  55. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 10 years ago
  56. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 10 years ago
  57. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 10 years ago
  58. 18425f1 perf symbols: Save DSO loading errno to better report errors by Arnaldo Carvalho de Melo · 10 years ago
  59. 17e44dc perf target: Simplify handling of strerror_r return by Arnaldo Carvalho de Melo · 10 years ago
  60. e1e455f perf tools: Work around lack of sched_getcpu in glibc < 2.6. by Vinson Lee · 10 years ago
  61. 77cfe38 perf kmem: Print big numbers using thousands' group by Namhyung Kim · 10 years ago
  62. 929a6bb tools lib traceevent: Factor out allocating and processing args by Javi Merino · 10 years ago
  63. e6d7c91 perf probe: Fix to get ummapped symbol address on kernel by Masami Hiramatsu · 10 years ago
  64. 228f14f perf tools: Remove (null) value of "Sort order" for perf mem report by Yunlong Song · 10 years ago
  65. 2c7da8c perf annotate: Allow annotation for decompressed kernel modules by Jiri Olsa · 10 years ago
  66. bc84f46 perf tools: Try to lookup kernel module map before creating one by Jiri Olsa · 10 years ago
  67. 907fb50 perf tools: Remove is_kmodule_extension function by Jiri Olsa · 10 years ago
  68. e746b3e perf tools: Remove compressed argument from is_kernel_module by Jiri Olsa · 10 years ago
  69. 8dee9ff11 perf tools: Use kmod_path__parse in is_kernel_module by Jiri Olsa · 10 years ago
  70. 914f85c perf tools: Use kmod_path__parse in decompress_kmodule by Jiri Olsa · 10 years ago
  71. bb58a8a perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir by Jiri Olsa · 10 years ago
  72. ca33380 perf tools: Use kmod_path__parse for machine__new_dso by Jiri Olsa · 10 years ago
  73. da17ea3 perf tools: Add machine__module_dso function by Jiri Olsa · 10 years ago
  74. 701d8d7 perf tools: Add dsos__addnew function by Jiri Olsa · 10 years ago
  75. 3c8a67f perf tools: Add kmod_path__parse function by Jiri Olsa · 10 years ago
  76. 80a32e5b perf tools: Add lzma decompression support for kernel module by Jiri Olsa · 10 years ago
  77. 6c6f0f6 tools build: Add feature check for lzma library by Jiri Olsa · 10 years ago
  78. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 10 years ago
  79. 70e9727 perf hists browser: Indicate which callchain entries are annotated by Arnaldo Carvalho de Melo · 10 years ago
  80. f208bd8 perf trace: Handle legacy syscalls tracepoints by Arnaldo Carvalho de Melo · 10 years ago
  81. e6c76d6 perf build: Move feature checks code under tools/build by Jiri Olsa · 10 years ago
  82. 970e87b perf build: Make features checks directory configurable by Jiri Olsa · 10 years ago
  83. 0afc5ca perf build: Separate feature make support into config/Makefile.feature by Jiri Olsa · 10 years ago
  84. 58d4f00 perf build: Fix feature_check name clash by Jiri Olsa · 10 years ago
  85. 13f22a2 perf trace: Fix summary_only option by David Ahern · 10 years ago
  86. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 10 years ago
  87. 1c30f54 perf build: Add config/feature-checks/*.output to the .gitignore file by Yunlong Song · 10 years ago
  88. 43f3e14 perf build: Use FEATURE-DUMP instead of PERF-FEATURES in the .gitignore file by Yunlong Song · 10 years ago
  89. 8b8ca6e perf tools: Don't allow empty argument for field-separator by Wang Nan · 10 years ago
  90. 0635b0f perf tools: Fix race in build_id_cache__add_s() by Milos Vyletel · 10 years ago
  91. 0c8c207 perf report: Don't allow empty argument for '-t'. by Wang Nan · 10 years ago
  92. 303cb89 perf callchain: Separate eh/debug frame offset cache. by Wang Nan · 10 years ago
  93. 1312c8a perf tools: Avoid confusion with preloaded bash function for perf bash completion by Yunlong Song · 10 years ago
  94. 6fdd9cb perf tools: Add the bash completion for listing subsubcommands of perf trace by Yunlong Song · 10 years ago
  95. 33ec0ca perf tools: Add the bash completion for listing subsubcommands of perf timechart by Yunlong Song · 10 years ago
  96. 1f9975f perf tools: Add the bash completion for listing subsubcommands of perf test by Yunlong Song · 10 years ago
  97. 40cae2b perf tools: Add the bash completion for listing subsubcommands of perf script by Yunlong Song · 10 years ago
  98. e24a110 perf tools: Add the bash completion for listing subsubcommands of perf help by Yunlong Song · 10 years ago
  99. 01b7160 perf tools: Add the bash completion for listing subsubcommands of perf data by Yunlong Song · 10 years ago
  100. e003ce5 perf tools: Fix the bash completion for listing subcommands of perf by Yunlong Song · 10 years ago