aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
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
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek
2017-02-14perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo
2017-02-13perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo
2017-02-09perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo
2017-01-31perf test: Add libbpf pinning testJoe Stringer
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan
2016-12-05perf tools: Pass context to perf hook functionsWang Nan
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo
2016-11-29perf tools: Introduce perf hooksWang Nan
2016-11-14perf jvmti: Plug compilation into perf buildJiri Olsa
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu
2016-09-29perf tests: Add dwarf unwind test for powerpcperf-core-for-mingo-20160929Ravi Bangoria
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-09-05perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo
2016-09-01perf test vmlinux: Tolerate symbol aliasesArnaldo Carvalho de Melo
2016-09-01perf test vmlinux: Avoid printing headers for empty listsArnaldo Carvalho de Melo