update roadmap
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 00e3444400e56ca1262e139f59ffe5394a8f6dcc..224d3812871b1944634cd0e335bc0043ff546735 100644 (file)
@@ -993,6 +993,9 @@ static int ltt_get_facility_description(LttFacility *f,
                        case LTT_ARCH_TYPE_X86_64:
                                text = "_x86_64";
                                break;
+                       case LTT_ARCH_TYPE_C2:
+                               text = "_c2";
+                               break;
                        default:
                                g_error("Trace from unsupported architecture.");
                }
This page took 0.02418 seconds and 4 git commands to generate.