commit | 2bfcf9ef94656ad4ceb5b58b9f0be7aae4f1b589 | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | Wed Oct 10 13:14:04 2018 +0100 |
committer | Dimitris Papastamos <dimitris.papastamos@arm.com> | Thu Oct 11 16:01:47 2018 +0100 |
tree | a8a1eb9a4b5b2372d1daf061d900de7a8766461a | |
parent | 3cd87d77947ec4fc04440268ed122b4ed81c7781 [diff] |
rt_instr: Pass the parent function name all the way down to the output message As we are using common functions for performing the various test-cases, we cannot use __func__ directly in those functions. To differentiate the test-cases in the final output, we need the name of test to be passed all the way down to the output function. Change-Id: Ia0c3dabeddf2e25b4aa395103c5261575ad6cac6 Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>