1. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  2. d8145b3 perf inject: Also re-pipe lost_samples event by Adrian Hunter · 9 years ago
  3. f56fb98 perf inject: Add --strip option to strip out non-synthesized events by Adrian Hunter · 9 years ago
  4. 7311730 perf inject: Remove more aux-related stuff when processing instruction traces by Adrian Hunter · 9 years ago
  5. 051a01b perf inject: Set branch stack feature flag when synthesizing branch stacks by Adrian Hunter · 9 years ago
  6. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  7. 9fedfb0 perf inject: Fill in the missing session freeing after an error occurs by Taeung Song · 9 years ago
  8. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  9. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 9 years ago
  10. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 9 years ago
  11. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 9 years ago
  12. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 9 years ago
  13. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 9 years ago
  14. 0f0aa5e perf inject: Add Instruction Tracing support by Adrian Hunter · 9 years ago
  15. cd17a9b perf inject: Re-pipe AUX area tracing events by Adrian Hunter · 9 years ago
  16. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  17. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 9 years ago
  18. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  19. 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 9 years ago
  20. 3c659ee perf tools: Add id index by Adrian Hunter · 10 years ago
  21. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  22. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  23. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  24. 1cb8bdc perf inject: Move session handling out of __cmd_inject() by Namhyung Kim · 10 years ago
  25. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  26. a7a2b8b perf inject: Add --kallsyms parameter by Adrian Hunter · 10 years ago
  27. e38b43c perf inject: Fix build id injection by Adrian Hunter · 10 years ago
  28. a261e4a perf tools: Fix pipe check regression in attr event callback by Jiri Olsa · 10 years ago
  29. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 10 years ago
  30. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  31. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  32. 3406912 perf inject: Handle output file via perf_data_file object by Jiri Olsa · 11 years ago
  33. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  34. 89c97d9 perf inject: Do not repipe attributes to a perf.data file by Adrian Hunter · 11 years ago
  35. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  36. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  37. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  38. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  39. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  40. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 11 years ago
  41. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  42. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  43. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  44. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  45. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  46. a609bda perf inject: Add missing 'finished_round' by Adrian Hunter · 11 years ago
  47. 47c3d10 perf tools: Fix missing tool parameter by Adrian Hunter · 11 years ago
  48. 63c2c9f perf inject: Remove unused parameter by Adrian Hunter · 11 years ago
  49. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  50. 26a031e perf inject: Merge sched_stat_* and sched_switch events by Andrew Vagin · 12 years ago
  51. e558a5b perf inject: Work with files by Andrew Vagin · 12 years ago
  52. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  53. 002439e perf inject: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  54. 5ded57a perf inject: Remove static variables by Arnaldo Carvalho de Melo · 12 years ago
  55. 5852a44 perf inject: Remove unused 'input_name' static var by Arnaldo Carvalho de Melo · 12 years ago
  56. 29a0fc9 perf tools: Convert to LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  57. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  58. 393be2e perf symbols: Support minimal build without libelf by Namhyung Kim · 12 years ago
  59. 1a1ed1b perf inject: Fix broken perf inject -b by Stephane Eranian · 12 years ago
  60. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  61. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  62. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  63. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  64. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  65. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  66. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  67. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  68. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  69. 11d232e perf inject: Add missing bits by Arnaldo Carvalho de Melo · 14 years ago
  70. 090f720 perf inject: Refactor read_buildid function by Arnaldo Carvalho de Melo · 14 years ago
  71. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago