1. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 8 years ago
  2. 9a57eaf perf tools: Use default CPUINFO_PROC where it fits by Arnaldo Carvalho de Melo · 8 years ago
  3. 4717e03 perf tools: Remove unused cpu_relax() macros by Arnaldo Carvalho de Melo · 8 years ago
  4. 5d9cdc1 perf events parse: Rename parse_events_parse arguments by Arnaldo Carvalho de Melo · 8 years ago
  5. d17d087 perf events parse: Use just one parse events state struct by Arnaldo Carvalho de Melo · 8 years ago
  6. 5d369a7 perf events parse: Rename parsing state struct to clearer name by Arnaldo Carvalho de Melo · 8 years ago
  7. 07806a1 perf events parse: Remove some needless local variables by Arnaldo Carvalho de Melo · 8 years ago
  8. d6d4fc6 perf trace: Fix off by one string allocation problem by Arnaldo Carvalho de Melo · 8 years ago
  9. c73881e perf jevents: Support FCMask and PortMask by Andi Kleen · 8 years ago
  10. f15d5e6 tools lib bpf: Fix double file test in Makefile by Daniel Díaz · 8 years ago
  11. 9881223 Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  12. 927d2c2 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  13. 35435cd perf test shell: Replace '|&' with '2>&1 |' to work with more shells by Kim Phillips · 8 years ago
  14. db26984 perf bpf: Fix endianness problem when loading parameters in prologue by Wang Nan · 8 years ago
  15. 1fe03b5 perf script python: Add support for sqlite3 to call-graph-from-sql.py by Adrian Hunter · 8 years ago
  16. 40c6d1b Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  17. 69e6e41 perf script python: Rename call-graph-from-postgresql.py to call-graph-from-sql.py by Adrian Hunter · 8 years ago
  18. 564b952 perf script python: Add support for exporting to sqlite3 by Adrian Hunter · 8 years ago
  19. 2295e9f perf scripts python: Fix query in call-graph-from-postgresql.py by Adrian Hunter · 8 years ago
  20. c8a8272 perf scripts python: Fix missing call_path_id in export-to-postgresql script by Adrian Hunter · 8 years ago
  21. 2b72886 perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1 by Arnaldo Carvalho de Melo · 8 years ago
  22. 1ad5a18 perf test shell: Check if 'perf probe' is available, skip tests if not by Arnaldo Carvalho de Melo · 8 years ago
  23. 0678696 perf tests shell: Remove duplicate skip_if_no_debuginfo() function by Arnaldo Carvalho de Melo · 8 years ago
  24. 8fc375d perf test shell: Add uprobes + backtrace ping test by Arnaldo Carvalho de Melo · 8 years ago
  25. 4a084ec perf report: Fix module symbol adjustment for s390x by Thomas Richter · 8 years ago
  26. 9ad4652 perf record: Fix wrong size in perf_record_mmap for last kernel module by Thomas Richter · 8 years ago
  27. d964b1c perf srcline: Do not consider empty files as valid srclines by Milian Wolff · 8 years ago
  28. 80c345b perf util: Take elf_name as const string in dso__demangle_sym by Milian Wolff · 8 years ago
  29. e498f33 perf test shell: Add test using vfs_getname + 'perf trace' by Arnaldo Carvalho de Melo · 8 years ago
  30. 6060c72 perf test shell: Add test using probe:vfs_getname and verifying results by Arnaldo Carvalho de Melo · 8 years ago
  31. 5ce669a perf test shell: Move vfs_getname probe function to lib by Arnaldo Carvalho de Melo · 8 years ago
  32. 122e0b9 perf test shell: Install shell tests by Arnaldo Carvalho de Melo · 8 years ago
  33. a353484 perf test shell: Add 'probe_vfs_getname' shell test by Arnaldo Carvalho de Melo · 8 years ago
  34. 6d02acc perf test: Make 'list' use same filtering code as main 'perf test' by Arnaldo Carvalho de Melo · 8 years ago
  35. 1209b27 perf test: Add infrastructure to run shell based tests by Arnaldo Carvalho de Melo · 8 years ago
  36. 622b2fb selftests: timers: freq-step: fix compile error by Shuah Khan · 8 years ago
  37. 81f17c9 perf test: Add 'struct test *' to the test functions by Arnaldo Carvalho de Melo · 8 years ago
  38. 28765bf perf test: Make 'list' subcommand match main 'perf test' numbering/matching by Arnaldo Carvalho de Melo · 8 years ago
  39. c295036 perf tools: Add missing newline to expr parser error messages by Andi Kleen · 8 years ago
  40. 5e97665 perf stat: Fix saved values rbtree lookup by Andi Kleen · 8 years ago
  41. 3c22ba5 perf vendor events powerpc: Update POWER9 events by Sukadev Bhattiprolu · 8 years ago
  42. 2862a16 perf vendor events powerpc: remove suffix in mapfile by Sukadev Bhattiprolu · 8 years ago
  43. 6fae866 perf scripting python: Add ppc64le to audit uname list by Naveen N. Rao · 8 years ago
  44. 82119cb Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  45. 1ccb2f4 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  46. 7ba190b selftests: futex: fix run_tests target by Shuah Khan · 8 years ago
  47. 8b0949d test_sysctl: fix sysctl.sh by making it executable by Luis R. Rodriguez · 8 years ago
  48. 0a9c40c test_kmod: fix kmod.sh by making it executable by Luis R. Rodriguez · 8 years ago
  49. f9ea322 bpf: fix selftest/bpf/test_pkt_md_access on s390x by Thomas Richter · 8 years ago
  50. 2c46062 bpf: fix byte order test in test_verifier by Daniel Borkmann · 8 years ago
  51. bad1926 bpf, s390: fix build for libbpf and selftest suite by Daniel Borkmann · 8 years ago
  52. 81e3d8b perf trace beautify ioctl: Beautify perf ioctl's 'cmd' arg by Arnaldo Carvalho de Melo · 8 years ago
  53. ec6dd85 perf trace beautify ioctl: Beautify vhost virtio ioctl's 'cmd' arg by Arnaldo Carvalho de Melo · 8 years ago
  54. d02b395 tools include uapi: Grab a copy of linux/vhost.h by Arnaldo Carvalho de Melo · 8 years ago
  55. 8ff6957 perf trace beauty ioctl: Pass _IOC_DIR to the per _IOC_TYPE scnprintf by Arnaldo Carvalho de Melo · 8 years ago
  56. 45717b7 perf trace beautify ioctl: Beautify KVM ioctl's 'cmd' arg by Arnaldo Carvalho de Melo · 8 years ago
  57. 3ce9751 tools include uapi: Grab a copy of linux/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  58. 2c3e962 perf trace beautify ioctl: Beautify sound ioctl's 'cmd' arg by Arnaldo Carvalho de Melo · 8 years ago
  59. a215684e tools include uapi: Grab a copy of sound/asound.h by Arnaldo Carvalho de Melo · 8 years ago
  60. ef9811f perf trace beauty ioctl: Beautify DRM ioctl cmds by Arnaldo Carvalho de Melo · 8 years ago
  61. c1737f2 tools include uapi: Grab copies of drm/{drm,i915_drm}.h by Arnaldo Carvalho de Melo · 8 years ago
  62. 1cc47f2 perf trace beauty ioctl: Improve 'cmd' beautifier by Arnaldo Carvalho de Melo · 8 years ago
  63. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  64. f1d6cb2 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 8 years ago
  65. 470de0f tools perf: Do not check spaces/blank lines when checking header file copy drift by Arnaldo Carvalho de Melo · 8 years ago
  66. 6375f0a tools include uapi: Grab a copy of asm-generic/ioctls.h by Arnaldo Carvalho de Melo · 8 years ago
  67. d62c1d7 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 8 years ago
  68. a40f617 tools headers: Sync kernel ABI headers with tooling headers by Ingo Molnar · 8 years ago
  69. 8255e1e perf build: Clarify open-coded header version warning message by Ingo Molnar · 8 years ago
  70. c59796d perf build: Clarify header version warning message by Ingo Molnar · 8 years ago
  71. c3a3800f Merge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  72. f5db340 Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree by Ingo Molnar · 8 years ago
  73. 6b7007a perf data: Add doc when no conversion support compiled by Geneviève Bastien · 8 years ago
  74. f9f6f2a perf data: Add mmap[2] events to CTF conversion by Geneviève Bastien · 8 years ago
  75. a3073c8 perf data: Add callchain to CTF conversion by Geneviève Bastien · 8 years ago
  76. 3861c4a perf annotate TUI: Set appropriate column width for period/percent by Arnaldo Carvalho de Melo · 8 years ago
  77. f67d395 perf annotate TUI: Fix column header when toggling period/percent by Taeung Song · 8 years ago
  78. bc1e5d6 perf annotate TUI: Clarify calculation of column header widths by Arnaldo Carvalho de Melo · 8 years ago
  79. 29dc267 perf annotate TUI: Fix --show-total-period by Taeung Song · 8 years ago
  80. bb79a23 perf annotate TUI: Use sym_hist_entry in disasm_line_samples by Arnaldo Carvalho de Melo · 8 years ago
  81. 48cc330 perf annotate: Fix storing per line sym_hist_entry by Arnaldo Carvalho de Melo · 8 years ago
  82. d777b2d bpf: don't zero out the info struct in bpf_obj_get_info_by_fd() by Jakub Kicinski · 8 years ago
  83. ce9ee4a perf annotate stdio: Set enough columns for --show-total-period by Arnaldo Carvalho de Melo · 8 years ago
  84. 64831a2 perf sort: Use default sort if evlist is empty by David Carrillo-Cisneros · 8 years ago
  85. c6c13be perf annotate: Do not overwrite perf_sample->weight by Arnaldo Carvalho de Melo · 8 years ago
  86. 82bf311 perf stat: Use group read for event groups by Jiri Olsa · 8 years ago
  87. f7794d5 perf evsel: Add read_counter() by Jiri Olsa · 8 years ago
  88. de63403 perf tools: Add perf_evsel__read_size function by Jiri Olsa · 8 years ago
  89. 67fbcd6 tools/kvm_stat: add '-f help' to get the available event list by Lin Ma · 8 years ago
  90. efcb521 tools/kvm_stat: use variables instead of hard paths in help output by Lin Ma · 8 years ago
  91. 62e6039 perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFEST by Arnaldo Carvalho de Melo · 8 years ago
  92. 38d2dcd perf annotate stdio: Fix column header when using --show-total-period by Taeung Song · 8 years ago
  93. 3f056b6 perf jevents: Make build fail on JSON parse error by Andi Kleen · 8 years ago
  94. a1a8bed perf report: Tag branch type/flag on "to" and tag cycles on "from" by Jin Yao · 8 years ago
  95. b49a821 perf report: Make --branch-history work without callgraphs(-g) option in perf record by Jin Yao · 8 years ago
  96. a641860 perf script python: Generate hooks with additional argument by Arun Kalyanasundaram · 8 years ago
  97. f38d281 perf script python: Add perf_sample dict to tracepoint handlers by Arun Kalyanasundaram · 8 years ago
  98. 74ec14f perf script python: Add sample_read to dict by Arun Kalyanasundaram · 8 years ago
  99. 892e76b perf script python: Refactor creation of perf sample dict by Arun Kalyanasundaram · 8 years ago
  100. e9f9a9c perf script python: Allocate memory only if handler exists by Arun Kalyanasundaram · 8 years ago