args->agno = NULLAGNUMBER;
        args->agbno = NULLAGBLOCK;
 
-       trace_xfs_alloc_vextent_first_ag(args);
+       trace_xfs_alloc_vextent_start_ag(args);
 
        error = xfs_alloc_vextent_check_args(args, target, &minimum_agno);
        if (error) {
        args->agno = NULLAGNUMBER;
        args->agbno = NULLAGBLOCK;
 
-       trace_xfs_alloc_vextent_start_ag(args);
+       trace_xfs_alloc_vextent_first_ag(args);
 
        error = xfs_alloc_vextent_check_args(args, target, &minimum_agno);
        if (error) {
        args->agno = XFS_FSB_TO_AGNO(mp, target);
        args->agbno = XFS_FSB_TO_AGBNO(mp, target);
 
-       trace_xfs_alloc_vextent_near_bno(args);
+       trace_xfs_alloc_vextent_exact_bno(args);
 
        error = xfs_alloc_vextent_check_args(args, target, &minimum_agno);
        if (error) {
        args->agno = XFS_FSB_TO_AGNO(mp, target);
        args->agbno = XFS_FSB_TO_AGBNO(mp, target);
 
-       trace_xfs_alloc_vextent_exact_bno(args);
+       trace_xfs_alloc_vextent_near_bno(args);
 
        error = xfs_alloc_vextent_check_args(args, target, &minimum_agno);
        if (error) {