summaryrefslogtreecommitdiff
path: root/tools/perf/tests
Commit message (Expand)AuthorAge
* perf tools: Kill die()Arnaldo Carvalho de Melo2017-06-27
* perf tools: Remove warning()Arnaldo Carvalho de Melo2017-06-27
* perf tests: Add platform dependency to test 15Thomas Richter2017-06-26
* perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan2017-06-19
* tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-19
* perf tools: Fix build with ARCH=x86_64Jiada Wang2017-06-14
* perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2017-06-14
* perf tests: Decompress kernel module before objdumpNamhyung Kim2017-06-08
* perf test: Disable breakpoint signal tests for powerpcJiri Olsa2017-06-05
* perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips2017-05-04
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-25
* perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo2017-04-25
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-24
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-24
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-24
* perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo2017-04-20
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo2017-04-19
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-19
* perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-27
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-27
* perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-23
* perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-03
* perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova2017-03-03
* perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-03
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-20
* perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-17
* perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-14
* perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo2017-02-13
* perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-02-09
* perf test: Add libbpf pinning testJoe Stringer2017-01-31
* tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-26
* perf tools: Add unit_number__scnprintf functionJiri Olsa2017-01-11
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\
| * perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-15
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-11
* | perf tools: Cleanup build directory before each testJiri Olsa2016-12-05
* | perf clang: Support compile IR to BPF object and add testcaseWang Nan2016-12-05
* | perf clang: Update test case to use real BPF scriptWang Nan2016-12-05
* | perf clang: Add builtin clang support ant test caseWang Nan2016-12-05
* | perf build: Add clang and llvm compile and linking supportWang Nan2016-12-05
* | perf tools: Pass context to perf hook functionsWang Nan2016-12-05
* | perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo2016-11-29
* | perf tools: Introduce perf hooksWang Nan2016-11-29