summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar2-8/+28
2015-09-15perf tests: Fix software clock events test setting mapsAdrian Hunter1-4/+14
2015-09-15perf tests: Fix task exit test setting mapsAdrian Hunter1-4/+14
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa5-6/+16
2015-09-14perf test: Add entry for hists socket filterKan Liang1-10/+45
2015-09-14perf tests: Introduce iterator function for testsMatt Fleming1-16/+16
2015-09-14perf test: Add entry to test cpu topologyKan Liang4-0/+121
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa3-27/+9
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa3-8/+9
2015-09-14perf tests: Print objdump/dso buffers if they don't matchJan Stancek1-0/+16
2015-09-14perf tests: Stop reading if objdump output crossed sectionsJan Stancek1-1/+6
2015-09-14perf tests: Make objdump disassemble zero blocksJan Stancek1-1/+1
2015-09-14perf tests: Take into account address of each objdump lineJan Stancek1-13/+38
2015-09-04x86/insn: perf tools: Add new xsave instructionsAdrian Hunter3-0/+90
2015-09-04x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter1-0/+4
2015-09-04x86/insn: perf tools: Add new memory instructionsAdrian Hunter3-0/+102
2015-09-04x86/insn: perf tools: Add new SHA instructionsAdrian Hunter3-0/+1031
2015-09-04perf tools: Add a test for decoding of new x86 instructionsAdrian Hunter9-0/+1390
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan1-1/+1
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang1-0/+38
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang1-0/+4
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan4-0/+104
2015-07-30perf tests: Adding build test for having ending double slashJiri Olsa1-4/+9
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa1-2/+10
2015-07-21perf test: Check for refcnt in thread_map testJiri Olsa1-0/+4
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa2-5/+5
2015-06-26perf stat: Use xyarray for cpu evsel countsJiri Olsa1-1/+1
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa2-3/+3
2015-06-26perf tests: Add thread_map object testsJiri Olsa4-0/+44
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa7-7/+7
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa4-4/+4
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa1-1/+1
2015-06-22perf tests: Add test for make install with prefixJiri Olsa1-0/+8
2015-06-22perf tests: Add testing for Makefile.perfJiri Olsa1-3/+20
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang3-4/+4
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa1-0/+1
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo2-3/+7
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan1-0/+72
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-2/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-1/+1
2015-05-29perf tests: Remove getpgrp from mmap-basicRiku Voipio1-4/+2
2015-05-29perf tests: Aename open*.c to openat*.cRiku Voipio4-3/+3
2015-05-29perf tests: Switch from open to openatRiku Voipio6-31/+31
2015-05-29perf tools: Add ARM64 perf_regs_load to support libunwind and enable testingWang Nan3-3/+3
2015-05-27perf tools: Introduce struct mapsArnaldo Carvalho de Melo1-1/+1
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo1-17/+17
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim1-0/+11
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim3-5/+11
2015-05-15perf tools: Use atomic.h for the map_groups refcountArnaldo Carvalho de Melo1-6/+6
2015-05-12perf tests: Fix map_groups refcount testArnaldo Carvalho de Melo1-5/+12