summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * perf test: Ignore .scale and other special filesAndi Kleen2016-06-061-2/+2
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-081-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
| |\
| | * tools/perf: Fix misspellings in comments.Adam Buchbinder2016-04-181-1/+1
* | | tools: Pass arg to fdarray__filter's call back functionWang Nan2016-05-301-4/+4
|/ /
* | perf tests: Add test to check backward ring bufferWang Nan2016-05-094-0/+157
* | perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-054-5/+5
* | perf tests: Do not use sizeof on pointer typeVaishali Thakkar2016-04-281-1/+1
* | perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-273-3/+3
* | perf tests: Replace assignment with comparison on assert checkColin Ian King2016-04-251-1/+1
* | perf test: Add missing verbose output explaining the reason for failureArnaldo Carvalho de Melo2016-04-191-0/+3
* | perf test: Ignore kcore files in the "vmlinux matches kallsyms" testArnaldo Carvalho de Melo2016-04-191-1/+7
* | perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo2016-04-116-6/+6
* | perf tests: Add test to check for event timesJiri Olsa2016-03-304-0/+242
|/
* perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo2016-03-241-1/+1
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-234-37/+6
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-236-6/+9
* perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-8/+0
* perf tools: Apply tracepoint event definition options to BPF scriptWang Nan2016-02-221-1/+1
* perf tools: Enable config and setting names for legacy cache eventsWang Nan2016-02-191-0/+12
* perf tools: Enable config raw and numeric eventsWang Nan2016-02-191-0/+40
* perf test: Reduce the sample_freq for the 'object code reading' testArnaldo Carvalho de Melo2016-02-191-1/+1
* perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqArnaldo Carvalho de Melo2016-02-191-1/+7
* perf tests: Fix build on older systems where 'signal' is reservedArnaldo Carvalho de Melo2016-02-151-6/+6
* perf tools: Use perf_event_terms__purge() for non-malloced termsArnaldo Carvalho de Melo2016-02-121-1/+1
* perf build: Add libcrypto feature detectionStephane Eranian2016-02-051-0/+2
* perf build tests: Move the feature related vars to the front of the make cmdlineArnaldo Carvalho de Melo2016-02-041-2/+2
* perf build tests: Elide "-f Makefile" from make invokationArnaldo Carvalho de Melo2016-02-041-3/+6
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-033-7/+7
* perf build: Align the names of the build tests:Arnaldo Carvalho de Melo2016-01-291-2/+4
* perf test: Improve bp_signalWang Nan2016-01-291-22/+118
* perf test: Check environment before start real BPF testWang Nan2016-01-291-0/+37
OpenPOWER on IntegriCloud