X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftracefile.c;h=8c3cd6bd51507d1a278a1d1bc415403044aa90ce;hb=b6fd32e3f4dabae19341b4b0631645096ec4b211;hp=5feb97f5e2a45fad890f1de8c267e62218942ff4;hpb=29a3ac1218e22c662f4f0d03c1c3877dc3eb9bfc;p=lttv.git diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 5feb97f5..8c3cd6bd 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -921,8 +921,10 @@ static int ltt_get_facility_description(LttFacility *f, break; case LTT_ARCH_TYPE_ARM: text = "_arm"; + break; case LTT_ARCH_TYPE_PPC64: text = "_ppc64"; + break; case LTT_ARCH_TYPE_X86_64: text = "_x86_64"; break;