Create a dedicated test suite for Perf perf-raw
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 22 Jun 2016 19:02:39 +0000 (15:02 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Tue, 5 Jul 2016 15:50:03 +0000 (11:50 -0400)
commit1f4f45538c739cd51c46a65f548cdcba98a4b738
tree8f94537e0e701604d064971a3591b1b966c407cf
parent2b6f2739faf46b5d6f49191f5520ace82a3eeb8b
Create a dedicated test suite for Perf

Introduce the perf_regression test suite that must be run manually to
check if the support for the Perf-related features are available on the
current machine. This test cannot be run automatically since there are
some platforms where it can fail.

For now, the test only makes sure that we can trace events with perf
contexts enabled by raw ID in kernel and user-space. The test only works
if libpfm is installed on the system and fails if it is not installed.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
.gitignore
README.md
configure.ac
tests/Makefile.am
tests/perf/Makefile.am [new file with mode: 0644]
tests/perf/find_event.c [new file with mode: 0644]
tests/perf/test_perf_raw [new file with mode: 0755]
tests/perf_regression [new file with mode: 0644]
This page took 0.028613 seconds and 5 git commands to generate.