diff options
author | eb | 2008-03-24 06:09:29 +0000 |
---|---|---|
committer | eb | 2008-03-24 06:09:29 +0000 |
commit | 28361a1bfc8f155a7b1367a234c9256b7b69da38 (patch) | |
tree | d75e71d0e87a56a542f905256688475662eee075 /gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml | |
parent | a3ee0a2d8557477c873fb0bb43a34455944f7f58 (diff) | |
download | gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.tar.gz gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.tar.bz2 gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.zip |
Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.
(eb/trunk-with-gcell r8037:8085). Expect additional tweaks, but
currently works and passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8086 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml')
-rw-r--r-- | gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml b/gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml new file mode 100644 index 000000000..a0b848d84 --- /dev/null +++ b/gcell/src/ibm/sync/ppu_source/pdt_libsync_config.xml @@ -0,0 +1,61 @@ +<pdt_configuration application_name="libsync" output_dir="." version="3.0"> + <groups> + <group name="GENERAL" description="General event types" id="0x00"> + <view yStart="0.0" yEnd="0.2" color="0x0000FF"/> + <include href="/usr/share/pdt/config/pdt_general.xml"/> + </group> + <group name="LIBSPE2" description="CBE libspe 2.0 event types" id="0x01"> + <view yStart="0.2" yEnd="0.4" color="0x00FFFF"/> + <include href="/usr/share/pdt/config/pdt_libspe2.xml"/> + </group> + <group name="MFCIO" description="SPE MFCIO event types" id="0x02"> + <view yStart="0.4" yEnd="0.6" color="0x00FF80"/> + <include href="/usr/share/pdt/config/pdt_mfcio.xml"/> + </group> + <group name="LIBSYNC" description="General event types" id="0x03"> + <view yStart="0.6" yEnd="0.8" color="0xFFFF00"/> + <include href="/usr/share/pdt/config/pdt_libsync.xml"/> + </group> + </groups> +<configuration name="CBE"> +<host name="none"/> +<groupsControl> + <group name="GENERAL" active="true"> + <profile active="false"/> + <!-- The GENERAL group of events are always active--> + </group> + <group name="LIBSPE2" active="true"> + </group> + <group name="LIBSYNC" active="true"> + <sub_group name="PPE_MUTEX" active="true"> + <event name="PPE_MUTEX_INIT" active="true"/> + <event name="PPE_MUTEX_LOCK" active="true"/> + <event name="PPE_MUTEX_TRYLOCK" active="true"/> + <event name="PPE_MUTEX_UNLOCK" active="true"/> + </sub_group> + </group> +</groupsControl> +</configuration> +<!-- --> +<!-- SPEs configuration - this section is read with the CBE configuration --> +<!-- --> +<configuration name="SPE"> +<host name="CBE"/> +<groupsControl> + <group name="GENERAL" active="true"> + <profile active="false"/> + <!-- The GENERAL group of events are always active--> + </group> + <group name="MFCIO" active="true"> + </group> + <group name="LIBSYNC" active="true"> + <sub_group name="SPE_MUTEX" active="true"> + <event name="SPE_MUTEX_INIT" active="true"/> + <event name="SPE_MUTEX_LOCK" active="true"/> + <event name="SPE_MUTEX_TRYLOCK" active="true"/> + <event name="SPE_MUTEX_UNLOCK" active="true"/> + </sub_group> + </group> +</groupsControl> +</configuration> +</pdt_configuration> |