1. f32b5f4d perf callchain: Fix attr.sample_max_stack setting by Arnaldo Carvalho de Melo · 7 years ago
  2. 46eae02 perf stat: Fix bug in handling events in error state by Stephane Eranian · 7 years ago
  3. 02db6c70 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 7 years ago
  4. 18ef15c perf tools: Experiment with cppcheck by Arnaldo Carvalho de Melo · 8 years ago
  5. 1e85748 perf evsel: Add support for address filters by Mathieu Poirier · 8 years ago
  6. 3541c03 perf evsel: New tracepoint specific function by Mathieu Poirier · 8 years ago
  7. b15d0a4 perf tools: Make perf_evsel__append_filter() generic by Mathieu Poirier · 8 years ago
  8. 82deb8a perf evsel: Remove superfluous initialization of weight by Jiri Olsa · 8 years ago
  9. c53412e perf evsel: Do not access outside hw cache name arrays by Arnaldo Carvalho de Melo · 8 years ago
  10. b6f35ed perf record: Add --sample-cpu option by Jiri Olsa · 8 years ago
  11. 7c48dcf perf evsel: Introduce constructor for cycles event by Arnaldo Carvalho de Melo · 8 years ago
  12. 626a6b7 perf tools: Enable overwrite settings by Wang Nan · 8 years ago
  13. 32a951b perf evlist: Drop redundant evsel->overwrite indicator by Arnaldo Carvalho de Melo · 8 years ago
  14. 5496bc0 perf evsel: Uninline the is_function_event method by Arnaldo Carvalho de Melo · 8 years ago
  15. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  16. f4e47f9 perf evsel: Utility function to fetch arch by Ravi Bangoria · 8 years ago
  17. 7da36e9 perf evsel: Fix write_backwards fallback by Arnaldo Carvalho de Melo · 8 years ago
  18. aa3a655 Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  19. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 8 years ago
  20. 9052517 perf evsel: Provide way to extract integer value from format_field by Arnaldo Carvalho de Melo · 8 years ago
  21. dc89e75 tools/perf: Handle -EOPNOTSUPP for sampling events by Vineet Gupta · 8 years ago
  22. 792d48b perf tools: Per event max-stack settings by Arnaldo Carvalho de Melo · 8 years ago
  23. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. b90dc17 perf evsel: Add overwrite attribute and check write_backward by Wang Nan · 8 years ago
  25. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  26. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 0809482 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() by Arnaldo Carvalho de Melo · 8 years ago
  28. 7d17391 perf evsel: Improve EPERM error handling in open_strerror() by Arnaldo Carvalho de Melo · 8 years ago
  29. 0a241ef perf evsel: Print state of perf_event_attr.write_backward by Arnaldo Carvalho de Melo · 8 years ago
  30. 81d64f4 perf evsel: Remove two extraneous ending newlines in open_strerror() by Arnaldo Carvalho de Melo · 8 years ago
  31. de46d52 perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN by Arnaldo Carvalho de Melo · 8 years ago
  32. a213b92 perf evlist: Decode perf_event_attr->branch_sample_type by Arnaldo Carvalho de Melo · 8 years ago
  33. bd1a0be tools/perf: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  34. 25da4fa perf evsel: Move fprintf methods to separate source file by Arnaldo Carvalho de Melo · 8 years ago
  35. d327e60 perf tools: Remove addr_location argument to sample__fprintf_callchain by Arnaldo Carvalho de Melo · 8 years ago
  36. 6f73673 perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain} by Arnaldo Carvalho de Melo · 8 years ago
  37. de446b4 perf evsel: Remove symbol_conf usage by Arnaldo Carvalho de Melo · 8 years ago
  38. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 8 years ago
  39. e20ab86 perf evsel: Move some methods from session.[ch] to evsel.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  40. 01e0d50 perf evsel: Rename config_callgraph() to config_callchain() and make it public by Arnaldo Carvalho de Melo · 8 years ago
  41. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  42. d37ba88 perf bpf: Add sample types for 'bpf-output' event by Wang Nan · 8 years ago
  43. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  44. 03e0a7d perf tools: Introduce bpf-output event by Wang Nan · 9 years ago
  45. 8572388 perf record: Add --all-user/--all-kernel options by Jiri Olsa · 9 years ago
  46. 3379e0c perf tools: Document the perf sysctls by Ben Hutchings · 9 years ago
  47. 775d8a1 perf evlist: Add --trace-fields option to show trace fields by Namhyung Kim · 9 years ago
  48. bd0f889 perf evsel: Disable branch flags/cycles for --callgraph lbr by Andi Kleen · 9 years ago
  49. e98a4cb perf evsel: Introduce disable() method by Jiri Olsa · 9 years ago
  50. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  51. dcdd184 perf evlist: Display WEIGHT sample type bit by Jiri Olsa · 9 years ago
  52. 1f45b1d perf bpf: Attach eBPF filter to perf event by Wang Nan · 9 years ago
  53. 374ce93 perf tools: Enable pre-event inherit setting by config terms by Wang Nan · 9 years ago
  54. 8b8cde4 perf evsel: Print branch filter state with -vv by Andi Kleen · 9 years ago
  55. 7f94af7 perf tools: Introduce 'P' modifier to request max precision by Jiri Olsa · 9 years ago
  56. 8442259 perf evlist: Display DATA_SRC sample type bit by Jiri Olsa · 9 years ago
  57. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 9 years ago
  58. fce4d29 perf evsel: Add own_cpus member by Adrian Hunter · 9 years ago
  59. 8dd2a13 perf evsel: Propagate error info from tp_format by Jiri Olsa · 9 years ago
  60. 4605eab tools lib api fs: Replace debugfs/tracefs objects interface with fs.c by Jiri Olsa · 9 years ago
  61. bcc84ec perf record: Add ability to name registers to record by Stephane Eranian · 9 years ago
  62. d49e469 perf evsel: Add a backpointer to the evlist a evsel is in by Arnaldo Carvalho de Melo · 9 years ago
  63. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  64. d457c96 perf callchain: Per-event type selection support by Kan Liang · 9 years ago
  65. 4605bb5 perf evlist: Be more specific on -F/--freq by Namhyung Kim · 9 years ago
  66. 09af2a5 perf record: Support per-event freq term by Namhyung Kim · 9 years ago
  67. ab35a7d perf tools: Unset perf_event_attr::freq when period term is set by Jiri Olsa · 9 years ago
  68. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  69. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  70. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
  71. 930a2e2 perf tools: Add support for event post configuration by Jiri Olsa · 9 years ago
  72. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 9 years ago
  73. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  74. 15bfd2c perf record: Apply filter to all events in a glob matching by Wang Nan · 9 years ago
  75. 3abebc5 perf record: Let user have timestamps with per-thread recording by Adrian Hunter · 9 years ago
  76. 64ec84f perf evsel: Introduce append_filter() method by Arnaldo Carvalho de Melo · 9 years ago
  77. 12467ae perf evsel: Introduce set_filter method by Arnaldo Carvalho de Melo · 9 years ago
  78. f47805a perf evsel: Rename set_filter to apply_filter by Arnaldo Carvalho de Melo · 9 years ago
  79. d8ee3b5 perf stat: Remove perf_evsel__read_cb function by Jiri Olsa · 9 years ago
  80. f99f4719 perf stat: Introduce perf_evsel__read function by Jiri Olsa · 9 years ago
  81. a6fa003 perf stat: Make stats work over the thread dimension by Jiri Olsa · 9 years ago
  82. 1ac77e1 perf stat: Introduce perf_counts function by Jiri Olsa · 9 years ago
  83. 578e91e perf evlist: Propagate thread maps through the evlist by Jiri Olsa · 9 years ago
  84. f30a79b perf tools: Add reference counting for cpu_map object by Jiri Olsa · 9 years ago
  85. e13798c perf thread_map: Don't access the array entries directly by Jiri Olsa · 9 years ago
  86. a9a3a4d perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object by Jiri Olsa · 9 years ago
  87. 7310aed perf evsel: Display 0x for hex values when printing the attribute by Adrian Hunter · 9 years ago
  88. 18ffdfe perf tools: Add hint for 'Too many events are opened.' error message by Jiri Olsa · 9 years ago
  89. 70d73de perf tools: Add aux_watermark member of struct perf_event_attr by Adrian Hunter · 9 years ago
  90. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  91. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 10 years ago
  92. e94eeda perf timechart: Fix SIBGUS error on sparc64 by David Ahern · 10 years ago
  93. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 10 years ago
  94. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 10 years ago
  95. 62e503b perf evsel: Set attr.task bit for a tracking event by Namhyung Kim · 10 years ago
  96. 8d9cbd8 perf evsel: Don't rely on malloc working for sz 0 by Vineet Gupta · 10 years ago
  97. a5a7fd7 perf tools: Remove perf_evsel__read interface by Jiri Olsa · 10 years ago
  98. 011dccb perf evsel: Introduce perf_evsel__read_cb function by Jiri Olsa · 10 years ago
  99. 13112bb perf evsel: Introduce perf_counts_values__scale function by Jiri Olsa · 10 years ago
  100. 857a94a perf evsel: Introduce perf_evsel__compute_deltas function by Jiri Olsa · 10 years ago