1. cb281fe perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile by David Carrillo-Cisneros · 8 years ago
  2. cd8dd03 perf cgroup: Fix refcount usage by Arnaldo Carvalho de Melo · 8 years ago
  3. cf6383f perf report: Fix kernel symbol adjustment for s390x by Thomas Richter · 8 years ago
  4. 585d93c perf annotate stdio: Fix --show-total-period by Taeung Song · 7 years ago
  5. ecd5f99 perf annotate: Do not overwrite sample->period by Taeung Song · 7 years ago
  6. 461c17f perf annotate: Store the sample period in each histogram bucket by Taeung Song · 7 years ago
  7. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  8. 8158683d perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist by Taeung Song · 8 years ago
  9. 896bccd perf annotate: Introduce struct sym_hist_entry by Taeung Song · 8 years ago
  10. b99e485 tools lib: Update copy of strtobool from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  11. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  12. 082ab9a perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing by Arnaldo Carvalho de Melo · 7 years ago
  13. dd1a503 perf trace: Introduce filter_loop_pids() by Arnaldo Carvalho de Melo · 7 years ago
  14. 15bed27 perf trace beauty clone: Suppress unused args according to 'flags' arg by Arnaldo Carvalho de Melo · 8 years ago
  15. 33396a3 perf trace beauty clone: Beautify syscall arguments by Arnaldo Carvalho de Melo · 8 years ago
  16. 450c86c tools include uapi: Grab a copy of linux/sched.h by Arnaldo Carvalho de Melo · 7 years ago
  17. c51bdfe perf trace: Allow specifying names to syscall arguments formatters by Arnaldo Carvalho de Melo · 8 years ago
  18. 332337d perf trace: Allow specifying number of syscall args for tracepointless syscalls by Arnaldo Carvalho de Melo · 8 years ago
  19. 325f509 perf trace: Ditch __syscall__arg_val() variant, not needed anymore by Arnaldo Carvalho de Melo · 8 years ago
  20. d032d79 perf trace: Use the syscall_fmt formatters without a tracepoint by Arnaldo Carvalho de Melo · 8 years ago
  21. 5e58fcf perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint by Arnaldo Carvalho de Melo · 8 years ago
  22. d57da8c perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUS by Arnaldo Carvalho de Melo · 8 years ago
  23. 6f8fe61 perf trace: Add missing ' = ' in the default formatting of syscall returns by Arnaldo Carvalho de Melo · 8 years ago
  24. 91a8c5b perf intel-pt: Always set no branch for dummy event by Kan Liang · 8 years ago
  25. 69d8bd8 perf intel-pt: Set no_aux_samples for the tracking event by Kan Liang · 8 years ago
  26. 510457e Merge tag 'perf-core-for-mingo-4.13-20170718' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  27. 3bda69c perf/core: Fix scheduling regression of pinned groups by Alexander Shishkin · 8 years ago
  28. b851dd4 perf report: Show branch type in callchain entry by Jin Yao · 8 years ago
  29. 2d78b18 perf report: Show branch type statistics for stdio mode by Jin Yao · 8 years ago
  30. 992c7e9 perf util: Create branch.c/.h for common branch functions by Jin Yao · 8 years ago
  31. 8d51735 perf report: Refactor the branch info printing code by Jin Yao · 8 years ago
  32. 60f83fa perf record: Create a new option save_type in --branch-filter by Jin Yao · 8 years ago
  33. d5c7f9d perf/x86/intel: Record branch type by Jin Yao · 8 years ago
  34. eb0baf8 perf/core: Define the common branch type classification by Jin Yao · 8 years ago
  35. f9ebdcc perf header: Add event desc to pipe-mode header by David Carrillo-Cisneros · 8 years ago
  36. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 8 years ago
  37. 114f709 perf tool: Add show_feature_header to perf_tool by David Carrillo-Cisneros · 8 years ago
  38. a4d8c98 perf header: Change FEAT_OP* macros by David Carrillo-Cisneros · 8 years ago
  39. 0b3d341 perf header: Add a buffer to struct feat_fd by David Carrillo-Cisneros · 8 years ago
  40. a02c395 perf header: Make write_pmu_mappings pipe-mode friendly by David Carrillo-Cisneros · 8 years ago
  41. 48e5fce perf header: Use struct feat_fd in read header records by David Carrillo-Cisneros · 8 years ago
  42. 6255245 perf header: Don't pass struct perf_file_section to process_##_feat by David Carrillo-Cisneros · 8 years ago
  43. 1a22275 perf header: Use struct feat_fd to process header records by David Carrillo-Cisneros · 8 years ago
  44. cfc6542 perf header: Use struct feat_fd for print by David Carrillo-Cisneros · 8 years ago
  45. ccebbeb perf header: Add struct feat_fd for write by David Carrillo-Cisneros · 8 years ago
  46. 3b8f51a perf header: Revamp do_write() by David Carrillo-Cisneros · 8 years ago
  47. 7c72440 perf util: Add const modifier to buf in "writen" function by David Carrillo-Cisneros · 8 years ago
  48. 2ff5365 perf header: Fail on write_padded error by David Carrillo-Cisneros · 8 years ago
  49. dfaa158 perf header: Add PROCESS_STR_FUN macro by David Carrillo-Cisneros · 8 years ago
  50. 6200e494 perf header: Encapsulate read and swap by David Carrillo-Cisneros · 8 years ago
  51. 8b8ef2d perf report: Enable finding kernel inline functions by Jin Yao · 8 years ago
  52. 1f63139 perf trace beauty: Simplify syscall return formatting by Arnaldo Carvalho de Melo · 8 years ago
  53. befecc8 perf trace beauty fcntl: Beautify the 'arg' for DUPFD by Arnaldo Carvalho de Melo · 8 years ago
  54. 39cc355 perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD by Arnaldo Carvalho de Melo · 8 years ago
  55. d47737d perf trace: Allow syscall arg formatters to request non suppression of zeros by Arnaldo Carvalho de Melo · 8 years ago
  56. 82d4a11 perf trace: Group per syscall arg formatter info into one struct by Arnaldo Carvalho de Melo · 8 years ago
  57. 65dfa1e perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/return by Arnaldo Carvalho de Melo · 8 years ago
  58. 0ae7963 perf trace beauty: Export strarray for use in per-object beautifiers by Arnaldo Carvalho de Melo · 8 years ago
  59. 1f41873 perf tests attr: Add optional term by Jiri Olsa · 8 years ago
  60. b78e92e perf tests attr: Fix stat sample_type setup by Jiri Olsa · 8 years ago
  61. 0420494 perf tests attr: Fix precise_ip setup by Jiri Olsa · 8 years ago
  62. 5ff0cf4 perf tests attr: Fix sample_period setup by Jiri Olsa · 8 years ago
  63. 6f19340 perf tests attr: Fix cpu test disabled term setup by Jiri Olsa · 8 years ago
  64. a72fe0a perf tests attr: Add proper return values by Jiri Olsa · 8 years ago
  65. 44fed27 perf tests attr: Fix no-delay test by Jiri Olsa · 8 years ago
  66. d9115e9 perf tests attr: Fix record dwarf test by Jiri Olsa · 8 years ago
  67. 5ced95b perf tests attr: Add 1s for exclude_kernel and task base bits by Jiri Olsa · 8 years ago
  68. dde622a perf tests attr: Rename compare_data to data_equal by Jiri Olsa · 8 years ago
  69. 04c31bc perf tests attr: Make compare_data global by Jiri Olsa · 8 years ago
  70. 10213e2 perf tests attr: Add test_attr__ready function by Jiri Olsa · 8 years ago
  71. d78ada4 perf tests attr: Do not store failed events by Jiri Olsa · 8 years ago
  72. 8526baf perf test sdt: Handle realpath() failure by Arnaldo Carvalho de Melo · 8 years ago
  73. 4b4cd50 perf record: Do not ask for precise_ip with --no-samples by Arnaldo Carvalho de Melo · 8 years ago
  74. db918ac perf evlist: Allow asking for max precise_ip in add_default() by Arnaldo Carvalho de Melo · 8 years ago
  75. 30269dc perf evsel: Allow asking for max precise_ip in new_cycles() by Arnaldo Carvalho de Melo · 8 years ago
  76. d239699 perf buildid-cache: Cache debuginfo by Krister Johansen · 8 years ago
  77. f045b8c perf buildid-cache: Support binary objects from other namespaces by Krister Johansen · 8 years ago
  78. 544abd4 perf probe: Allow placing uprobes in alternate namespaces. by Krister Johansen · 8 years ago
  79. bf2e710 perf maps: Lookup maps in both intitial mountns and inner mountns. by Krister Johansen · 8 years ago
  80. 843ff37 perf symbols: Find symbols in different mount namespace by Krister Johansen · 8 years ago
  81. 86bcdb5 tools build: Add test for setns() by Arnaldo Carvalho de Melo · 8 years ago
  82. 59291f1 tools include uapi x86: Add __NR_setns, if missing by Arnaldo Carvalho de Melo · 8 years ago
  83. 047726d tools include uapi x86: Grab a copy of unistd.h by Arnaldo Carvalho de Melo · 8 years ago
  84. 80e63ff perf vendor events: Add POWER9 PVRs to mapfile by Sukadev Bhattiprolu · 8 years ago
  85. 826db0f perf vendor events: Add POWER9 PMU events by Sukadev Bhattiprolu · 8 years ago
  86. 8b3cf3d perf pmu-events: Support additional POWER8+ PVR in mapfile by Shriya · 8 years ago
  87. 1a4ad26 perf trace beauty fcntl: Beautify F_GETOWN and F_SETOWN by Arnaldo Carvalho de Melo · 8 years ago
  88. ff2f1b2 perf trace beauty: Export the pid beautifier for use in more places by Arnaldo Carvalho de Melo · 8 years ago
  89. 07a0572 perf trace beauty fcntl: Augment the return of F_DUPFD(_CLOEXEC) by Arnaldo Carvalho de Melo · 8 years ago
  90. fc65eb8 perf trace beauty: Export the fd beautifier for use in more places by Arnaldo Carvalho de Melo · 8 years ago
  91. 7ee5743 perf trace beauty: Give syscall return beautifier more context by Arnaldo Carvalho de Melo · 8 years ago
  92. c2e539d perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return value by Arnaldo Carvalho de Melo · 8 years ago
  93. 12c0c0c perf trace beauty fcntl flags: Beautify F_SETFL arg by Arnaldo Carvalho de Melo · 8 years ago
  94. e07f93c perf trace beauty open flags: Move RDRW to the start of the output by Arnaldo Carvalho de Melo · 8 years ago
  95. 89e8524 perf trace beauty fcntl: Beautify F_GETFL return value by Arnaldo Carvalho de Melo · 8 years ago
  96. b84148a perf trace beauty open flags: Do not depend on the system's O_LARGEFILE define by Arnaldo Carvalho de Melo · 8 years ago
  97. 6b3d5c9 perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOW by Arnaldo Carvalho de Melo · 8 years ago
  98. 84486ca perf trace: Allow syscall_arg beautifiers to set a different return formatter by Arnaldo Carvalho de Melo · 8 years ago
  99. b239ad2 perf beauty open: Detach the syscall_arg agnostic bits from the flags formatter by Arnaldo Carvalho de Melo · 8 years ago
  100. 64e4561 perf trace: Beautify new write hint fcntl commands by Arnaldo Carvalho de Melo · 8 years ago