aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-04perf jevents: Add test for arch std eventsJohn Garry1-0/+14
2020-11-04perf test: Use generic event for expand_libpfm_events()Namhyung Kim1-1/+1
2020-11-04perf tests: Skip the llvm and bpf tests if HAVE_LIBBPF_SUPPORT isn't definedArnaldo Carvalho de Melo2-13/+21
2020-11-04perf test: Implement skip_reason callback for watchpoint testsTommi Rantala3-6/+17
2020-11-04perf tests tsc: Add checking helper is_supported()Leo Yan3-0/+15
2020-11-04perf tests tsc: Make tsc testing as a common testingLeo Yan4-0/+177
2020-11-03perf tools: Remove broken __no_tail_call attributePeter Zijlstra1-5/+5
2020-10-14perf tools: Add support for exclusive groups/eventsAndi Kleen1-1/+57
2020-10-14perf test: Add build id shell testJiri Olsa1-0/+101
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-1/+1
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2-8/+8
2020-10-13perf tests: Show python test script in verbose modeArnaldo Carvalho de Melo1-0/+1
2020-09-28perf test: Fix msan uninitialized use.Ian Rogers1-1/+1
2020-09-28perf test: Add expand cgroup event testNamhyung Kim4-0/+247
2020-09-17perf metric: Remove duplicate includeYueHaibing1-2/+0
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo6-6/+49
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim1-0/+1
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim1-0/+5
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa1-1/+1
2020-09-10perf test: Introduce script for Arm CoreSight testingLeo Yan1-0/+183
2020-09-09perf tools: Add build test with GTK+Arnaldo Carvalho de Melo1-0/+2
2020-09-04perf tests: Add test for PE binary format supportRemi Bernon7-0/+118
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metrics" testThomas Richter1-0/+3
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao1-2/+2
2020-08-21perf test: Fix basic bpf filtering testSumanth Korikkar1-1/+1
2020-08-13perf test: Allow multiple probes in record+script_probe_vfs_getname.shMichael Petlan1-2/+2
2020-08-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+2
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-07-30perf metric: Add metric group testJiri Olsa1-2/+46
2020-07-30perf metric: Make compute_single function more preciseJiri Olsa1-9/+13
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa1-2/+32
2020-07-30perf metric: Add DCache_L2 to metric parse testJiri Olsa1-0/+71
2020-07-30perf metric: Add cache_miss_cycles to metric parse testJiri Olsa1-0/+33
2020-07-30perf test: Ensure sample_period is set libpfm4 eventsIan Rogers2-0/+10
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa1-1/+36
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa1-0/+5
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov1-1/+1
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov1-18/+2
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa1-1/+2
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2-4/+4
2020-07-10perf script: Show text poke address symbolAdrian Hunter1-2/+2
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo1-1/+1
2020-06-22perf expr: Add < and > operatorsIan Rogers1-0/+6
2020-06-22perf expr: Add d_ratio operationIan Rogers1-0/+2
2020-06-22perf tests: Add parse metric test for frontend metricJiri Olsa1-0/+25
2020-06-22perf tests: Add parse metric test for ipc metricJiri Olsa4-0/+151
2020-06-22perf tests: Add another metric parsing testJiri Olsa1-3/+114