You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that in that backtrace I miss actual OpenGL call (glClear) and one function which calls it (vrend_clear). Even though I have compiled everything with -O0. This situation is similiar for all virglrenderer/libepoxy backtraces. Correct backtrace could be
I am debugging virglrenderer which uses libepoxy on Adreno GPU. I use following perf command for that:
as result I obtain following data traces like
The problem is that in that backtrace I miss actual OpenGL call (
glClear
) and one function which calls it (vrend_clear
). Even though I have compiled everything with-O0
. This situation is similiar for all virglrenderer/libepoxy backtraces. Correct backtrace could beCould you please suggest anything.
Thank you!
The text was updated successfully, but these errors were encountered: