X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=f9d035dd84277b56df856430d7c6cab1482e0c76;hb=00c475d60474005a643313f8f80f23ac908d8ae4;hp=b20fe696139ea413cbf419daea0190fb27ef675b;hpb=b7ea1a1c8ed1cea410bb43c7cc6621c951e4b621;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index b20fe69..f9d035d 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -1128,7 +1128,7 @@ static void __attribute__((destructor)) keepalive() ustcomm_fini_app(&ustcomm_app); } -void ust_potential_exec(void) +noinline void ust_potential_exec(void) { trace_mark(ust, potential_exec, MARK_NOARGS); @@ -1141,7 +1141,7 @@ void ust_potential_exec(void) * of the new process will not be collected. */ -void ust_fork(void) +noinline void ust_fork(void) { struct blocked_consumer *bc; struct blocked_consumer *deletable_bc = NULL;