1. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 8 years ago
  2. 0809482 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() by Arnaldo Carvalho de Melo · 8 years ago
  3. 7d17391 perf evsel: Improve EPERM error handling in open_strerror() by Arnaldo Carvalho de Melo · 8 years ago
  4. 49247345 perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 8 years ago
  5. 62aa0e1 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 8 years ago
  6. 22a9f41 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  7. 7839b9f perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  8. 9a5f3bf perf script: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  9. 2515e61 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  10. e9d848c perf diff: Fix duplicated output column by Namhyung Kim · 8 years ago
  11. a19cad6 Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  12. 1342e0b7 perf intel-pt: Fix segfault tracing transactions by Adrian Hunter · 8 years ago
  13. 4c3b73c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 9f56c09 perf jit: genelf makes assumptions about endian by Anton Blanchard · 9 years ago
  15. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 8 years ago
  16. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 8 years ago
  17. 379649c perf tools: Fix build break on powerpc by Sukadev Bhattiprolu · 9 years ago
  18. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. 6a1a77b perf bench: Fix detached tarball building due to missing 'perf bench memcpy' headers by Arnaldo Carvalho de Melo · 9 years ago
  20. cde8835 perf tests: Fix tarpkg build test error output redirection by Arnaldo Carvalho de Melo · 9 years ago
  21. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 9 years ago
  22. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 9 years ago
  23. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 9 years ago
  24. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 9 years ago
  25. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 9 years ago
  26. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 9 years ago
  27. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  28. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 9 years ago
  29. e476343 perf tools: Simplify die() mechanism by Arnaldo Carvalho de Melo · 9 years ago
  30. 236f71e perf tools: Remove unused DIE_IF macro by Arnaldo Carvalho de Melo · 9 years ago
  31. a3dff30 perf script: Remove lots of unused arguments by Arnaldo Carvalho de Melo · 9 years ago
  32. c2740a8 perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve by Arnaldo Carvalho de Melo · 9 years ago
  33. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  34. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  35. eb9f032 perf tests: Forward the perf_sample in the dwarf unwind test by Arnaldo Carvalho de Melo · 9 years ago
  36. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  37. 4ca0d81 perf list: Fix documentation of :ppp by Andi Kleen · 9 years ago
  38. 3c52b65 perf bench numa: Fix assertion for nodes bitfield by Jakub Jelen · 9 years ago
  39. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 73cdf0c perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 9 years ago
  41. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 9 years ago
  42. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 9 years ago
  43. 14e0a21 tools, perf: make gfp_compact_table up to date by Vlastimil Babka · 9 years ago
  44. 4c9d6c1 perf test: Remove 'core_id' check in topo test by Sukadev Bhattiprolu · 9 years ago
  45. 206cab6 perf stat: Add --metric-only support for -A by Andi Kleen · 9 years ago
  46. 54b5091 perf stat: Implement --metric-only mode by Andi Kleen · 9 years ago
  47. 6b45f7b perf stat: Document CSV format in manpage by Andi Kleen · 9 years ago
  48. 599a2f3 perf hists browser: Check sort keys before hot key actions by Namhyung Kim · 9 years ago
  49. 6962ccb perf hists browser: Allow thread filtering for comm sort key by Namhyung Kim · 9 years ago
  50. 078b8d4 perf tools: Add sort__has_comm variable by Namhyung Kim · 9 years ago
  51. f7fb538 perf tools: Recalc total periods using top-level entries in hierarchy by Namhyung Kim · 9 years ago
  52. 86e3ee5 perf tools: Remove nr_sort_keys field by Namhyung Kim · 9 years ago
  53. 325a628 perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() by Namhyung Kim · 9 years ago
  54. a515d8f perf tools: Remove hist_entry->fmt field by Namhyung Kim · 9 years ago
  55. aec13a7 perf tools: Fix command line filters in hierarchy mode by Namhyung Kim · 9 years ago
  56. 4945cf2 perf tools: Add more sort entry check functions by Namhyung Kim · 9 years ago
  57. f4954cf perf tools: Fix hist_entry__filter() for hierarchy by Namhyung Kim · 9 years ago
  58. e12b202 perf jitdump: Build only on supported archs by Jiri Olsa · 9 years ago
  59. ea8f75f perf tools: Omit unnecessary cast in perf_pmu__parse_scale by Jiri Olsa · 9 years ago
  60. d7b617f perf tools: Pass perf_hpp_list all the way through setup_sort_list by Jiri Olsa · 9 years ago
  61. 616df64 perf tools: Fix perf script python database export crash by Chris Phlipot · 9 years ago
  62. 46dad05 perf jitdump: DWARF is also needed by Arnaldo Carvalho de Melo · 9 years ago
  63. 3a99e6d perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changes by Ingo Molnar · 9 years ago
  64. 58ecd33 perf report: Use hierarchy hpp list on gtk by Namhyung Kim · 9 years ago
  65. a61a22f perf hists browser: Use hierarchy hpp list by Namhyung Kim · 9 years ago
  66. f58c95e perf report: Use hierarchy hpp list on stdio by Namhyung Kim · 9 years ago
  67. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 9 years ago
  68. a23f37e perf hists: Support multiple sort keys in a hierarchy level by Namhyung Kim · 9 years ago
  69. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  70. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 9 years ago
  71. f594bae perf stat: Document --detailed option by Borislav Petkov · 9 years ago
  72. 4b633eb perf hists: Add level field to struct perf_hpp_fmt by Namhyung Kim · 9 years ago
  73. a23f96e perf tools: Use 64-bit shifts with (TSC) time conversion by Adrian Hunter · 9 years ago
  74. 4a018cc perf jit: Move clockid validation by Adrian Hunter · 9 years ago
  75. 570735b perf jit: Let jit_process() return errors by Adrian Hunter · 9 years ago
  76. 5fb0ac1 perf session: Simplify tool stubs by Adrian Hunter · 9 years ago
  77. 640dad4 perf inject: Hit all DSOs for AUX data in JIT and other cases by Adrian Hunter · 9 years ago
  78. 07ef757 perf tools: Explicitly declare inc_group_count as a void function by Colin Ian King · 9 years ago
  79. 19072f2 x86/asm/decoder: Use explicitly signed chars by Josh Poimboeuf · 9 years ago
  80. fb4605b perf stat: Check for frontend stalled for metrics by Andi Kleen · 9 years ago
  81. e17a0e1 perf tests: Initialize sa.sa_flags by Colin Ian King · 9 years ago
  82. 9b24063 perf test: Fix hists related entries by Arnaldo Carvalho de Melo · 9 years ago
  83. 979ac25 perf script: Fix double free on command_line by Colin Ian King · 9 years ago
  84. 44d49a6 perf stat: Support metrics in --per-core/socket mode by Andi Kleen · 9 years ago
  85. 92a61f6 perf stat: Implement CSV metrics output by Andi Kleen · 9 years ago
  86. 95c3656 perf record: Ensure return non-zero rc when mmap fail by Wang Nan · 9 years ago
  87. e1ab48b perf record: Introduce record__finish_output() to finish a perf.data by Wang Nan · 9 years ago
  88. c45c86e perf record: Extract synthesize code to record__synthesize() by Wang Nan · 9 years ago
  89. d8871ea perf record: Use WARN_ONCE to replace 'if' condition by Wang Nan · 9 years ago
  90. f8dd2d5 perf data: Explicitly set byte order for integer types by Wang Nan · 9 years ago
  91. 6122d57 perf data: Support converting data from bpf_perf_event_output() by Wang Nan · 9 years ago
  92. 9dec447 perf stat: Check existence of frontend/backed stalled cycles by Andi Kleen · 9 years ago
  93. f9a5978 perf tools: Fix locale handling in pmu parsing by Jiri Olsa · 9 years ago
  94. c42de70 perf trace: Check and discard not only 'nr' but also '__syscall_nr' by Taeung Song · 9 years ago
  95. 67d5268 perf tools: Fix python extension build by Jiri Olsa · 9 years ago
  96. 1d6c940 perf trace: Print content of bpf-output event by Wang Nan · 9 years ago
  97. ba50423 perf trace: Call bpf__apply_obj_config in 'perf trace' by Wang Nan · 9 years ago
  98. fdf1472 perf tools: Only set filter for tracepoints events by Wang Nan · 9 years ago
  99. b8cbb34 perf config: Bring perf_default_config to the very beginning at main() by Wang Nan · 9 years ago
  100. abab5e7 perf report: Update column width of dynamic entries by Namhyung Kim · 9 years ago