So, in the class
app/code/core/Mage/Adminhtml/Block/System/Config/Tabs.php
There's the following loop in the initTabs
method.
foreach ($sections as $section) {
Mage::dispatchEvent('adminhtml_block_system_config_init_tab_sections_before', array('section' => $section));
$hasChildren = $configFields->hasChildren($section, $websiteCode, $storeCode);