Add UST test ust-nprocesses
authorDavid Goulet <dgoulet@efficios.com>
Tue, 17 Jan 2012 18:38:48 +0000 (13:38 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 17 Jan 2012 18:38:48 +0000 (13:38 -0500)
commitb6ca8ef5adf433f7f0bbd4bb4858146ef25cd4fd
tree860ac9993e972b9049a85268b81271576221a4f8
parent1fea938d0d3adc783bb49d7ff3d0686ba87b0520
Add UST test ust-nprocesses

Simple to test that launches 100 instrumented applications and validate
that they are all registered to the session daemon.

After that, one event is enabled, tracing starts/stops and finally the
tracing session gets destroyed.

Signed-off-by: David Goulet <dgoulet@efficios.com>
.gitignore
configure.ac
tests/Makefile.am
tests/runall.sh
tests/ust-nprocesses/Makefile.am [new file with mode: 0644]
tests/ust-nprocesses/gen-events-time.c [new file with mode: 0644]
tests/ust-nprocesses/run [new file with mode: 0755]
tests/ust-nprocesses/tp.c [new file with mode: 0644]
tests/ust-nprocesses/ust_gen_event.h [new file with mode: 0644]
This page took 0.0267 seconds and 5 git commands to generate.