1. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  2. acf2abb perf evsel: Add missign class prefix to has_branch_stack method by Arnaldo Carvalho de Melo · 9 years ago
  3. bd1a0be tools/perf: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  4. b26dc73 perf session: Make ordered_events reusable by Wang Nan · 9 years ago
  5. e20ab86 perf evsel: Move some methods from session.[ch] to evsel.[ch] by Arnaldo Carvalho de Melo · 9 years ago
  6. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 9 years ago
  7. ea45396 perf evsel: Introduce fprintf_callchain() method out of fprintf_sym() by Arnaldo Carvalho de Melo · 9 years ago
  8. ff0c107 perf evsel: Rename print_ip() to fprintf_sym() by Arnaldo Carvalho de Melo · 9 years ago
  9. db3617f perf evsel: Allow passing a left alignment when printing a symbol by Arnaldo Carvalho de Melo · 9 years ago
  10. 6186de9 perf evsel: Allow specifying a file to output in perf_evsel__print_ip by Milian Wolff · 9 years ago
  11. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 9 years ago
  12. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  13. 5fb0ac1 perf session: Simplify tool stubs by Adrian Hunter · 9 years ago
  14. 3caeaa5 perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data by Ravi Bangoria · 9 years ago
  15. 3ba78bd perf stat record: Initialize record features by Jiri Olsa · 9 years ago
  16. 2d2aea6 perf report: Display newly added events in raw dump by Jiri Olsa · 9 years ago
  17. ffe77725 perf tools: Add event_update user level event by Jiri Olsa · 9 years ago
  18. 2d8f0f1 perf tools: Add stat round user level event by Jiri Olsa · 9 years ago
  19. d80518c perf tools: Add stat user level event by Jiri Olsa · 9 years ago
  20. 374fb9e perf tools: Add stat config user level event by Jiri Olsa · 9 years ago
  21. 6640b6c perf cpu_map: Add cpu_map user level event by Jiri Olsa · 9 years ago
  22. 5f3339d perf thread_map: Add thread_map user level event by Jiri Olsa · 9 years ago
  23. 9d8b172 perf tools: Make perf_session__register_idle_thread drop the refcount by Masami Hiramatsu · 9 years ago
  24. e87b491 perf session: Add missing newlines to some pr_err() calls by Arnaldo Carvalho de Melo · 9 years ago
  25. c53d138 perf top: Register idle thread by Namhyung Kim · 9 years ago
  26. 03cd1fe perf script: Add a setting for maximum stack depth by Adrian Hunter · 9 years ago
  27. a38f48e perf session: Warn when AUX data has been lost by Adrian Hunter · 9 years ago
  28. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  29. 381c02f perf record: Avoid infinite loop at buildid processing with no samples by Mark Rutland · 9 years ago
  30. 4cde998 perf machine: Add pointer to sample's environment by Arnaldo Carvalho de Melo · 9 years ago
  31. f0ce888 perf env: Move perf_env out of header.h and session.c into separate object by Arnaldo Carvalho de Melo · 9 years ago
  32. 1b29ac5 perf session: Don't call dump_sample() when evsel is NULL by Kan Liang · 9 years ago
  33. 2bb00d2 perf tools: Store the cpu socket and core ids in the perf.data header by Kan Liang · 9 years ago
  34. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  35. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  36. 4c7de49 perf session env: Rename exit method by Arnaldo Carvalho de Melo · 9 years ago
  37. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  38. 768dd3f perf header: Use argv style storage for cmdline feature data by Jiri Olsa · 9 years ago
  39. f30a79b perf tools: Add reference counting for cpu_map object by Jiri Olsa · 10 years ago
  40. fe692ac perf tools: Print a newline before dumping Aggregated stats by Adrian Hunter · 10 years ago
  41. 5531e16 perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUND by Adrian Hunter · 10 years ago
  42. 9d9cad7 perf tools: Configurable per thread proc map processing time out by Kan Liang · 10 years ago
  43. 930e6fc perf tools: Add time out to force stop proc map processing by Kan Liang · 10 years ago
  44. a5499b3 perf tools: Ensure thread-stack is flushed by Adrian Hunter · 10 years ago
  45. b30b617 perf tools: Fix a problem when opening old perf.data with different byte order by Wang Nan · 10 years ago
  46. 6ba29c2 perf tools: Fix build failure on 32-bit arch by He Kuang · 10 years ago
  47. c4937a9 perf tools: handle PERF_RECORD_LOST_SAMPLES by Kan Liang · 10 years ago
  48. 554e92e perf session: Fix perf_session__peek_event() by Adrian Hunter · 10 years ago
  49. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  50. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  51. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  52. 70d73de perf tools: Add aux_watermark member of struct perf_event_attr by Adrian Hunter · 10 years ago
  53. 85ed472 perf auxtrace: Add helpers for AUX area tracing errors by Adrian Hunter · 10 years ago
  54. c446870 perf session: Add hooks to allow transparent decoding of AUX area tracing data by Adrian Hunter · 10 years ago
  55. e9bf54d perf tools: Add a user event for AUX area tracing errors by Adrian Hunter · 10 years ago
  56. a16ac02 perf tools: Add user events for AUX area tracing by Adrian Hunter · 10 years ago
  57. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 10 years ago
  58. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 10 years ago
  59. aae59fa perf session: Always initialize ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  60. 4a6b362 perf ordered_events: Adopt queue() method by Arnaldo Carvalho de Melo · 10 years ago
  61. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 10 years ago
  62. d10eb1e perf ordered_events: Allow tools to specify a deliver method by Arnaldo Carvalho de Melo · 10 years ago
  63. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  64. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  65. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  66. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 10 years ago
  67. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 10 years ago
  68. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 10 years ago
  69. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  70. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 10 years ago
  71. 384b605 perf tools: Construct LBR call chain by Kan Liang · 10 years ago
  72. 4ac30cf perf tools: Do not use __perf_session__process_events() directly by Namhyung Kim · 10 years ago
  73. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  74. bee2782 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. f61ff6c perf session: Do not fail on processing out of order event by Jiri Olsa · 10 years ago
  76. 6a21c0b perf tools: Add core support for sampling intr machine state regs by Stephane Eranian · 10 years ago
  77. a293829 perf session: Add perf_session__deliver_synth_event() by Adrian Hunter · 10 years ago
  78. cba9b84 perf tools: Use evlist__for_each in a few remaining places by Arnaldo Carvalho de Melo · 10 years ago
  79. 3c659ee perf tools: Add id index by Adrian Hunter · 10 years ago
  80. cc8b7c2 perf thread: Adopt resolve_callchain method from machine by Arnaldo Carvalho de Melo · 10 years ago
  81. 54bf53b perf session: Add option to copy events when queueing by Alexander Yarygin · 10 years ago
  82. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  83. c2329ad perf session: Don't count per evsel events by Arnaldo Carvalho de Melo · 10 years ago
  84. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  85. a5c2a4c perf tools: Fix perf record as non root with kptr_restrict == 1 by Andi Kleen · 10 years ago
  86. cfe1c41 perf machine: Add machine__thread_exec_comm() by Adrian Hunter · 10 years ago
  87. 5a52f33 perf session: Add perf_session__peek_event() by Adrian Hunter · 10 years ago
  88. b0a4520 perf tools: Allow out of order messages in forced flush by Jiri Olsa · 11 years ago
  89. cee3ab9 perf tools: Add debug prints for ordered events queue by Jiri Olsa · 10 years ago
  90. adc56ed perf tools: Add ordered_events__free function by Jiri Olsa · 11 years ago
  91. 36522f5 perf tools: Add ordered_events__init function by Jiri Olsa · 11 years ago
  92. 5f86b80 perf tools: Create ordered-events object by Jiri Olsa · 10 years ago
  93. 79a30fe perf tools: Make perf_session__deliver_event global by Jiri Olsa · 11 years ago
  94. d40b4a1 perf tools: Flush ordered events in case of allocation failure by Jiri Olsa · 10 years ago
  95. 8d99a6c perf tools: Limit ordered events queue size by Jiri Olsa · 11 years ago
  96. d8836b5 perf tools: Factor ordered_events__flush to be more generic by Jiri Olsa · 11 years ago
  97. c64c7e1 perf tools: Add ordered_events__(new|delete) interface by Jiri Olsa · 11 years ago
  98. fc12482 perf tools: Rename ordered_events members by Jiri Olsa · 11 years ago
  99. 37e39aa perf tools: Rename ordered_samples struct to ordered_events by Jiri Olsa · 10 years ago
  100. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago