X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftracefile.c;h=224d3812871b1944634cd0e335bc0043ff546735;hb=285468d4971f84a8a4a36ec9bf9a89d11987968c;hp=00e3444400e56ca1262e139f59ffe5394a8f6dcc;hpb=0dd15359abefd35902de318b14ebee36b9613429;p=lttv.git diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 00e34444..224d3812 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -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."); }