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