X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_mem.c;h=d99e8fb6849a8ab2c8129e7f060da53dd2ea2931;hb=9c8b78da0f4ef42dae5e30a3061463b81327e7a0;hp=b863541073ee168592f1c7ff969b420d151dde2e;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/mt/ss_mem.c b/src/mt/ss_mem.c index b86354107..d99e8fb68 100644 --- a/src/mt/ss_mem.c +++ b/src/mt/ss_mem.c @@ -125,10 +125,6 @@ SRegInfo *regInfo; /* information about the region */ { S16 ret; - - TRC1(SRegDynRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -223,10 +219,6 @@ SRegInfo *regInfo; /* information about the region */ { S16 ret; - - TRC1(SRegRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -317,10 +309,6 @@ Region region; /* region ID */ { S16 ret; - - TRC1(SDeregRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -454,7 +442,6 @@ Data **ptr; /* filled with pointer to block */ #endif /* SS_HISTOGRAM_SUPPORT */ - TRC1(SAlloc); #if (ERRCLASS & ERRCLS_INT_PAR) @@ -651,7 +638,6 @@ Size size; /* size of block */ #endif /* SS_HISTOGRAM_SUPPORT */ - TRC1(SFree); /* Get the region which is assgined with this thread. The region was * stored in the osCp and is taken with respect to thread ID. This macro @@ -831,7 +817,6 @@ Ent *entId; CmMemEntries *entry = NULLP; U32 blkSize = 0; - TRC1(SRegInfoShow); memset(tapaTsk, ENTNC, sizeof(tapaTsk));