1. d4c2259 perf tools: Add stat round event synthesize function by Jiri Olsa · 10 years ago
  2. 2d8f0f1 perf tools: Add stat round user level event by Jiri Olsa · 10 years ago
  3. 5796f8f perf tools: Add stat event synthesize function by Jiri Olsa · 10 years ago
  4. d80518c perf tools: Add stat user level event by Jiri Olsa · 10 years ago
  5. 8e38159 perf tools: Add stat config event read function by Jiri Olsa · 10 years ago
  6. 6742434 perf tools: Add stat config event synthesize function by Jiri Olsa · 10 years ago
  7. 374fb9e perf tools: Add stat config user level event by Jiri Olsa · 10 years ago
  8. eb12a1a perf cpu_map: Add perf_event__fprintf_cpu_map function by Jiri Olsa · 10 years ago
  9. 6c87290 perf cpu_map: Add cpu_map event synthesize function by Jiri Olsa · 10 years ago
  10. 6640b6c perf cpu_map: Add cpu_map user level event by Jiri Olsa · 10 years ago
  11. ec7fa596 perf thread_map: Add perf_event__fprintf_thread_map function by Jiri Olsa · 10 years ago
  12. 99471c9 perf thread_map: Add thread_map event sythesize function by Jiri Olsa · 10 years ago
  13. 5f3339d perf thread_map: Add thread_map user level event by Jiri Olsa · 10 years ago
  14. a38f48e perf session: Warn when AUX data has been lost by Adrian Hunter · 10 years ago
  15. e803cf9 perf record: Synthesize COMM event for a command line workload by Namhyung Kim · 10 years ago
  16. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 10 years ago
  17. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 10 years ago
  18. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 10 years ago
  19. 930e6fc perf tools: Add time out to force stop proc map processing by Kan Liang · 10 years ago
  20. c4937a9 perf tools: handle PERF_RECORD_LOST_SAMPLES by Kan Liang · 10 years ago
  21. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  22. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  23. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  24. 400ea6d perf script: Add field option 'flags' to print sample flags by Adrian Hunter · 10 years ago
  25. 85ed472 perf auxtrace: Add helpers for AUX area tracing errors by Adrian Hunter · 10 years ago
  26. e9bf54d perf tools: Add a user event for AUX area tracing errors by Adrian Hunter · 10 years ago
  27. a16ac02 perf tools: Add user events for AUX area tracing by Adrian Hunter · 10 years ago
  28. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 10 years ago
  29. bee2782 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. f61ff6c perf session: Do not fail on processing out of order event by Jiri Olsa · 11 years ago
  31. 6a21c0b perf tools: Add core support for sampling intr machine state regs by Stephane Eranian · 11 years ago
  32. 00447cc perf tools: Add a thread stack for synthesizing call chains by Adrian Hunter · 11 years ago
  33. 3c659ee perf tools: Add id index by Adrian Hunter · 11 years ago
  34. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 11 years ago
  35. 4318bcb perf tools: Move events_stats struct to event.h by Arnaldo Carvalho de Melo · 11 years ago
  36. bf49390 perf tools: Add flags and insn_len to struct sample by Adrian Hunter · 11 years ago
  37. 9b0d2d8 perf tools: Expose 'addr' functions so they can be reused by Adrian Hunter · 11 years ago
  38. 0c4e774 perf tools: Cache register accesses for unwind processing by Jiri Olsa · 11 years ago
  39. 7ef8070 perf tools: Update mmap2 interface with protection and flag bits by Don Zickus · 11 years ago
  40. 0776eb5 perf tools: Move sample data structures from perf.h by Jiri Olsa · 11 years ago
  41. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 12 years ago
  42. 0ae617b perf record: Get ref_reloc_sym from kernel map by Adrian Hunter · 12 years ago
  43. 29b596b perf tools: Add kallsyms__get_function_start() by Adrian Hunter · 12 years ago
  44. a18382b perf tools: Make perf_event__synthesize_mmap_events global by Jiri Olsa · 12 years ago
  45. 62605dc50 perf record: Synthesize non-exec MMAP records when --data used by Arnaldo Carvalho de Melo · 12 years ago
  46. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 12 years ago
  47. a65cb4b perf evlist: Fix perf_evlist__mmap_read event overflow by Jiri Olsa · 12 years ago
  48. dd96c46 perf tools: Adding throttle event data struct support by Jiri Olsa · 12 years ago
  49. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 12 years ago
  50. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 12 years ago
  51. b1cf6f6 perf tools: Add a function to calculate sample event size by Adrian Hunter · 12 years ago
  52. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 12 years ago
  53. 5b95a4a3 perf tools: Add missing 'abi' member to 'struct regs_dump' by Adrian Hunter · 12 years ago
  54. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 12 years ago
  55. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 12 years ago
  56. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 12 years ago
  57. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 13 years ago
  58. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 12 years ago
  59. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 13 years ago
  60. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 13 years ago
  61. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 13 years ago
  62. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 13 years ago
  63. 9ac3e48 perf tools: fix ALIGN redefinition in system headers by Irina Tirdea · 13 years ago
  64. 0f6a301 perf tools: Support user regs and stack in sample parsing by Jiri Olsa · 13 years ago
  65. a3f698f perf evsel: Adopt parse_sample method from perf_event by Arnaldo Carvalho de Melo · 13 years ago
  66. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 14 years ago
  67. 74eec26 perf tools: Add ability to synthesize event according to a sample by Andrew Vagin · 14 years ago
  68. 482ad89 perf event: Introduce perf_event__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  69. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 14 years ago
  70. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 14 years ago
  71. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 14 years ago
  72. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 14 years ago
  73. 5672238 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 14 years ago
  74. a285412 perf tools: Pre-check sample size before parsing by Frederic Weisbecker · 14 years ago
  75. 7c940c1 Merge remote branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 15 years ago
  76. 401b8e1 perf tools: Fix thread_map event synthesizing in top and record by Arnaldo Carvalho de Melo · 15 years ago
  77. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 15 years ago
  78. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 15 years ago
  79. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 15 years ago
  80. 9aefcab0 perf session: Consolidate the dump code by Thomas Gleixner · 15 years ago
  81. 3835bc0 perf event: Prevent unbound event__name array access by Thomas Gleixner · 15 years ago
  82. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 15 years ago
  83. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 15 years ago
  84. b83f920 perf: expose event__process function by Srikar Dronamraju · 15 years ago
  85. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 15 years ago
  86. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 15 years ago
  87. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 15 years ago
  88. 9840280 perf: Introduce a new "round of buffers read" pseudo event by Frederic Weisbecker · 15 years ago
  89. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 15 years ago
  90. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 15 years ago
  91. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 15 years ago
  92. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 15 years ago
  93. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 15 years ago
  94. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 15 years ago
  95. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 15 years ago
  96. eed05fe perf tools: Reorganize some structs to save space by Arnaldo Carvalho de Melo · 15 years ago
  97. cb8f093 perf session: Add storage for seperating event types in report by Eric B Munson · 15 years ago
  98. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 16 years ago
  99. cf55311 perf tools: Create typedef for common event synthesizing callback by Arnaldo Carvalho de Melo · 16 years ago
  100. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 16 years ago