Tests: utils: add gen-ust-nevents-str util
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 17 Feb 2017 08:53:43 +0000 (03:53 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 19 Feb 2017 00:14:21 +0000 (19:14 -0500)
commitf62c6e765431c1a883af6894eedf281574fe1b2f
tree1f311acddb6824785a2e9314ea7d2b9b23c7d430
parent297c8bc37ab98d547ca0a1ba4d107ca53081bf98
Tests: utils: add gen-ust-nevents-str util

This program generates a given number of UST events, each one having
in its payload the next command-line argument string in a cycle:

    gen-ust-nevents-str 10 hello world its me

will generate 10 events with the following strings:

    hello
    world
    its
    me
    hello
    world
    its
    me
    hello
    world

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
configure.ac
tests/utils/testapp/Makefile.am
tests/utils/testapp/gen-ust-nevents-str/Makefile.am [new file with mode: 0644]
tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.c [new file with mode: 0644]
tests/utils/testapp/gen-ust-nevents-str/tp.c [new file with mode: 0644]
tests/utils/testapp/gen-ust-nevents-str/tp.h [new file with mode: 0644]
This page took 0.026541 seconds and 5 git commands to generate.