X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=ef3c1bd8acfd7fb30f1eeccccf4016d2364d6063;hp=a1f55b0b76338f6db9fa7d4c7309b3f7f6ba862c;hb=0b5d1bcfa2239ae33188ee919aad16e03a6971cf;hpb=773655f35716237829e6e252e27165ca4044f930 diff --git a/include/ust/marker.h b/include/ust/marker.h index a1f55b0..ef3c1bd 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -111,7 +111,7 @@ struct marker { asm volatile ( \ /*".section __markers\n\t"*/ \ ".section __markers,\"aw\",@progbits\n\t" \ - ".balign 8\n\t" \ + ".balign 128\n\t" \ "2:\n\t" \ _ASM_PTR "(__mstrtab_" __stringify(channel) "_" __stringify(name) "_channel_" __stringify(unique) ")\n\t" /* channel string */ \ _ASM_PTR "(__mstrtab_" __stringify(channel) "_" __stringify(name) "_name_" __stringify(unique) ")\n\t" /* name string */ \