1. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
  2. 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  3. b0e5a05 perf lock: Don't free "lock_seq_stat" if read_count isn't zero by Leo Yan · 4 years, 2 months ago
  4. e24a87b perf lock: Correct field name "flags" by Leo Yan · 4 years, 2 months ago
  5. 3d65581 perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  6. efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  7. 8284bbe perf tools: Remove unneeded semicolons by Zou Wei · 4 years, 8 months ago
  8. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  9. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  10. 7ae811b perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  11. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  12. e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 5 years ago
  13. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
  14. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  15. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  18. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  19. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  20. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  21. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  22. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  23. b40e361 perf lock: Make 'f' part of the common 'lock_options' by Arnaldo Carvalho de Melo · 8 years ago
  24. 249eed5 perf lock: Subcommands should include common options by Changbin Du · 8 years ago
  25. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  26. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  27. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  28. c4ac732 perf lock: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  29. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  30. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  31. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  32. 6fd6c6b perf lock: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  33. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  34. a2368c3 perf lock: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
  35. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  36. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  37. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  38. f37376c perf lock: Account for lock average wait time by Davidlohr Bueso · 11 years ago
  39. 60a25cb perf lock: Limit bad rate precision by Davidlohr Bueso · 11 years ago
  40. 375eb2b perf lock: Redo __cmd_report by Davidlohr Bueso · 11 years ago
  41. 0a98c7f perf lock: Plug some memleaks by Davidlohr Bueso · 11 years ago
  42. b33492a perf lock: Return proper code in report_lock_*_event by Davidlohr Bueso · 11 years ago
  43. 02ad070 perf lock: Remove dead code by Davidlohr Bueso · 11 years ago
  44. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  45. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 12 years ago
  46. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  47. c75d98a perf lock: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  48. 746f16e perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago
  49. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  50. 33d6aef perf lock: Remove use of die and handle errors by David Ahern · 12 years ago
  51. d25dcba perf lock record: improve message when tracepoints are not enabled by David Ahern · 12 years ago
  52. 01d9552 perf lock: Use evsel->tp_format and perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  53. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  54. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 13 years ago
  55. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 13 years ago
  56. d1eec3e perf lock: Document lock info subcommand by Namhyung Kim · 13 years ago
  57. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  58. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  59. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  60. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  61. cf8dc9f perf lock: Dropping unsupported ':r' modifier by Zhu Yanhai · 13 years ago
  62. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  63. 9df03ab perf lock: Fix sorting by wait_min by Marcin Slusarz · 14 years ago
  64. 9826e83 perf lock: Document valid sort keys by Marcin Slusarz · 14 years ago
  65. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  66. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  67. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  68. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  69. ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
  70. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  71. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  72. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 15 years ago
  73. 76ba7e8 perf lock: Drop "-a" option from cmd_record() default arguments set by Hitoshi Mitake · 15 years ago
  74. 90c0e5f perf lock: Always check min AND max wait time by Frederic Weisbecker · 15 years ago
  75. 5efe08c perf: Fix perf lock bad rate by Frederic Weisbecker · 15 years ago
  76. 84c7a21 perf: Humanize lock flags in perf lock by Frederic Weisbecker · 15 years ago
  77. 10350ec perf: Cleanup perf lock broken states by Frederic Weisbecker · 15 years ago
  78. 26242d8 perf lock: Add "info" subcommand for dumping misc information by Hitoshi Mitake · 15 years ago
  79. 454c407 perf: add perf-inject builtin by Tom Zanussi · 15 years ago
  80. c61e52e perf: Generalize perf lock's sample event reordering to the session layer by Frederic Weisbecker · 15 years ago
  81. e4cef1f perf lock: Fix state machine to recognize lock sequence by Hitoshi Mitake · 15 years ago
  82. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  83. b67577d perf lock: Drop the buffers multiplexing dependency by Frederic Weisbecker · 15 years ago
  84. 59f411b perf lock: Clean up various details by Ingo Molnar · 15 years ago
  85. 9b5e350 perf lock: Introduce new tool "perf lock", for analyzing lock statistics by Hitoshi Mitake · 15 years ago