1. 4532f64 perf ordered_events: Introduce reinit() by Wang Nan · 8 years ago
  2. ea8dc3c perf trace: Move eventfd beautifiers to trace/beauty/ directory by Arnaldo Carvalho de Melo · 8 years ago
  3. df4cb16 perf trace: Move mmap beautifiers to trace/beauty/ directory by Arnaldo Carvalho de Melo · 8 years ago
  4. a355a61 perf trace: Add getrandom beautifier related defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  5. 6fb35b9 perf trace: Add seccomp beautifier related defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  6. 59247e3 perf trace: Do not accept --no-syscalls together with -e by Arnaldo Carvalho de Melo · 8 years ago
  7. e20ab86 perf evsel: Move some methods from session.[ch] to evsel.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  8. 73643bb perf sched map: Display only given cpus by Jiri Olsa · 8 years ago
  9. cf294f2 perf sched map: Color given cpus by Jiri Olsa · 8 years ago
  10. a151a37 perf sched map: Color given pids by Jiri Olsa · 8 years ago
  11. 097be0f perf thread_map: Make new_by_tid_str constructor public by Jiri Olsa · 8 years ago
  12. 8cd9119 perf sched: Use color_fprintf for output by Jiri Olsa · 8 years ago
  13. 99623c6 perf sched: Add compact display option by Jiri Olsa · 8 years ago
  14. e632aa6 perf cpu_map: Add has() method by Jiri Olsa · 8 years ago
  15. 3407df8 perf thread_map: Add has() method by Jiri Olsa · 8 years ago
  16. 202ff96 perf trace: Support callchains for --event too by Arnaldo Carvalho de Melo · 8 years ago
  17. 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
  18. 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
  19. 889fac6 Merge tag 'v4.6-rc3' into perf/core, to refresh the tree by Ingo Molnar · 8 years ago
  20. 00768a2 perf trace: Print unresolved symbol names as addresses by Arnaldo Carvalho de Melo · 8 years ago
  21. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 8 years ago
  22. fde54b7 perf trace: Make "--call-graph" affect just "raw_syscalls:sys_exit" by Arnaldo Carvalho de Melo · 8 years ago
  23. 01e0d50 perf evsel: Rename config_callgraph() to config_callchain() and make it public by Arnaldo Carvalho de Melo · 8 years ago
  24. 22c8a37 perf evlist: Add (reset,set)_sample_bit methods by Arnaldo Carvalho de Melo · 8 years ago
  25. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  26. 4462181 perf trace: Exclude the kernel part of the callchain leading to a syscall by Arnaldo Carvalho de Melo · 8 years ago
  27. ea45396 perf evsel: Introduce fprintf_callchain() method out of fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  28. ff0c107 perf evsel: Rename print_ip() to fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  29. 566a088 perf trace: Add support for printing call chains on sys_exit events. by Milian Wolff · 8 years ago
  30. db3617f perf evsel: Allow passing a left alignment when printing a symbol by Arnaldo Carvalho de Melo · 8 years ago
  31. 6186de9 perf evsel: Allow specifying a file to output in perf_evsel__print_ip by Milian Wolff · 8 years ago
  32. 72c0809 perf bpf: Automatically create bpf-output event __bpf_stdout__ by Wang Nan · 8 years ago
  33. d788857 perf bpf: Clone bpf stdout events in multiple bpf scripts by Wang Nan · 8 years ago
  34. 40bca9d Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  35. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  36. f938345 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 8 years ago
  37. bfc279f perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  38. 7093b4c perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  39. 3354cf7 perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  40. a5e8e82 perf script: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  41. 99e87f7 perf symbols: Adjust symbol for shared objects by Wang Nan · 8 years ago
  42. a58f703 perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 8 years ago
  43. 1b700c9 perf tools: Build syscall table .c header from kernel's syscall_64.tbl by Arnaldo Carvalho de Melo · 8 years ago
  44. 5af56fa perf tools: Allow generating per-arch syscall table arrays by Arnaldo Carvalho de Melo · 8 years ago
  45. fd0db10 perf trace: Move syscall table id <-> name routines to separate class by Arnaldo Carvalho de Melo · 8 years ago
  46. ba2f22c perf trace: Beautify mode_t arguments by Arnaldo Carvalho de Melo · 8 years ago
  47. 91daee3 perf script: Process event update events by Jiri Olsa · 8 years ago
  48. e583d70 perf tools: Add dedicated unwind addr_space member into thread struct by Jiri Olsa · 8 years ago
  49. 9185e98 tools/power turbostat: work around RC6 counter wrap by Len Brown · 8 years ago
  50. cdc5727 tools/power turbostat: initial KBL support by Len Brown · 8 years ago
  51. ec53e59 tools/power turbostat: initial SKX support by Len Brown · 8 years ago
  52. e8efbc8 tools/power turbostat: decode BXT TSC frequency via CPUID by Len Brown · 8 years ago
  53. e4085d5 tools/power turbostat: initial BXT support by Len Brown · 8 years ago
  54. 5a63426 tools/power turbostat: print IRTL MSRs by Len Brown · 8 years ago
  55. 8ae7225 tools/power turbostat: SGX state should print only if --debug by Len Brown · 8 years ago
  56. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 8 years ago
  57. d1d438a perf trace: Beautify pid_t arguments by Arnaldo Carvalho de Melo · 8 years ago
  58. c65f107 perf trace: Beautify set_tid_address, getpid, getppid return values by Arnaldo Carvalho de Melo · 8 years ago
  59. 11c8e39 perf trace: Infrastructure to show COMM strings for syscalls returning PIDs by Arnaldo Carvalho de Melo · 8 years ago
  60. 7206b90 perf trace: Beautify wait4/waitid 'options' argument by Arnaldo Carvalho de Melo · 8 years ago
  61. a3bca91 perf trace: Beautify sched_setscheduler 'policy' argument by Arnaldo Carvalho de Melo · 8 years ago
  62. 85f8f96 perf list: Document event specifications better by Andi Kleen · 8 years ago
  63. 860b69f perf tools: Remove superfluous ARCH Makefile includes by Jiri Olsa · 8 years ago
  64. 76e2052 perf script perl: Do error checking on new backtrace routine by Arnaldo Carvalho de Melo · 8 years ago
  65. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 8 years ago
  66. d8e2865 perf config: Fix build with older toolchain. by Vinson Lee · 8 years ago
  67. 1e1e5ce Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  68. 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
  69. d37ba88 perf bpf: Add sample types for 'bpf-output' event by Wang Nan · 8 years ago
  70. 8a07a80 perf trace: Don't set the base timestamp using events without PERF_SAMPLE_TIME by Arnaldo Carvalho de Melo · 8 years ago
  71. e600198 perf trace: Introduce function to set the base timestamp by Arnaldo Carvalho de Melo · 8 years ago
  72. ac0e2cd perf tools: Fix PMU term format max value calculation by Kan Liang · 8 years ago
  73. bd0c7a5 perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP by Adrian Hunter · 8 years ago
  74. 2a28e23 perf jit: Add support for using TSC as a timestamp by Adrian Hunter · 8 years ago
  75. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 8 years ago
  76. 39878d4 perf trace: Pretty print getrandom() args by Arnaldo Carvalho de Melo · 8 years ago
  77. 997bba8 perf trace: Pretty print seccomp() args by Arnaldo Carvalho de Melo · 8 years ago
  78. 3ed5ca2 perf trace: Do not process PERF_RECORD_LOST twice by Arnaldo Carvalho de Melo · 8 years ago
  79. 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
  80. 9f56c09 perf jit: genelf makes assumptions about endian by Anton Blanchard · 8 years ago
  81. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 8 years ago
  82. d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 8 years ago
  83. f7380c1 perf script perl: Perl scripts now get a backtrace, like the python ones by Dima Kogan · 8 years ago
  84. 37194f4 perf config: Rename 'v' to 'home' in set_buildid_dir() by Taeung Song · 8 years ago
  85. 9cb5987 perf config: Rework buildid_dir_command_config to perf_buildid_config by Taeung Song · 8 years ago
  86. 58cb9d6 perf config: Remove duplicated set_buildid_dir calls by Taeung Song · 8 years ago
  87. b31d660 perf tests: Add test to check for event times by Jiri Olsa · 8 years ago
  88. e0be62c perf tools: Make -f/--force option documentation consistent across tools by Jiri Olsa · 8 years ago
  89. 592dac6 perf tools: Make hists__collapse_insert_entry static by Jiri Olsa · 8 years ago
  90. ad16511 perf mem: Add -U/-K (--all-user/--all-kernel) options by Jiri Olsa · 8 years ago
  91. a189c01 tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh by Sedat Dilek · 8 years ago
  92. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 8 years ago
  93. 505ce68 selftest/seccomp: Fix the seccomp(2) signature by Mickaël Salaün · 8 years ago
  94. 6c045d0 selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNC by Mickaël Salaün · 8 years ago
  95. 379649c perf tools: Fix build break on powerpc by Sukadev Bhattiprolu · 8 years ago
  96. 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
  97. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 6a1a77b perf bench: Fix detached tarball building due to missing 'perf bench memcpy' headers by Arnaldo Carvalho de Melo · 8 years ago
  99. cde8835 perf tests: Fix tarpkg build test error output redirection by Arnaldo Carvalho de Melo · 8 years ago
  100. 05f5ece Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago