1. 99623c6 perf sched: Add compact display option by Jiri Olsa · 8 years ago
  2. e632aa6 perf cpu_map: Add has() method by Jiri Olsa · 8 years ago
  3. 3407df8 perf thread_map: Add has() method by Jiri Olsa · 8 years ago
  4. 202ff96 perf trace: Support callchains for --event too by Arnaldo Carvalho de Melo · 8 years ago
  5. bed9441 Merge tag 'perf-core-for-mingo-20160411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  6. aeaae7d Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  7. 889fac6 Merge tag 'v4.6-rc3' into perf/core, to refresh the tree by Ingo Molnar · 8 years ago
  8. 00768a2 perf trace: Print unresolved symbol names as addresses by Arnaldo Carvalho de Melo · 8 years ago
  9. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 8 years ago
  10. fde54b7 perf trace: Make "--call-graph" affect just "raw_syscalls:sys_exit" by Arnaldo Carvalho de Melo · 8 years ago
  11. 01e0d50 perf evsel: Rename config_callgraph() to config_callchain() and make it public by Arnaldo Carvalho de Melo · 8 years ago
  12. 22c8a37 perf evlist: Add (reset,set)_sample_bit methods by Arnaldo Carvalho de Melo · 8 years ago
  13. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  14. 4462181 perf trace: Exclude the kernel part of the callchain leading to a syscall by Arnaldo Carvalho de Melo · 8 years ago
  15. ea45396 perf evsel: Introduce fprintf_callchain() method out of fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  16. ff0c107 perf evsel: Rename print_ip() to fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  17. 566a088 perf trace: Add support for printing call chains on sys_exit events. by Milian Wolff · 8 years ago
  18. db3617f perf evsel: Allow passing a left alignment when printing a symbol by Arnaldo Carvalho de Melo · 8 years ago
  19. 6186de9 perf evsel: Allow specifying a file to output in perf_evsel__print_ip by Milian Wolff · 8 years ago
  20. 72c0809 perf bpf: Automatically create bpf-output event __bpf_stdout__ by Wang Nan · 8 years ago
  21. d788857 perf bpf: Clone bpf stdout events in multiple bpf scripts by Wang Nan · 8 years ago
  22. f938345 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 8 years ago
  23. bfc279f perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  24. 7093b4c perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  25. 3354cf7 perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  26. a5e8e82 perf script: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  27. 99e87f7 perf symbols: Adjust symbol for shared objects by Wang Nan · 8 years ago
  28. a58f703 perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 8 years ago
  29. 1b700c9 perf tools: Build syscall table .c header from kernel's syscall_64.tbl by Arnaldo Carvalho de Melo · 8 years ago
  30. 5af56fa perf tools: Allow generating per-arch syscall table arrays by Arnaldo Carvalho de Melo · 8 years ago
  31. fd0db10 perf trace: Move syscall table id <-> name routines to separate class by Arnaldo Carvalho de Melo · 8 years ago
  32. ba2f22c perf trace: Beautify mode_t arguments by Arnaldo Carvalho de Melo · 8 years ago
  33. 91daee3 perf script: Process event update events by Jiri Olsa · 8 years ago
  34. e583d70 perf tools: Add dedicated unwind addr_space member into thread struct by Jiri Olsa · 8 years ago
  35. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 8 years ago
  36. d1d438a perf trace: Beautify pid_t arguments by Arnaldo Carvalho de Melo · 8 years ago
  37. c65f107 perf trace: Beautify set_tid_address, getpid, getppid return values by Arnaldo Carvalho de Melo · 8 years ago
  38. 11c8e39 perf trace: Infrastructure to show COMM strings for syscalls returning PIDs by Arnaldo Carvalho de Melo · 8 years ago
  39. 7206b90 perf trace: Beautify wait4/waitid 'options' argument by Arnaldo Carvalho de Melo · 8 years ago
  40. a3bca91 perf trace: Beautify sched_setscheduler 'policy' argument by Arnaldo Carvalho de Melo · 8 years ago
  41. 85f8f96 perf list: Document event specifications better by Andi Kleen · 8 years ago
  42. 860b69f perf tools: Remove superfluous ARCH Makefile includes by Jiri Olsa · 8 years ago
  43. 76e2052 perf script perl: Do error checking on new backtrace routine by Arnaldo Carvalho de Melo · 8 years ago
  44. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 8 years ago
  45. d8e2865 perf config: Fix build with older toolchain. by Vinson Lee · 8 years ago
  46. 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
  47. d37ba88 perf bpf: Add sample types for 'bpf-output' event by Wang Nan · 8 years ago
  48. 8a07a80 perf trace: Don't set the base timestamp using events without PERF_SAMPLE_TIME by Arnaldo Carvalho de Melo · 8 years ago
  49. e600198 perf trace: Introduce function to set the base timestamp by Arnaldo Carvalho de Melo · 8 years ago
  50. ac0e2cd perf tools: Fix PMU term format max value calculation by Kan Liang · 8 years ago
  51. bd0c7a5 perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP by Adrian Hunter · 8 years ago
  52. 2a28e23 perf jit: Add support for using TSC as a timestamp by Adrian Hunter · 8 years ago
  53. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 8 years ago
  54. 39878d4 perf trace: Pretty print getrandom() args by Arnaldo Carvalho de Melo · 8 years ago
  55. 997bba8 perf trace: Pretty print seccomp() args by Arnaldo Carvalho de Melo · 8 years ago
  56. 3ed5ca2 perf trace: Do not process PERF_RECORD_LOST twice by Arnaldo Carvalho de Melo · 8 years ago
  57. 643cb15 Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  58. 9f56c09 perf jit: genelf makes assumptions about endian by Anton Blanchard · 8 years ago
  59. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 8 years ago
  60. d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 8 years ago
  61. f7380c1 perf script perl: Perl scripts now get a backtrace, like the python ones by Dima Kogan · 8 years ago
  62. 37194f4 perf config: Rename 'v' to 'home' in set_buildid_dir() by Taeung Song · 8 years ago
  63. 9cb5987 perf config: Rework buildid_dir_command_config to perf_buildid_config by Taeung Song · 8 years ago
  64. 58cb9d6 perf config: Remove duplicated set_buildid_dir calls by Taeung Song · 8 years ago
  65. b31d660 perf tests: Add test to check for event times by Jiri Olsa · 8 years ago
  66. e0be62c perf tools: Make -f/--force option documentation consistent across tools by Jiri Olsa · 8 years ago
  67. 592dac6 perf tools: Make hists__collapse_insert_entry static by Jiri Olsa · 8 years ago
  68. ad16511 perf mem: Add -U/-K (--all-user/--all-kernel) options by Jiri Olsa · 8 years ago
  69. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 8 years ago
  70. 379649c perf tools: Fix build break on powerpc by Sukadev Bhattiprolu · 8 years ago
  71. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 6a1a77b perf bench: Fix detached tarball building due to missing 'perf bench memcpy' headers by Arnaldo Carvalho de Melo · 8 years ago
  73. cde8835 perf tests: Fix tarpkg build test error output redirection by Arnaldo Carvalho de Melo · 8 years ago
  74. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 8 years ago
  75. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 8 years ago
  76. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 8 years ago
  77. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 8 years ago
  78. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 8 years ago
  79. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 8 years ago
  80. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  81. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 8 years ago
  82. e476343 perf tools: Simplify die() mechanism by Arnaldo Carvalho de Melo · 8 years ago
  83. 236f71e perf tools: Remove unused DIE_IF macro by Arnaldo Carvalho de Melo · 8 years ago
  84. a3dff30 perf script: Remove lots of unused arguments by Arnaldo Carvalho de Melo · 8 years ago
  85. c2740a8 perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve by Arnaldo Carvalho de Melo · 8 years ago
  86. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 8 years ago
  87. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 8 years ago
  88. eb9f032 perf tests: Forward the perf_sample in the dwarf unwind test by Arnaldo Carvalho de Melo · 8 years ago
  89. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  90. 4ca0d81 perf list: Fix documentation of :ppp by Andi Kleen · 8 years ago
  91. 3c52b65 perf bench numa: Fix assertion for nodes bitfield by Jakub Jelen · 8 years ago
  92. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 73cdf0c perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 8 years ago
  94. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 8 years ago
  95. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 8 years ago
  96. 14e0a21 tools, perf: make gfp_compact_table up to date by Vlastimil Babka · 8 years ago
  97. 4c9d6c1 perf test: Remove 'core_id' check in topo test by Sukadev Bhattiprolu · 9 years ago
  98. 206cab6 perf stat: Add --metric-only support for -A by Andi Kleen · 8 years ago
  99. 54b5091 perf stat: Implement --metric-only mode by Andi Kleen · 8 years ago
  100. 6b45f7b perf stat: Document CSV format in manpage by Andi Kleen · 8 years ago