summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-233-0/+49
|\
| * perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-153-0/+49
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | perf tools: Cleanup build directory before each testJiri Olsa2016-12-051-1/+1
* | perf clang: Support compile IR to BPF object and add testcaseWang Nan2016-12-051-1/+5
* | perf clang: Update test case to use real BPF scriptWang Nan2016-12-051-0/+7
* | perf clang: Add builtin clang support ant test caseWang Nan2016-12-054-0/+55
* | perf build: Add clang and llvm compile and linking supportWang Nan2016-12-051-0/+2
* | perf tools: Pass context to perf hook functionsWang Nan2016-12-051-5/+9
* | perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo2016-11-293-54/+54
* | perf tools: Introduce perf hooksWang Nan2016-11-294-0/+50
* | perf jvmti: Plug compilation into perf buildJiri Olsa2016-11-141-1/+1
* | perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2016-10-242-2/+2
|/
* perf tests: Add dwarf unwind test for powerpcRavi Bangoria2016-09-292-2/+2
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-052-6/+6
* perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo2016-09-051-10/+1
* perf test vmlinux: Tolerate symbol aliasesArnaldo Carvalho de Melo2016-09-011-3/+4
* perf test vmlinux: Avoid printing headers for empty listsArnaldo Carvalho de Melo2016-09-011-7/+22
* perf test vmlinux: Clarify which -v lines are errors or warningArnaldo Carvalho de Melo2016-09-011-9/+9
* perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King2016-08-231-1/+1
* perf tools: Fix typo: "ehough" -> "enough"Colin Ian King2016-08-231-1/+1
* perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo2016-08-031-2/+2
* perf tests: objdump output can contain multi byte chunksJan Stancek2016-08-021-29/+71
* perf tests: Add test for bitmap_scnprintf functionJiri Olsa2016-08-024-0/+59
* perf tests kmod-path: Fix build on ubuntu:16.04-x-armhfArnaldo Carvalho de Melo2016-07-221-0/+1
* perf tests: Add is_printable_array testJiri Olsa2016-07-184-0/+42
* perf tools: Enable overwrite settingsWang Nan2016-07-151-5/+5
* perf evlist: Drop evlist->backwardWang Nan2016-07-151-1/+0
* perf evlist: Map backward events to backward_mmapWang Nan2016-07-151-2/+2
* perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo2016-07-151-0/+1
* perf test: Add a test case for SDT eventMasami Hiramatsu2016-07-134-0/+121
* perf build: Add sdt feature detectionMasami Hiramatsu2016-07-131-1/+2
* perf test bpf: Use epoll_wait() instead of epoll_pwait()Arnaldo Carvalho de Melo2016-07-122-5/+5
* perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-121-0/+1
* perf test fdarray: Add missing poll.h headerArnaldo Carvalho de Melo2016-07-121-0/+1
* perf tests cpumap: Add missing headersArnaldo Carvalho de Melo2016-07-121-0/+7
* perf tests openat-syscall-tp-fields: Add some conditional definesArnaldo Carvalho de Melo2016-07-121-0/+7
* perf tests: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo2016-07-123-0/+9
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-1211-22/+22
* perf tests: Fix hist accumulation testJiri Olsa2016-07-041-0/+4
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-303-0/+29
* perf test: Add -F/--dont-fork optionJiri Olsa2016-06-301-22/+33
* perf tests: Fix thread map test for -F optionJiri Olsa2016-06-301-3/+13
* perf tools: Allow to reset open files counterJiri Olsa2016-06-301-0/+6
* perf build: Add libbabeltrace to build-testWang Nan2016-06-281-0/+2
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-237-10/+10
* perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-222-4/+2
* perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-211-2/+2
* Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-081-2/+2
|\