summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Kill die()Arnaldo Carvalho de Melo2017-06-271-5/+5
* perf tools: Remove warning()Arnaldo Carvalho de Melo2017-06-271-13/+0
* perf tests: Add platform dependency to test 15Thomas Richter2017-06-261-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/+7
* 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/+0
* 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/+8
* 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/+3
* perf test: Add libbpf pinning testJoe Stringer2017-01-311-1/+41
* tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-261-1/+1
* perf tools: Add unit_number__scnprintf functionJiri Olsa2017-01-114-0/+43
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-233-0/+49
|\
| * perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-153-0/+49
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | perf tools: Cleanup build directory before each testJiri Olsa2016-12-051-1/+1
* | perf clang: Support compile IR to BPF object and add testcaseWang Nan2016-12-051-1/+5
* | perf clang: Update test case to use real BPF scriptWang Nan2016-12-051-0/+7
* | perf clang: Add builtin clang support ant test caseWang Nan2016-12-054-0/+55
* | perf build: Add clang and llvm compile and linking supportWang Nan2016-12-051-0/+2
* | perf tools: Pass context to perf hook functionsWang Nan2016-12-051-5/+9
* | perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo2016-11-293-54/+54
* | perf tools: Introduce perf hooksWang Nan2016-11-294-0/+50