语言

Menu
Sites
Language
Deploying valgrind on ARM platform running Tizen

Hi All,

I am new to Tizen and valgrind tool. I want to use valgrind to check memory leaks of a sample application running on Tizen. I have downloaded Tizen 3.0 mobile source from the Tizen repo. I have also downloaded valgrind from the Tizen repo. The link is as below

https://review.tizen.org/git/?p=platform/upstream/valgrind.git;a=tree;h=refs/heads/tizen;hb=refs/heads/tizen

I would like to know what all needs to be done to make sure that valgrind runs on ARM platform with Tizen. Do we need to do any platform specific changes in the sources of valgrind to run it on ARM? Or just cross compiling and deploying it on ARM and running it on sample application will do? Any document or web for reference?

 I googled and my understanding is that valgrind doesn't need any driver to collect the data unlike we have in Oprofile (in OProfile we need a driver).

Please provide your feedback or pointers to understand the same.

Thanks in advance