Skip to content
Snippets Groups Projects
Commit c64a912a authored by Ankur Bansal's avatar Ankur Bansal
Browse files

lrdp_V2 : Add range feature in pagetracking.py


Add range feature in pagetracking.py.
sometimes we need page owner of particular page or physical address
and we need to run complete pagetracking which is taking more time.
now with this we can get the owner call stack by providing the below
option in few seconds.

Ex of flags given in ramparser cmd :
1) pagetracking for range from phy_addr1 to phy_add2
--print-pagetrcking ranges=addr1-addr2

2) page owner for particular page
--print-pagetracking page=<page>

Change-Id: I5113b5da4a71865ae2813fa48a1b306fb72eb8ff
Signed-off-by: default avatarAnkur Bansal <ankban@codeaurora.org>
parent f23c453e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment