summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2017-08-11perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo1-0/+40
2017-08-11perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo1-0/+31
2017-08-11perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo1-0/+37
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo2-21/+29
2017-08-11perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo1-0/+30
2017-08-11perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo1-8/+10
2017-08-11perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo2-1/+170
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo49-116/+116
2017-08-11perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo1-1/+3
2017-07-18perf tests attr: Add optional termJiri Olsa5-3/+23
2017-07-18perf tests attr: Fix stat sample_type setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix precise_ip setupJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix sample_period setupJiri Olsa12-13/+1
2017-07-18perf tests attr: Fix cpu test disabled term setupJiri Olsa1-2/+2
2017-07-18perf tests attr: Add proper return valuesJiri Olsa24-0/+24
2017-07-18perf tests attr: Fix no-delay testJiri Olsa1-1/+1
2017-07-18perf tests attr: Fix record dwarf testJiri Olsa1-1/+2
2017-07-18perf tests attr: Add 1s for exclude_kernel and task base bitsJiri Olsa2-2/+2
2017-07-18perf tests attr: Rename compare_data to data_equalJiri Olsa1-4/+4
2017-07-18perf tests attr: Make compare_data globalJiri Olsa1-18/+18
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+10
2017-07-18perf tests attr: Do not store failed eventsJiri Olsa1-1/+1
2017-07-18perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo1-1/+3
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-2/+2
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo1-5/+5
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo1-13/+0
2017-06-26perf tests: Add platform dependency to test 15Thomas Richter1-0/+48
2017-06-19perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan1-0/+9
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo3-14/+7
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang1-1/+1
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo1-1/+1
2017-06-08perf tests: Decompress kernel module before objdumpNamhyung Kim1-1/+19
2017-06-05perf test: Disable breakpoint signal tests for powerpcJiri Olsa3-0/+24
2017-05-04perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips1-0/+2
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo3-0/+3
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo1-1/+0
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2-0/+2
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo3-0/+8
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2-0/+2
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2-0/+2
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo3-0/+8
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo19-0/+19
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-1/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo14-0/+14
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo17-1/+17
2017-03-27perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala1-1/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1