aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa1-0/+40
2015-04-08perf tests: Fix attr testsJiri Olsa2-2/+2
2015-03-21perf tools: Add kmod_path__parse functionJiri Olsa4-0/+79
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf testYunlong Song1-2/+3
2015-03-19perf tools: Fix perf-read-vdsox32 not building and lib64 install dirH.J. Lu1-1/+1
2015-02-12perf build: Add tests objects buildingJiri Olsa1-0/+42
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)3-4/+23
2015-02-06perf tests: Do not rely on dso__data_read_offset() to open dsoNamhyung Kim1-5/+8
2015-02-06perf test: Fix dso cache testcaseNamhyung Kim1-3/+6
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar1-0/+58
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes1-1/+1
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2-2/+2
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo3-3/+1
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan1-2/+34
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim1-32/+32
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim3-7/+7
2014-12-09perf tests: Fix attr tests size values to cope with machine state on interrupt ABI changesJiri Olsa2-2/+2
2014-12-03perf tools: add hardware breakpoint bp_len test casesJacob Shin1-0/+58
2014-11-19perf test: fix typo in python testWANG Chao1-1/+1
2014-11-16perf/tests: Add interrupted state sample parsing testStephane Eranian1-15/+40
2014-10-29perf tests: Use thread->mg->machineArnaldo Carvalho de Melo1-6/+4
2014-10-29perf tests: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo1-9/+9
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2-3/+2
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim1-0/+3
2014-10-15perf test: Add test case for pmu event new style formatKan Liang1-0/+36
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-0/+5
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo4-33/+41
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo1-4/+4
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo4-220/+180
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo3-3/+3
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo3-0/+116
2014-09-25perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo3-0/+108
2014-09-17perf tools: Let default config be defined for a PMUAdrian Hunter1-1/+1
2014-08-22perf tests: Add a test for tracking with sched_switchAdrian Hunter3-0/+577
2014-08-15perf test: Use strerror_r instead of strerrorMasami Hiramatsu9-19/+38
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter1-9/+0
2014-07-18perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flagJiri Olsa2-2/+4
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud3-3/+9
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter1-2/+1
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa8-0/+8
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorJiri Olsa3-0/+78
2014-06-12perf tests: Add test for caching dso file descriptorsJiri Olsa3-4/+138
2014-06-12perf tests: Allow reuse of test_file functionJiri Olsa1-1/+5
2014-06-12perf tests: Spawn child for each testJiri Olsa1-1/+31
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-5/+2
2014-06-09perf tests: Show the inner make output when an error happensArnaldo Carvalho de Melo1-5/+2
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus1-1/+1
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim4-2/+734