Re: [edk2-devel] enable MemoryProfile for uefi shell app

2024-08-14 Thread M.T.
Hello Rafael Apologies for the lack of response. Life had other plans for me, but I am getting back into the project, and am still wondering how to get this working. I took your advice on rebuilding the BIOS to include the protocols. First I grabbed the latest repo which is edk2-stable202405. I

Re: [edk2-devel] enable MemoryProfile for uefi shell app

2023-06-15 Thread Rafael Machado
Hi MT Just to understand better. Do you have access to the BIOS code so you can compile the BIOS with support to MemoryProfile? As far as I can see it seems you have added the needed libraries to your .dsc file, but to make memoryprofile working you need to have a BIOS capable of doing that.

[edk2-devel] enable MemoryProfile for uefi shell app

2023-06-07 Thread M.T.
Hello group I'm looking for some help with MemoryProfile to catch some memory leaks in a custom uefi application. I followed the instructions found on: https://github.com/tianocore/tianocore.github.io/wiki/Memory-leak-detection-with-memory-profile-feature However I can't seem to get this to work