X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftracefile.c;h=8c3cd6bd51507d1a278a1d1bc415403044aa90ce;hb=e6542e856d40b763fd1b7e6ae72e689318148fcc;hp=5feb97f5e2a45fad890f1de8c267e62218942ff4;hpb=cb310b57eb65bb2c6a29bf69cf85cb0d4480e280;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;