I don’t know anything about such parameters, but I can suggest using a profile instead of tracing.
Here is an article on how you can use it. In short, put these lines in your php.ini file:
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir="c:\Projects"
and if you want to start the profiler, start the url with the request parameter ?XDEBUG_PROFILE=1
This will create a file with a type name cachegrind.out.*and put it in profiler_output_dir.
CacheGrind . . wincachegrind ( Windows) ZendFramework. , . , , ..
, .