summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf tests attr: Add optional termJiri Olsa2017-07-195-3/+23
* perf tests attr: Fix stat sample_type setupJiri Olsa2017-07-191-1/+1
* perf tests attr: Fix precise_ip setupJiri Olsa2017-07-191-1/+1
* perf tests attr: Fix sample_period setupJiri Olsa2017-07-1912-13/+1Star
* perf tests attr: Fix cpu test disabled term setupJiri Olsa2017-07-191-2/+2
* perf tests attr: Add proper return valuesJiri Olsa2017-07-1924-0/+24
* perf tests attr: Fix no-delay testJiri Olsa2017-07-191-1/+1
* perf tests attr: Fix record dwarf testJiri Olsa2017-07-191-1/+2
* perf tests attr: Add 1s for exclude_kernel and task base bitsJiri Olsa2017-07-192-2/+2
* perf tests attr: Rename compare_data to data_equalJiri Olsa2017-07-191-4/+4
* perf tests attr: Make compare_data globalJiri Olsa2017-07-191-18/+18
* perf tests attr: Add test_attr__ready functionJiri Olsa2017-07-191-0/+10
* perf tests attr: Do not store failed eventsJiri Olsa2017-07-191-1/+1
* perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo2017-07-191-1/+3
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-191-2/+2
* perf tools: Kill die()Arnaldo Carvalho de Melo2017-06-271-5/+5
* perf tools: Remove warning()Arnaldo Carvalho de Melo2017-06-271-13/+0Star
* perf tests: Add platform dependency to test 15Thomas Richter2017-06-271-0/+48
* perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan2017-06-191-0/+9
* tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-193-14/+7Star
* perf tools: Fix build with ARCH=x86_64Jiada Wang2017-06-141-1/+1
* perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2017-06-141-1/+1
* perf tests: Decompress kernel module before objdumpNamhyung Kim2017-06-081-1/+19
* perf test: Disable breakpoint signal tests for powerpcJiri Olsa2017-06-053-0/+24
* perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips2017-05-041-0/+2
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-253-0/+3
* perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo2017-04-251-1/+0Star
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-242-0/+2
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-243-0/+8
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-242-0/+2
* perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo2017-04-201-1/+1
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-192-0/+2
* perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-193-0/+8
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-1919-0/+19
* perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo2017-04-191-1/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-1/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-1914-0/+14
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-1917-1/+17
* perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-271-1/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-234-0/+62
* perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-3/+3
* perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-6/+6
* perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-1/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-2010-13/+13
* perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-171-1/+3
* perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-141-11/+8Star
* perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo2017-02-131-1/+1
* perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-02-091-5/+3Star