It has been decided that "libopencsd" would be more intuitive than "libcstraced", hence the modification found in this patch.
Signed-off-by: Mathieu Poirier mathieu.poirier@linaro.org --- HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO.md b/HOWTO.md index dd4fe2057548..1ebc2c8796b2 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -271,7 +271,7 @@ the host's (which has nothing to do with the target) architecture: ...
linaro@t430:~/linaro/coresight/my-opencsd/decoder/build/linux$ ls ../../lib/linux64/dbg/ - libcstraced.a libcstraced_c_api.a libcstraced_c_api.so libcstraced.so + libopencsd.a libopencsd_c_api.a libopencsd_c_api.so libopencsd.so
Off Target Perf Tools Compilation