identify which $. ajax AjaxStart's coming

identify which $. ajax AjaxStart's coming


            $("#mask").ajaxStart(function () {
                mask.load();
            }).ajaxStop(function() {
                mask.unLoad();
            });
This code is executed in many places with different purposes, how could I identifywhich $. ajax AjaxStart's coming?