1. db8fec5 perf test shell: Prevent temporary editor files from being considered test scripts by Kim Phillips · 7 years ago
  2. 98c6c8a perf test shell: Make perf's inet_pton test more portable by Kim Phillips · 7 years ago
  3. 508ef3e perf test shell: Replace '|&' with '2>&1 |' to work with more shells by Kim Phillips · 7 years ago
  4. 16ddcfb perf tests: Add valid callback for parse-events test by Jiri Olsa · 7 years ago
  5. 933ccf2 perf tests: Add event parsing error handling to parse events test by Jiri Olsa · 7 years ago
  6. b930e62 perf test session topology: Fix test on s390 by Thomas Richter · 7 years ago
  7. 005cc00 perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols by Arnaldo Carvalho de Melo · 7 years ago
  8. f6c66d7 perf test code-reading: Fix perf_env setup for PTI entry trampolines by Adrian Hunter · 7 years ago
  9. dcaeae4 perf tests kmod-path: Add tests for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  10. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  11. e9ee0dc perf test: Use header file util/debug.h by Thomas Richter · 7 years ago
  12. 7869e58 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  13. d121109 perf test: "Session topology" dumps core on s390 by Thomas Richter · 7 years ago
  14. 7903a70 perf script: Show symbol offsets by default by Sandipan Das · 7 years ago
  15. 7014e0e tools lib api fs tracing_path: Introduce opendir() method by Arnaldo Carvalho de Melo · 7 years ago
  16. 25a7d914 perf parse-events: Use get/put_events_file() by Arnaldo Carvalho de Melo · 7 years ago
  17. b3f58c8 perf tests parse-events: Add intel_pt parse test by Arnaldo Carvalho de Melo · 7 years ago
  18. 291c161 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  19. f8207b9 perf test: "probe libc's inet_pton" fails on s390 due to missing inline by Thomas Richter · 7 years ago
  20. 107cad9 perf machine: Ditch find_kernel_function variants by Arnaldo Carvalho de Melo · 7 years ago
  21. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  22. af30bff perf symbols: Store the ELF symbol type in the symbol struct by Arnaldo Carvalho de Melo · 7 years ago
  23. abe5449 perf map: Shorten map_groups__find() signature by Arnaldo Carvalho de Melo · 7 years ago
  24. d05b861 perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded equivalent by Arnaldo Carvalho de Melo · 7 years ago
  25. 3cd666b perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name) by Arnaldo Carvalho de Melo · 7 years ago
  26. 1d1a265 perf machine: Remove needless map_type from machine__load_vmlinux_path() by Arnaldo Carvalho de Melo · 7 years ago
  27. 329f0ad perf machine: Shorten machine__load_kallsyms() signature by Arnaldo Carvalho de Melo · 7 years ago
  28. 68a7418 perf machine: Introduce machine__kernel_maps() by Arnaldo Carvalho de Melo · 7 years ago
  29. 83cf774 perf map: Shorten map_groups__find_by_name() signature by Arnaldo Carvalho de Melo · 7 years ago
  30. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  31. ea40b6d perf tests: Let 'perf test list' display subtests by Hendrik Brueckner · 7 years ago
  32. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  33. e9add8b perf evsel: Disable write_backward for leader sampling group events by Jiri Olsa · 7 years ago
  34. b31a8cc perf test: Adapt test case record+probe_libc_inet_pton.sh for s390 by Thomas Richter · 7 years ago
  35. eccb1b9 perf test BPF: Fixup BPF test using epoll_pwait syscall function probe by Arnaldo Carvalho de Melo · 7 years ago
  36. 518c602 perf tests mmap: Show which tracepoint is failing by Arnaldo Carvalho de Melo · 7 years ago
  37. 4b163ca perf tests: Disable breakpoint accounting test for powerpc by Sandipan Das · 7 years ago
  38. c13009c perf tests bpf: Remove unused ptrace.h include from LLVM test by Arnaldo Carvalho de Melo · 7 years ago
  39. 1cd6188 perf tests bp_account: Fix build with clang-6 by Arnaldo Carvalho de Melo · 7 years ago
  40. 77f1815 perf tools: Fix snprint warnings for gcc 8 by Jiri Olsa · 7 years ago
  41. 66790bc perf tests: Fix out of bounds access on array fd when cnt is 100 by Colin Ian King · 7 years ago
  42. 10f354a perf test: Fix exit code for record+probe_libc_inet_pton.sh by Sandipan Das · 7 years ago
  43. 8185850 perf tests: Add mem2node object test by Jiri Olsa · 7 years ago
  44. 032db28 perf tests: Add breakpoint accounting/modify test by Jiri Olsa · 7 years ago
  45. b9bae2c perf mmap: Simplify perf_mmap__read_init() by Kan Liang · 7 years ago
  46. 0019dc87 perf mmap: Simplify perf_mmap__read_event() by Kan Liang · 7 years ago
  47. d6ace3d perf mmap: Simplify perf_mmap__consume() by Kan Liang · 7 years ago
  48. 7594873 perf test: Switch to new perf_mmap__read_event() interface for task-exit by Kan Liang · 7 years ago
  49. ee4024f perf test: Switch to new perf_mmap__read_event() interface for switch-tracking by Kan Liang · 7 years ago
  50. 5d0007c perf test: Switch to new perf_mmap__read_event() interface for sw-clock by Kan Liang · 7 years ago
  51. 88e37a4b perf test: Switch to new perf_mmap__read_event() interface for perf-record by Kan Liang · 7 years ago
  52. 1d1b5632 perf test: Switch to new perf_mmap__read_event() interface for tp fields by Kan Liang · 7 years ago
  53. 334f823 perf test: Switch to new perf_mmap__read_event() interface for mmap-basic by Kan Liang · 7 years ago
  54. 693d32a perf test: Switch to new perf_mmap__read_event() interface for "keep tracking" test by Kan Liang · 7 years ago
  55. 00fc246 perf test: Switch to new perf_mmap__read_event() interface for 'code reading' test by Kan Liang · 7 years ago
  56. 2f54f3a perf test: Switch to new perf_mmap__read_event() interface for bpf by Kan Liang · 7 years ago
  57. 4f673368 perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton by Jiri Olsa · 7 years ago
  58. a18ee79 perf tests: Switch trace+probe_libc_inet_pton to use record by Jiri Olsa · 7 years ago
  59. 21316ac perf tests shell lib: Use a wildcard to remove the vfs_getname probe by Arnaldo Carvalho de Melo · 7 years ago
  60. 0f19a03 perf test: Fix test case inet_pton to accept inlines. by Thomas Richter · 7 years ago
  61. b3be39c perf test: Fix test case 23 for s390 z/VM or KVM guests by Thomas Richter · 7 years ago
  62. ab6e9a9 perf tests: Use arch__compare_symbol_names to compare symbols by Jiri Olsa · 7 years ago
  63. e8f3879 perf machine: Remove machine__load_kallsyms() by Jiri Olsa · 7 years ago
  64. fdf7c49 perf tests: Fix dwarf unwind for stripped binaries by Jiri Olsa · 7 years ago
  65. 7a92453 perf test: Fix test trace+probe_libc_inet_pton.sh for s390x by Thomas Richter · 7 years ago
  66. 600a7cf perf test: Update mmap read functions for backward-ring-buffer test by Kan Liang · 7 years ago
  67. bafae98 perf evlist: Remove fcntl.h from evlist.h by Arnaldo Carvalho de Melo · 7 years ago
  68. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  69. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 7 years ago
  70. e0337f4 perf test bpf: Hook on epoll_pwait() by Arnaldo Carvalho de Melo · 7 years ago
  71. 13cb2d0 perf test bpf: Use designated struct field initializers by Arnaldo Carvalho de Melo · 7 years ago
  72. 6703c97 perf test bpf: Improve message about expected samples by Arnaldo Carvalho de Melo · 7 years ago
  73. 69b5c95 perf test shell: Fix check open filename arg using 'perf trace' by Michael Petlan · 7 years ago
  74. 3315d14 perf perf: Remove duplicate includes by Pravin Shedge · 7 years ago
  75. 378811ac perf test: Handle properly readdir DT_UNKNOWN by Jiri Olsa · 7 years ago
  76. 73c0ca1e perf thread_map: Enumerate all threads from /proc by Jin Yao · 7 years ago
  77. 0b72d69 perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record by Wang Nan · 7 years ago
  78. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  79. 4ca69ca perf test: Disable test cases 19 and 20 on s390x by Thomas Richter · 7 years ago
  80. e4f5714 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  81. 9965484 perf test: Fix test 21 for s390x by Thomas Richter · 7 years ago
  82. d5c5e46 perf test shell: Fix test case probe libc's inet_pton on s390x by Thomas Richter · 7 years ago
  83. ccafc38 perf test shell: Fix check open filename arg using 'perf trace' on s390x by Thomas Richter · 7 years ago
  84. 0879e5e perf test shell: Fix test case probe libc's inet_pton on s390x by Thomas Richter · 7 years ago
  85. f231af7 perf test shell: Fix check open filename arg using 'perf trace' on s390x by Thomas Richter · 7 years ago
  86. a0e3dd7 perf tests: Set evlist of test__task_exit() to !overwrite by Wang Nan · 7 years ago
  87. 301d724 perf tests: Set evlist of test__basic_mmap() to !overwrite by Wang Nan · 7 years ago
  88. 677b060 perf tests: Set evlist of test__sw_clock_freq() to !overwrite by Wang Nan · 7 years ago
  89. d492326 perf tests: Set evlist of test__backward_ring_buffer() to !overwrite by Wang Nan · 7 years ago
  90. 60dbcd2 perf tests: Add missing WRITE_ASS for new fields of perf_event_attr by Seonghyun Park · 7 years ago
  91. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  92. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  93. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  94. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  95. 692f5a2 perf tests attr: Make hw events optional by Jiri Olsa · 7 years ago
  96. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  97. 74f8e22 perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu by Li Zhijian · 7 years ago
  98. f6a9820 perf tests attr: Fix group stat tests by Jiri Olsa · 7 years ago
  99. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  100. 2290558 perf test attr: Fix ignored test case result by Thomas Richter · 7 years ago