summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix msan uninitialized use.Ian Rogers2020-09-281-1/+1
* perf test: Add expand cgroup event testNamhyung Kim2020-09-284-0/+247
* perf metric: Remove duplicate includeYueHaibing2020-09-171-2/+0
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-176-6/+49
|\
| * perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-151-0/+1
| * perf test: Fix memory leaks in parse-metric testNamhyung Kim2020-09-151-5/+9
| * perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-151-0/+5
| * perf test: Leader sampling shouldn't clear sample periodIan Rogers2020-09-152-0/+30
| * perf test: Fix the "signal" test inline assemblyJiri Olsa2020-09-141-1/+4
* | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-101-1/+1
* | perf test: Introduce script for Arm CoreSight testingLeo Yan2020-09-101-0/+183
* | perf tools: Add build test with GTK+Arnaldo Carvalho de Melo2020-09-091-0/+2
* | perf tests: Add test for PE binary format supportRemi Bernon2020-09-047-0/+118
|/
* perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter2020-09-011-0/+3
* perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2020-09-011-2/+2
* perf test: Fix basic bpf filtering testSumanth Korikkar2020-08-211-1/+1
* perf test: Allow multiple probes in record+script_probe_vfs_getname.shMichael Petlan2020-08-131-2/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-031-1/+2
|\
| * perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-07-311-1/+2
* | perf metric: Add metric group testJiri Olsa2020-07-301-2/+46
* | perf metric: Make compute_single function more preciseJiri Olsa2020-07-301-9/+13
* | perf metric: Add recursion check when processing nested metricsJiri Olsa2020-07-301-2/+32
* | perf metric: Add DCache_L2 to metric parse testJiri Olsa2020-07-301-0/+71
* | perf metric: Add cache_miss_cycles to metric parse testJiri Olsa2020-07-301-0/+33
* | perf test: Ensure sample_period is set libpfm4 eventsIan Rogers2020-07-302-0/+10
* | perf tools: Fix term parsing for raw syntaxJiri Olsa2020-07-301-1/+36
* | perf tools: Allow r0x<HEX> event syntaxJiri Olsa2020-07-301-0/+5
* | libperf: Add flags to fdarray fds objectsAlexey Budankov2020-07-211-1/+1
* | libperf: Avoid internal moving of fdarray fdsAlexey Budankov2020-07-211-18/+2
* | perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa2020-07-171-1/+2
* | perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-172-4/+4
* | perf script: Show text poke address symbolAdrian Hunter2020-07-101-2/+2
* | perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo2020-06-221-1/+1
* | perf expr: Add < and > operatorsIan Rogers2020-06-221-0/+6
* | perf expr: Add d_ratio operationIan Rogers2020-06-221-0/+2
* | perf tests: Add parse metric test for frontend metricJiri Olsa2020-06-221-0/+25
* | perf tests: Add parse metric test for ipc metricJiri Olsa2020-06-224-0/+151
* | perf tests: Add another metric parsing testJiri Olsa2020-06-221-3/+114
* | perf tests: Factor check_parse_id functionJiri Olsa2020-06-221-6/+14
|/
* perf test: Initialize memory in dwarf-unwindIan Rogers2020-06-011-0/+1
* perf tests: Don't tail call optimize in unwind testIan Rogers2020-06-011-5/+5
* perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo2020-05-291-0/+2
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-294-0/+216
* perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo2020-05-291-1/+3
* perf tests: Add test for the java demanglerNick Gasson2020-05-284-0/+48
* perf tests: Consider subtests when searching for user specified testsJiri Olsa2020-05-281-8/+26
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-281-0/+1
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-282-33/+36