commit | 3d566ae887e39d980c5c9231bf31fd208688a37a | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@linaro.org> | Mon Jan 29 02:41:33 2018 +0200 |
committer | Igor Opaniuk <igor.opaniuk@linaro.org> | Mon Jun 25 20:09:02 2018 +0300 |
tree | dedae22b12a2611541210232ae42b7727dcffb48 | |
parent | 55fcc4ae0de4b9a2f7253562f8083694e69a8e33 [diff] [blame] |
benchmark: detect libteec offset Add detection of an offset of load-time relocatable libteec for correct translation of addresses into file name/line numbers. Acked-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
diff --git a/common.h b/common.h index a4f3ee9..54cc36c 100644 --- a/common.h +++ b/common.h
@@ -74,5 +74,6 @@ #define RING_BADPARM -1 #define RING_NODATA -2 +#define LIBTEEC_NAME "libteec.so" #endif /* COMMON.H */