summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2017-08-11perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo
2017-08-11perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-08-11perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo
2017-07-18perf tests attr: Add optional termJiri Olsa
2017-07-18perf tests attr: Fix stat sample_type setupJiri Olsa
2017-07-18perf tests attr: Fix precise_ip setupJiri Olsa
2017-07-18perf tests attr: Fix sample_period setupJiri Olsa
2017-07-18perf tests attr: Fix cpu test disabled term setupJiri Olsa
2017-07-18perf tests attr: Add proper return valuesJiri Olsa
2017-07-18perf tests attr: Fix no-delay testJiri Olsa
2017-07-18perf tests attr: Fix record dwarf testJiri Olsa
2017-07-18perf tests attr: Add 1s for exclude_kernel and task base bitsJiri Olsa
2017-07-18perf tests attr: Rename compare_data to data_equalJiri Olsa
2017-07-18perf tests attr: Make compare_data globalJiri Olsa
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa
2017-07-18perf tests attr: Do not store failed eventsJiri Olsa
2017-07-18perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo
2017-06-26perf tests: Add platform dependency to test 15Thomas Richter
2017-06-19perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo
2017-06-08perf tests: Decompress kernel module before objdumpNamhyung Kim
2017-06-05perf test: Disable breakpoint signal tests for powerpcJiri Olsa
2017-05-04perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen
2017-03-03perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim