| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tests bp_account: Fix build with clang-6 | Arnaldo Carvalho de Melo | 2018-03-19 | 1 | -1/+1 |
* | perf tools: Fix snprint warnings for gcc 8 | Jiri Olsa | 2018-03-19 | 3 | -4/+4 |
* | perf tests: Fix out of bounds access on array fd when cnt is 100 | Colin Ian King | 2018-03-16 | 1 | -5/+3 |
* | perf test: Fix exit code for record+probe_libc_inet_pton.sh | Sandipan Das | 2018-03-16 | 1 | -1/+4 |
* | perf tests: Add mem2node object test | Jiri Olsa | 2018-03-16 | 4 | -0/+81 |
* | perf tests: Add breakpoint accounting/modify test | Jiri Olsa | 2018-03-13 | 4 | -0/+201 |
* | perf mmap: Simplify perf_mmap__read_init() | Kan Liang | 2018-03-08 | 10 | -20/+10 |
* | perf mmap: Simplify perf_mmap__read_event() | Kan Liang | 2018-03-08 | 10 | -10/+10 |
* | perf mmap: Simplify perf_mmap__consume() | Kan Liang | 2018-03-08 | 8 | -8/+8 |
* | perf test: Switch to new perf_mmap__read_event() interface for task-exit | Kan Liang | 2018-03-05 | 1 | -2/+10 |
* | perf test: Switch to new perf_mmap__read_event() interface for switch-tracking | Kan Liang | 2018-03-05 | 1 | -2/+9 |
* | perf test: Switch to new perf_mmap__read_event() interface for sw-clock | Kan Liang | 2018-03-05 | 1 | -2/+10 |
* | perf test: Switch to new perf_mmap__read_event() interface for perf-record | Kan Liang | 2018-03-05 | 1 | -2/+9 |
* | perf test: Switch to new perf_mmap__read_event() interface for tp fields | Kan Liang | 2018-03-05 | 1 | -2/+9 |
* | perf test: Switch to new perf_mmap__read_event() interface for mmap-basic | Kan Liang | 2018-03-05 | 1 | -2/+10 |
* | perf test: Switch to new perf_mmap__read_event() interface for "keep tracking... | Kan Liang | 2018-03-05 | 1 | -2/+8 |
* | perf test: Switch to new perf_mmap__read_event() interface for 'code reading'... | Kan Liang | 2018-03-05 | 1 | -2/+9 |
* | perf test: Switch to new perf_mmap__read_event() interface for bpf | Kan Liang | 2018-03-05 | 1 | -1/+8 |
* | perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton | Jiri Olsa | 2018-03-05 | 1 | -0/+0 |
* | perf tests: Switch trace+probe_libc_inet_pton to use record | Jiri Olsa | 2018-03-05 | 1 | -15/+15 |
* | perf tests shell lib: Use a wildcard to remove the vfs_getname probe | Arnaldo Carvalho de Melo | 2018-02-16 | 1 | -1/+1 |
* | perf test: Fix test case inet_pton to accept inlines. | Thomas Richter | 2018-02-16 | 1 | -3/+3 |
* | perf test: Fix test case 23 for s390 z/VM or KVM guests | Thomas Richter | 2018-02-16 | 1 | -4/+29 |
* | perf tests: Use arch__compare_symbol_names to compare symbols | Jiri Olsa | 2018-02-16 | 1 | -1/+1 |
* | perf machine: Remove machine__load_kallsyms() | Jiri Olsa | 2018-02-16 | 1 | -1/+1 |
* | perf tests: Fix dwarf unwind for stripped binaries | Jiri Olsa | 2018-02-16 | 1 | -16/+30 |
* | perf test: Fix test trace+probe_libc_inet_pton.sh for s390x | Thomas Richter | 2018-02-15 | 1 | -5/+18 |
* | perf test: Update mmap read functions for backward-ring-buffer test | Kan Liang | 2018-02-15 | 1 | -2/+5 |
* | perf evlist: Remove fcntl.h from evlist.h | Arnaldo Carvalho de Melo | 2018-01-25 | 2 | -0/+4 |
* | perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize... | Adrian Hunter | 2018-01-18 | 1 | -1/+1 |
* | perf unwind: Do not look just at the global callchain_param.record_mode | Arnaldo Carvalho de Melo | 2018-01-17 | 1 | -0/+1 |
* | perf test bpf: Hook on epoll_pwait() | Arnaldo Carvalho de Melo | 2018-01-08 | 2 | -6/+6 |
* | perf test bpf: Use designated struct field initializers | Arnaldo Carvalho de Melo | 2018-01-08 | 1 | -32/+27 |
* | perf test bpf: Improve message about expected samples | Arnaldo Carvalho de Melo | 2018-01-08 | 1 | -1/+1 |
* | perf test shell: Fix check open filename arg using 'perf trace' | Michael Petlan | 2017-12-27 | 1 | -4/+3 |
* | perf perf: Remove duplicate includes | Pravin Shedge | 2017-12-27 | 1 | -1/+0 |
* | perf test: Handle properly readdir DT_UNKNOWN | Jiri Olsa | 2017-12-27 | 1 | -5/+5 |
* | perf thread_map: Enumerate all threads from /proc | Jin Yao | 2017-12-27 | 1 | -1/+1 |
* | perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record | Wang Nan | 2017-12-05 | 1 | -2/+2 |
* | perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap | Wang Nan | 2017-12-05 | 10 | -10/+10 |
* | perf test: Disable test cases 19 and 20 on s390x | Thomas Richter | 2017-11-29 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-11-29 | 1 | -0/+4 |
|\ |
|
| * | perf test: Fix test 21 for s390x | Thomas Richter | 2017-11-28 | 1 | -0/+4 |
| * | perf test shell: Fix test case probe libc's inet_pton on s390x | Thomas Richter | 2017-11-28 | 1 | -2/+5 |
| * | perf test shell: Fix check open filename arg using 'perf trace' on s390x | Thomas Richter | 2017-11-28 | 1 | -2/+4 |
* | | perf test shell: Fix test case probe libc's inet_pton on s390x | Thomas Richter | 2017-11-16 | 1 | -2/+5 |
* | | perf test shell: Fix check open filename arg using 'perf trace' on s390x | Thomas Richter | 2017-11-16 | 1 | -2/+4 |
* | | perf tests: Set evlist of test__task_exit() to !overwrite | Wang Nan | 2017-11-16 | 1 | -1/+1 |
* | | perf tests: Set evlist of test__basic_mmap() to !overwrite | Wang Nan | 2017-11-16 | 1 | -1/+1 |
* | | perf tests: Set evlist of test__sw_clock_freq() to !overwrite | Wang Nan | 2017-11-16 | 1 | -1/+1 |