1. 9052517 perf evsel: Provide way to extract integer value from format_field by Arnaldo Carvalho de Melo · 9 years ago
  2. dc89e75 tools/perf: Handle -EOPNOTSUPP for sampling events by Vineet Gupta · 9 years ago
  3. 0141226 perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid by Masami Hiramatsu · 9 years ago
  4. 4e4b6c0 perf symbols: Cleanup the code flow of dso__find_kallsyms by Masami Hiramatsu · 9 years ago
  5. 11870d7 perf symbols: Introduce filename__readable to check readability by Masami Hiramatsu · 9 years ago
  6. dcd1e2a perf tools: Add arch/*/include/generated/ to .gitignore by Taeung Song · 9 years ago
  7. 258e4bf tools: Pass arg to fdarray__filter's call back function by Wang Nan · 9 years ago
  8. 5a5ddeb perf evlist: Choose correct reading direction according to evlist->backward by Wang Nan · 9 years ago
  9. e10e4ef perf evlist: Check 'base' pointer before checking refcnt when put a mmap by Wang Nan · 9 years ago
  10. f3058a1 perf evlist: Don't poll and mmap overwritable events by Wang Nan · 9 years ago
  11. c45628b perf record: Robustify perf_event__synth_time_conv() by Wang Nan · 9 years ago
  12. 792d48b perf tools: Per event max-stack settings by Arnaldo Carvalho de Melo · 9 years ago
  13. 480ca35 perf thread: Adopt get_main_thread from db-export.c by Andi Kleen · 9 years ago
  14. 5ea5888 perf ctf: Convert invalid chars in a string before set value by Wang Nan · 9 years ago
  15. 3dc6c1d perf record: Fix crash when kptr is restricted by Wang Nan · 9 years ago
  16. 38272dc perf symbols: Check kptr_restrict for root by Wang Nan · 9 years ago
  17. 3a62a7b perf record: Read from backward ring buffer by Wang Nan · 9 years ago
  18. 09fa4f4 perf record: Rename variable to make code clear by Wang Nan · 9 years ago
  19. 2d11c65 perf record: Prevent reading invalid data in record__mmap_read by Wang Nan · 9 years ago
  20. 65aea23 perf evlist: Add API to pause/resume by Wang Nan · 9 years ago
  21. 12f3ca4 perf trace: Use the ptr->name beautifier as default for "filename" args by Arnaldo Carvalho de Melo · 9 years ago
  22. b6565c9 perf trace: Use the fd->name beautifier as default for "fd" args by Arnaldo Carvalho de Melo · 9 years ago
  23. 508be0d perf report: Add srcline_from/to branch sort keys by Andi Kleen · 9 years ago
  24. d4c6fb3 perf evsel: Record fd into perf_mmap by Wang Nan · 9 years ago
  25. b90dc17 perf evsel: Add overwrite attribute and check write_backward by Wang Nan · 9 years ago
  26. 408cf67 Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  27. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  28. caa36ed perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced by Arnaldo Carvalho de Melo · 9 years ago
  29. 7e4c149 perf annotate: Sort list of recognised instructions by Chris Ryder · 9 years ago
  30. 58c0400 perf annotate: Fix identification of ARM blt and bls instructions by Chris Ryder · 9 years ago
  31. fe17608 perf tools: Fix usage of max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  32. bf8bddb perf callchain: Stop validating callchains by the max_stack sysctl by Arnaldo Carvalho de Melo · 9 years ago
  33. c008f78 perf trace: Fix exit_group() formatting by Arnaldo Carvalho de Melo · 9 years ago
  34. e77a074 perf top: Use machine->kptr_restrict_warned by Arnaldo Carvalho de Melo · 9 years ago
  35. caf8a0d perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 by Arnaldo Carvalho de Melo · 9 years ago
  36. 45e9005 perf machine: Do not bail out if not managing to read ref reloc symbol by Arnaldo Carvalho de Melo · 9 years ago
  37. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  38. a29d5c9 perf tools: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 9 years ago
  39. 0a77582 perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE by Masami Hiramatsu · 9 years ago
  40. a1f3d56 perf stat: Use cpu-clock event for cpu targets by Namhyung Kim · 9 years ago
  41. daf4f47 perf stat: Update runtime using cpu-clock event by Namhyung Kim · 9 years ago
  42. b0404be perf stat: Fix indentation of stalled backend cycle by Namhyung Kim · 9 years ago
  43. 6ae98ba perf symbols: Store vdso buildid unconditionally by He Kuang · 9 years ago
  44. e3b03b6 perf stat: Avoid fractional digits for integer scales by Andi Kleen · 9 years ago
  45. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  46. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 9 years ago
  47. 0809482 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() by Arnaldo Carvalho de Melo · 9 years ago
  48. 7d17391 perf evsel: Improve EPERM error handling in open_strerror() by Arnaldo Carvalho de Melo · 9 years ago
  49. 49247345 perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 9 years ago
  50. 62aa0e1 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 9 years ago
  51. 22a9f41 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 9 years ago
  52. 7839b9f perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 9 years ago
  53. 9a5f3bf perf script: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 9 years ago
  54. 2515e61 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 9 years ago
  55. d65444d perf buildid-cache: Use lsdir() for looking up buildid caches by Masami Hiramatsu · 9 years ago
  56. c48903b perf symbols: Use lsdir() for the search in kcore cache directory by Masami Hiramatsu · 9 years ago
  57. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 9 years ago
  58. 357a54f perf tools: Fix lsdir to set errno correctly by Masami Hiramatsu · 9 years ago
  59. f5cd95e perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  60. 8bf382c perf trace: Move flock op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  61. 83302e7 perf script: Fix export of callchains with recursion in db-export by Chris Phlipot · 9 years ago
  62. 7a2544c perf script: Fix callchain addresses in db-export by Chris Phlipot · 9 years ago
  63. bd0a51d perf script: Fix symbol insertion behavior in db-export by Chris Phlipot · 9 years ago
  64. ae93a6c perf symbols: Add dso__insert_symbol function by Chris Phlipot · 9 years ago
  65. 62665df perf scripting python: Use Py_FatalError instead of die() by Arnaldo Carvalho de Melo · 9 years ago
  66. 38f5d8b Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  67. d295015 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  68. e9d848c perf diff: Fix duplicated output column by Namhyung Kim · 9 years ago
  69. 452e8401 perf tools: Remove xrealloc and ALLOC_GROW by Masami Hiramatsu · 9 years ago
  70. 682f4f0 perf help: Do not use ALLOC_GROW in add_cmd_list by Masami Hiramatsu · 9 years ago
  71. 11db4e2 perf pmu: Make pmu_formats_string to check return value of strbuf by Masami Hiramatsu · 9 years ago
  72. 642aada perf header: Make topology checkers to check return value of strbuf by Masami Hiramatsu · 9 years ago
  73. 70a6898 perf tools: Make alias handler to check return value of strbuf by Masami Hiramatsu · 9 years ago
  74. b72ca40 perf help: Make check_emacsclient_version to check strbuf APIs by Masami Hiramatsu · 9 years ago
  75. bf4d5f2 perf probe: Check the return value of strbuf APIs by Masami Hiramatsu · 9 years ago
  76. 5cea57f perf tools: Rewrite strbuf not to die() by Masami Hiramatsu · 9 years ago
  77. 9c7b37c perf symbols: Fix handling of zero-length symbols. by Chris Phlipot · 9 years ago
  78. 0a241ef perf evsel: Print state of perf_event_attr.write_backward by Arnaldo Carvalho de Melo · 9 years ago
  79. ee74701 perf tests: Add test to check backward ring buffer by Wang Nan · 9 years ago
  80. e24c752 perf tools: Support reading from backward ring buffer by Wang Nan · 9 years ago
  81. aff6334 perf script: Fix incorrect python db-export error message by Chris Phlipot · 9 years ago
  82. f340c5f perf stat: Scale values by unit before metrics by Andi Kleen · 9 years ago
  83. 841e355 perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support by He Kuang · 9 years ago
  84. d5d71e8 perf trace: Move futex_op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  85. 8f48df6 perf trace: Move open_flags beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  86. 12199d8 perf trace: Move signum beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 9 years ago
  87. 0b1abbf perf stat: Add extra output of counter values with -vv by Andi Kleen · 9 years ago
  88. 3521f3b perf script: Update export-to-postgresql to support callchain export by Chris Phlipot · 9 years ago
  89. 2c15f5e perf script: Expose usage of the callchain db export via the python api by Chris Phlipot · 9 years ago
  90. 568850e perf script: Add call path id to exported sample in db export by Chris Phlipot · 9 years ago
  91. 0a3eba3 perf script: Enable db export to output sampled callchains by Chris Phlipot · 9 years ago
  92. 451db12 perf tools: Refactor code to move call path handling out of thread-stack by Chris Phlipot · 9 years ago
  93. 9919a65 perf callchain: Fix incorrect ordering of entries by Chris Phlipot · 9 years ago
  94. 4c4d6e5 perf trace: Do not print raw args list for syscalls with no args by Arnaldo Carvalho de Melo · 9 years ago
  95. b6b85da perf evlist: Rename variable in perf_mmap__read() by Wang Nan · 9 years ago
  96. 0f4ccd1 perf evlist: Extract perf_mmap__read() by Wang Nan · 9 years ago
  97. 0b3c226 perf symbols: Fix kallsyms perf test on ppc64le by Naveen N. Rao · 9 years ago
  98. 239aeba perf powerpc: Fix kprobe and kretprobe handling with kallsyms on ppc64le by Naveen N. Rao · 9 years ago
  99. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 9 years ago
  100. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 9 years ago