summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2017-07-19perf tests attr: Add optional termJiri Olsa5-3/+23
2017-07-19perf tests attr: Fix stat sample_type setupJiri Olsa1-1/+1
2017-07-19perf tests attr: Fix precise_ip setupJiri Olsa1-1/+1
2017-07-19perf tests attr: Fix sample_period setupJiri Olsa12-13/+1
2017-07-19perf tests attr: Fix cpu test disabled term setupJiri Olsa1-2/+2
2017-07-19perf tests attr: Add proper return valuesJiri Olsa24-0/+24
2017-07-19perf tests attr: Fix no-delay testJiri Olsa1-1/+1
2017-07-19perf tests attr: Fix record dwarf testJiri Olsa1-1/+2
2017-07-19perf tests attr: Add 1s for exclude_kernel and task base bitsJiri Olsa2-2/+2
2017-07-19perf tests attr: Rename compare_data to data_equalJiri Olsa1-4/+4
2017-07-19perf tests attr: Make compare_data globalJiri Olsa1-18/+18
2017-07-19perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+10
2017-07-19perf tests attr: Do not store failed eventsJiri Olsa1-1/+1
2017-07-19perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo1-1/+3
2017-07-19perf 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-27perf 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
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen4-0/+62
2017-03-04perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova1-3/+3
2017-03-04perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova1-6/+6
2017-03-04perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim10-13/+13
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek1-1/+3
2017-02-14perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo1-11/+8
2017-02-13perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo1-1/+1
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo1-5/+3