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