1. cf888e0 perf intel-pt: Change branch stack support to use thread-stacks by Adrian Hunter · 4 years, 9 months ago
  2. 1ef998f perf intel-pt: Consolidate thread-stack use condition by Adrian Hunter · 4 years, 9 months ago
  3. 86d6718 perf thread-stack: Add branch stack support by Adrian Hunter · 4 years, 9 months ago
  4. 40c7d24 perf tools: Move routines that probe for perf API features to separate file by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  5. ff16562 perf callchain: Stitch LBR call stack by Kan Liang · 4 years, 10 months ago
  6. 2855c05 perf intel-pt: Add support for synthesizing callchains for regular events by Adrian Hunter · 4 years, 10 months ago
  7. 6b52bb0 perf intel-pt: Implement ->evsel_is_auxtrace() callback by Adrian Hunter · 4 years, 10 months ago
  8. 42bbabe perf tools: Add hw_idx in struct branch_stack by Kan Liang · 4 years, 11 months ago
  9. 79b6bb7 perf maps: Merge 'struct maps' with 'struct map_groups' by Arnaldo Carvalho de Melo · 5 years ago
  10. dbd1343 perf intel-pt: Add support for decoding AUX area samples by Adrian Hunter · 5 years ago
  11. e7eb900 libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 5 years ago
  12. deaf321 libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel' by Jiri Olsa · 5 years ago
  13. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  14. 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
  15. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  16. 7293237 libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix by Jiri Olsa · 5 years ago
  17. 9a8dad0 libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h by Jiri Olsa · 5 years ago
  18. 9e64cef perf intel-pt: Process options for PEBS event synthesis by Adrian Hunter · 5 years ago
  19. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  20. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  21. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  22. 323fd74 perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
  23. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  24. 5fe2cf7 perf intel-pt: Synthesize CBR events when last seen value changes by Adrian Hunter · 6 years ago
  25. e01f0ef perf intel-pt: Add callchain to synthesized PEBS sample by Adrian Hunter · 6 years ago
  26. 975846e perf intel-pt: Add memory information to synthesized PEBS sample by Adrian Hunter · 6 years ago
  27. aa62afd perf intel-pt: Add LBR information to synthesized PEBS sample by Adrian Hunter · 6 years ago
  28. 143d34a perf intel-pt: Add XMM registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
  29. 9e9a618 perf intel-pt: Add gp registers to synthesized PEBS sample by Adrian Hunter · 6 years ago
  30. 9d0bc53 perf intel-pt: Synthesize PEBS sample basic information by Adrian Hunter · 6 years ago
  31. 0dfded3 perf intel-pt: Factor out common sample preparation for re-use by Adrian Hunter · 6 years ago
  32. e62ca65 perf intel-pt: Prepare to synthesize PEBS samples by Adrian Hunter · 6 years ago
  33. edff780 perf intel-pt: Add new packets for PEBS via PT by Adrian Hunter · 6 years ago
  34. 3ce5ace Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  35. bddb363 Merge branch 'x86/cpu' into perf/core, to pick up dependent changes by Ingo Molnar · 6 years ago
  36. 2c47db9 perf intel-pt: Add support for efficient time interval filtering by Adrian Hunter · 6 years ago
  37. da9000a perf intel-pt: Add support for lookahead by Adrian Hunter · 6 years ago
  38. e96f7df perf intel-pt: Factor out intel_pt_get_buffer() by Adrian Hunter · 6 years ago
  39. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  40. 5b1dc0f perf intel-pt: Add support for samples to contain IPC ratio by Adrian Hunter · 6 years ago
  41. 14f1cfd perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid by Adrian Hunter · 6 years ago
  42. c7b4f15f perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events by Adrian Hunter · 6 years ago
  43. 26f19c2 perf intel-pt: Fix itrace defaults for perf script by Adrian Hunter · 6 years ago
  44. 0763338 perf intel-pt: Fix divide by zero when TSC is not available by Adrian Hunter · 6 years ago
  45. 16bd432 perf auxtrace: Add timestamp to auxtrace errors by Adrian Hunter · 6 years ago
  46. 256d92b perf thread-stack: Fix thread stack processing for the idle task by Adrian Hunter · 6 years ago
  47. 93f8be2 perf intel-pt: Add more event information to debug log by Adrian Hunter · 6 years ago
  48. 5d4f0ed perf intel-pt/bts: Calculate cpumode for synthesized samples by Adrian Hunter · 6 years ago
  49. 2424830 perf intel-pt: Insert callchain context into synthesized callchains by Adrian Hunter · 6 years ago
  50. 4eb0681 perf script: Make itrace script default to all calls by Andi Kleen · 6 years ago
  51. c6b5da0 perf intel-pt: Add decoder flags for trace begin / end by Adrian Hunter · 6 years ago
  52. 9fb5233 perf intel-pt: Fix "Unexpected indirect branch" error by Adrian Hunter · 7 years ago
  53. dbcb82b perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING by Adrian Hunter · 7 years ago
  54. 5cf88a6 perf symbols: Shorten dso__(first|last)_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  55. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  56. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  57. 599a5be perf intel-pt: Adjust overlap-checking to support sampling mode by Adrian Hunter · 7 years ago
  58. 13f89db perf intel-pt: Remove a check for sampling mode by Adrian Hunter · 7 years ago
  59. 9c66506 perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace() by Adrian Hunter · 7 years ago
  60. 1c071c8 perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid() by Adrian Hunter · 7 years ago
  61. 63d8e38 perf intel-pt: Fix sync_switch by Adrian Hunter · 7 years ago
  62. 117db4b perf intel-pt: Fix overlap detection to identify consecutive buffers correctly by Adrian Hunter · 7 years ago
  63. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  64. a10eb53 perf intel-pt/bts: Do not swap when synthesizing samples by Adrian Hunter · 7 years ago
  65. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  66. 3797307 perf intel-pt: Synthesize new power and "ptwrite" events by Adrian Hunter · 8 years ago
  67. 4a9fd4e perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting by Adrian Hunter · 8 years ago
  68. bbac88ed perf intel-pt: Factor out intel_pt_set_event_name() by Adrian Hunter · 8 years ago
  69. 63a22cd perf intel-pt: Tidy messages into called function intel_pt_synth_event() by Adrian Hunter · 8 years ago
  70. 85a564d perf intel-pt: Tidy Intel PT evsel lookup into separate function by Adrian Hunter · 8 years ago
  71. 406a180 perf intel-pt: Join needlessly wrapped lines by Adrian Hunter · 8 years ago
  72. f90d07a perf intel-pt: Remove unused instructions_sample_period by Adrian Hunter · 8 years ago
  73. 0f3e537 perf intel-pt: Factor out common code synthesizing event samples by Adrian Hunter · 8 years ago
  74. 2116074 perf intel-pt: Fix transactions_sample_type by Adrian Hunter · 8 years ago
  75. 5da3b23 perf intel-pt: Remove redundant initial_skip checks by Adrian Hunter · 8 years ago
  76. 8395981 perf intel-pt: Allow decoding with branch tracing disabled by Adrian Hunter · 8 years ago
  77. 98521b3 perf memswap: Split the byteswap memory range wrappers from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  78. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  79. ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
  80. faaa876 perf intel-pt/bts: Report instruction bytes and length in sample by Andi Kleen · 8 years ago
  81. 32f98aa perf intel-pt/bts: Tidy instruction buffer size usage by Adrian Hunter · 8 years ago
  82. 2acee10 perf intel-pt: Fix decoding when there are address filters by Adrian Hunter · 8 years ago
  83. 2b9e32c perf intel-pt: Read address filter from AUXTRACE_INFO event by Adrian Hunter · 8 years ago
  84. 40b746a perf intel-pt: Add a helper function for processing AUXTRACE_INFO by Adrian Hunter · 8 years ago
  85. 4d34e10 perf intel-pt: Fix missing error codes processing auxtrace_info by Adrian Hunter · 8 years ago
  86. fa8025c perf intel-pt: Add support for recording the max non-turbo ratio by Adrian Hunter · 8 years ago
  87. 810c398 perf intel-pt: Fix snapshot overlap detection decoder errors by Adrian Hunter · 8 years ago
  88. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  89. 0890e97 perf machine: Remove machine->symbol_filter and friends by Arnaldo Carvalho de Melo · 8 years ago
  90. 50f73637 perf auxtrace: Add option to feed branches to the thread stack by Adrian Hunter · 9 years ago
  91. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  92. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  93. 65cbbd0 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 9 years ago
  94. 1342e0b7 perf intel-pt: Fix segfault tracing transactions by Adrian Hunter · 9 years ago
  95. d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 9 years ago
  96. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 9 years ago
  97. 3a4acda perf tools: Fix thread lifetime related segfaut in intel_pt by Adrian Hunter · 9 years ago
  98. abd8286 perf thread: Fix reference count initial state by Arnaldo Carvalho de Melo · 9 years ago
  99. a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
  100. ba11ba6 perf intel-pt: Add mispred-all config option to aid use with autofdo by Adrian Hunter · 9 years ago