XDEBUG profiling with yii1

im using XDEBUG for profiling with yii1 ,and the directive xdebug.profiler_enable_trigger = 1;
when i add the XDEBUG_PROFILE for specific route like below
http://localhos/project/index.php? XDEBUG_PROFILE=1/controller/update/id/3_1/lang/en

the it doesnt profile this route and it always profile the home page
any idea where im wrong ??