summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf test: Auto bump rlimit(MEMLOCK) for BPF test sakeArnaldo Carvalho de Melo2019-07-091-0/+6
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-094-5/+9
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-093-0/+3
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-091-1/+1
* Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo2019-07-0821-3/+432
|\
| * perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-261-1/+2
| * tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
| * perf tests: Add missing SPDX headersArnaldo Carvalho de Melo2019-06-1716-1/+19
| * perf test 6: Fix missing kvm module load for s390Thomas Richter2019-06-101-0/+27
| * perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter2019-06-101-0/+17
| * perf tests: Add a test for time-utilsAdrian Hunter2019-06-104-0/+240
| * perf tests: Add map_groups__merge_in testJiri Olsa2019-05-284-0/+126
* | perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek2019-07-061-1/+1
|/
* perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
* perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo2019-05-151-5/+4Star
* perf tests: Implement Zstd comp/decomp integration testAlexey Budankov2019-05-151-0/+35
* perf build tests: Add NO_LIBZSTD=1 to make_minimalArnaldo Carvalho de Melo2019-05-151-1/+1
* perf test: Fix spelling mistake "leadking" -> "leaking"Colin Ian King2019-05-151-2/+2
* perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-2124-24/+24
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-03-191-0/+1
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-03-191-1/+4
* perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du2019-03-191-1/+3
* perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-02-191-3/+3
* perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala2019-02-152-0/+6
* perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-141-0/+30
* Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-0910-0/+13
|\
| * perf tests pmu: Add missing headersArnaldo Carvalho de Melo2019-02-061-0/+2
| * perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-062-0/+2
| * perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo2019-02-062-0/+3
| * pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-066-0/+6
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-091-1/+1
|\ \ | |/ |/|
| * perf script python: Add Python3 support to tests/attr.pyTony Jones2019-02-051-13/+19
| * perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-041-1/+1
* | perf script python: Add Python3 support to tests/attr.pyTony Jones2019-01-251-13/+19
* | perf script python: Remove explicit shebang from tests/attr.cTony Jones2019-01-251-1/+0Star
* | perf hist: Use cached rbtreesDavidlohr Bueso2019-01-254-31/+31
* | perf tools: Remove duplicate headersBrajeswar Ghosh2019-01-211-1/+0Star
|/
* perf tests: Add a test for the ARM 32-bit [vectors] pageFlorian Fainelli2019-01-081-0/+5
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-01-041-1/+2
* perf tests: Use shebangs in the shell scriptsMichael Petlan2018-12-185-0/+7
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-173-4/+4
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli2018-12-171-6/+14
* perf test: Fix perf_event_attr test failureAdrian Hunter2018-12-171-1/+1
* perf tests record: Allow for 'sleep' being 'coreutils'Adrian Hunter2018-12-171-2/+5
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-11-121-1/+1
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-061-1/+0Star