1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Copyright (C) CNRS, INRIA, Université Bordeaux 1, Télécom SudParis
# See COPYING in top-level directory.
# There are deliberately trailing whitespace everywhere. This
# (<-- see?) is for stressing the script parser.
# Sorry for the inconvenience.
BEGIN_MODULE
NAME test_pptrace
DESC "Module to test the instrumentation by pptrace"
LANGUAGE C
ID 13
int test_pptrace_foo(uint32_t* array, uint32_t array_size)
BEGIN
RECORD_STATE("running test_pptrace_function1")
END
END_MODULE
|