pt-query-digest and prepare statements

I am using pt-query-digest from Percona Toolkit and I found out that the tool is not examining the prepare or execute statements from MySQL query log.Could you please tell if it is possible to analyse prepare statements from log at all.

Eventually, I found out a solution by myself.Replace all occurrences of the word “prepare” or “execute” with the term “query” and save the corrected copy and let pt-query run on the copy.Other than this solution, I couldn’t find any other way out of this.In Linux, I am using command sed for replacing and backup.Hopes this will help someone comes across this.