aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15perf build: Pass O option to kernel makefile in build-testWang Nan1-4/+5
2016-01-15perf build: Test correct path of perf in build-testWang Nan1-7/+14
2016-01-15perf build: Pass O option to Makefile.perf in build-testWang Nan1-3/+11
2016-01-15perf build: Set parallel making options build-testWang Nan1-7/+16
2016-01-11perf test: Reset err after using it hold errcode in hist testcasesWang Nan4-0/+4
2016-01-11perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan1-5/+0
2016-01-11tools: Move Makefile.arch from perf/config to tools/scriptsWang Nan1-1/+15
2016-01-11perf tools: Fix phony build target for build-testWang Nan1-1/+1
2016-01-08perf evlist: Remove perf_evlist__(enable|disable)_event functionsJiri Olsa2-4/+4
2016-01-07perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLEArnaldo Carvalho de Melo1-1/+0
2016-01-07perf test: No need for setting attr.sample_freq on the RECORD testArnaldo Carvalho de Melo1-1/+0
2016-01-07perf test: Use "dummy" events in the PERF_RECORD_ testArnaldo Carvalho de Melo1-1/+4
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim4-11/+11
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-3/+3
2015-12-17perf tools: Add event_update event cpus typeJiri Olsa1-0/+29
2015-12-17perf tools: Add event_update event name typeJiri Olsa1-0/+25
2015-12-17perf tools: Add event_update event scale typeJiri Olsa1-0/+21
2015-12-17perf tools: Add event_update event unit typeJiri Olsa4-0/+48
2015-12-17perf tools: Add stat round event synthesize functionJiri Olsa3-0/+26
2015-12-17perf tools: Add stat event synthesize functionJiri Olsa3-5/+41
2015-12-17perf tools: Add stat config event read functionJiri Olsa1-0/+6
2015-12-17perf tools: Add stat config event synthesize functionJiri Olsa4-0/+59
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa1-4/+21
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa4-0/+77
2015-12-17perf thread_map: Add thread_map__new_event functionJiri Olsa1-0/+14
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa3-0/+34
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf2-2/+2
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf1-1/+1
2015-12-14perf test: Remove tarpkg at end of testJosh Poimboeuf1-1/+2
2015-12-14perf test: Add Build file to dependencies for llvm-src-*.cJosh Poimboeuf1-3/+3
2015-12-14perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim1-3/+2
2015-12-14perf test: Dump the stack when test segfaults when in verbose modeArnaldo Carvalho de Melo1-0/+3
2015-12-07perf test: Create kernel maps properly for hist entries testJiri Olsa1-0/+5
2015-12-07perf test: Prevent using bpf-output event in round trip name testJiri Olsa1-1/+2
2015-12-07perf test: Fix cpus and thread maps reference in error pathJiri Olsa1-0/+7
2015-12-07perf test: Use machine__new_host in mmap thread code reading testJiri Olsa1-5/+2
2015-12-07perf test: Use machine__new_host in mmap thread lookup testJiri Olsa1-4/+2
2015-12-07perf test: Use machine__new_host in dwarf unwind testJiri Olsa1-6/+2
2015-11-27perf test: 'unwind' test should create kernel mapsJiri Olsa1-0/+5
2015-11-23perf test: Add callchain order setup for DWARF unwinder testJiri Olsa1-3/+19
2015-11-19perf test: Mute test cases error messages if verbose == 0Wang Nan1-0/+12
2015-11-19perf test: Print result for each BPF subtestWang Nan3-10/+35
2015-11-19perf test: Print result for each LLVM subtestWang Nan3-50/+115
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo37-80/+81
2015-11-18perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan1-3/+4
2015-11-18perf test: Test the BPF prologue adding infrastructureWang Nan6-1/+84
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo2-11/+11
2015-11-11perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song1-0/+2
2015-11-06perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo1-1/+1
2015-11-06perf test: Add 'perf test BPF'Wang Nan4-0/+215