CodeXL User GuideThis section describes the XML configuration file passed to –C option. This data collection configuration file describes how CodeXL CPU Profiler is to be configured for data collection. Pre-defined configurations are provided with CodeXL. Advanced users can create their own data collection configuration by writing an XML file. A data configuration XML file contains only one configuration.
The <dc_configuration> and </dc_configuration> tags mark the beginning and end of configuration information within a data collection configuration file.
<dc_configuration>
…
</dc_configuration>
A collection configuration contains <tbp>, >ebp>, <ibs> or <clu> elements. Each element describes a data collection configuration of type indicated by its element name. A collection configuration should contain one or more non duplicate elements.

