aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova1-3/+3
2017-03-03perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova1-6/+6
2017-03-03perf 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_mapJan 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
2017-01-31perf test: Add libbpf pinning testJoe Stringer1-1/+41
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer1-1/+1
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa4-0/+43
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+49
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa3-0/+49
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa1-1/+1
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan1-1/+5
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan1-0/+7
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan4-0/+55
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan1-0/+2
2016-12-05perf tools: Pass context to perf hook functionsWang Nan1-5/+9
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo3-54/+54
2016-11-29perf tools: Introduce perf hooksWang Nan4-0/+50
2016-11-14perf jvmti: Plug compilation into perf buildJiri Olsa1-1/+1
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2-2/+2
2016-09-29perf tests: Add dwarf unwind test for powerpcRavi Bangoria2-2/+2
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2-6/+6
2016-09-05perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo1-10/+1
2016-09-01perf test vmlinux: Tolerate symbol aliasesArnaldo Carvalho de Melo1-3/+4
2016-09-01perf test vmlinux: Avoid printing headers for empty listsArnaldo Carvalho de Melo1-7/+22
2016-09-01perf test vmlinux: Clarify which -v lines are errors or warningArnaldo Carvalho de Melo1-9/+9
2016-08-23perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1
2016-08-23perf tools: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1