By default BuddyPress will load the Activity tab when clicking on a users profile link. If you would like to change this default landing tab to something else than the Activity tab you can do so..
Constants such as this are best placed in files that load before BP is fully loaded so either wp-config.php or bp-custom.php which you would create in your plugin folder (this file does not exist by default) file.
/**
* Change BuddyPress default Members landing tab.
*/
define('BP_DEFAULT_COMPONENT', 'profile' );