Other Parts Discussed in Thread: TVP5158
Can anyone tell me how to Interface TVP5158 to DM365, How to config DM365 ISIF to process 4-ch line-interleaved D1 signal.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Unfortunately, there is not much information on TVP5158 yet (e.g. product folder, data-sheets...), but I expect this will be coming soon. However, I am aware that there is a Linux driver for TVP5158 that interfaces to DM6467 (another popular DaVinci part) that could probrably be leveraged for DM365 as well. Also, there is a reference design based on TVP5158 interfacing to DM365 hence there is likely a set of drivers available for this platform already (http://focus.ti.com/lit/ml/sprt516/sprt516.pdf ). In conclusion, we do expect TVP5158 and DM365 to be a popular design choices and you can expect good software support and reference designs for these parts, which should be coming soon for TVP5148 and keep growing for DM365.
Hi Juan, we're currently working with the DM365 EVM, but in production we're planning to use the TVP5158. You mentioned that there is a Linux driver around for this encoder, but obviously it's outside of the scope of the BSP with our current EVM. Is there any way in which we could go about getting hold of this code? I appreciate that it's unlikely to work out of the box, but it would give me somewhere to start from alongside the datasheet.
thanks,
Keith
The DM365 DVR reference design here uses the TVP5158 and DM365, and as I understand will come with some software support for managing the TVP5158 -> DM365 interface as well as multiple channel encodes. Unfortunately I do not believe these sources are publicly posted anywhere, however if you are making a board with TVP5158 and DM365 than the reference design is probably a good investment anyway, as it will give you a much more appropriate prototyping platform than the single channel DM365 EVM.
Hi,
Where will find drivers for TVP5158? How to configure encoder for multiple streams from camera? I had a look into the DVR RDK for DVR reference design, still I am unable to locate the driver for TVP5158. Please help !!!
Regards,
Suhas Jain
Hi Suhas,
If you have DVR RDK software package, you can get TVP5158 driver in <DVR>/framework/mcvip folder. There are tvp5158*.c files which are specific to TVP5158 driver for DM365.
Let us know if you are looking for anything specific.
Regards,
Anshuman
Hi Anshuman,
The driver mentioned by you, available in DVR RDK is for LSP2.10 i.e. Linux 2.6.18. Whereas, I am using DVSDK 3.10 and Arago kernel 2.6.32-rc2. Is there any support for TVP5158 for Linux 2.6.32-rc2?
Regards,
Suhas Jain
Suhas,
The driver we have for DM365 is for LSp 2.10. Currently we dont have driver for LSP3.10 but i hope it should be possible to port it without much effort.
Another possible option is to see if there is TVP5158 driver already done for DM6467 on LSP3.10. That can also be a good reference to start porting.
Regards,
Anshuman
Hi Anshuman,
I'm working with the DM365 / TVP5158 driver source code from the DVRRDK.
We're trying to run on the DVSDK3.1 and Arago Kernel 2.6.32-rc2. I'm having difficulty with the encode process - It enters the VIDENC1_process but never returns, and of course just leaves the thread blocked waiting on VICP_wait().
I have verified that interrupts are configured correctly, but the codec coprocessor seems to be lost in the weeds .... :(
The following in a backtrace of the encoder thread where it has
blocked...
MPEG2 Encode :
#0 0x4062e27c in ioctl () from /lib/libc.so.6
#1 0x000e7314 in VICP_wait ()
#2 0x000e332c in HDVICPSYNC_wait ()
#3 0x000ddf44 in MPEG2VENC_TI_Encode ()
#4 0x0007c91c in VIDENC1_process ()
#5 0x40041340 in ALG_vidEncRun ()
#6 0x000ee784 in ENCODE_tskRun ()
#7 0x000eeefc in ENCODE_tskMain ()
H264 Encode:
#0 0x4062e27c in ioctl () from /lib/libc.so.6
#1 0x000e7314 in VICP_wait ()
#2 0x000e332c in HDVICPSYNC_wait ()
#3 0x000cce60 in H264VENC_TI_encode ()
#4 0x0007c91c in VIDENC1_process ()
#5 0x40041340 in ALG_vidEncRun ()
#6 0x000ee784 in ENCODE_tskRun ()
#7 0x000eeef4 in ENCODE_tskMain ()
--
Also - Is there anywhere that the TVP5158 driver is stored online, where we would look for updates ?
It seems that most people here just get it from the UDWorks DVRRDK - but that seems like an unreliable source, as they are just using it rather than supporting it ... - Does this codebase not deserve its own webpage / project download page?
--
Kieran Bingham
Hi Kieran,
Let me get some things clarified.
1. DVR RDK is based on DVSDK 2.10.xx from TI. The TVP driver available in DVR RDK is based on EDMA drivers available in LSP 2.10.xx Have you already ported the TVP driver to use LSP 3.x and DVSDK 3.x?
2. UDWorks DVR RDK has the latest TVP5158 driver for DM365. As this driver is not part of DVSDK, it only goes as part of DVRRDK. I will work with internal teams if they can maintain the webpage for the driver.
For your specific problem, are you seeing the problem in encoder hang just because of TVP5158 driver? Can you give me some data points so that we can try to analyze your problem better. Currently i suspect that it should be because of wrong usage of EDMA driver.
Regards,
Anshuman
Anshuman Saxena said:1. DVR RDK is based on DVSDK 2.10.xx from TI. The TVP driver available in DVR RDK is based on EDMA drivers available in LSP 2.10.xx Have you already ported the TVP driver to use LSP 3.x and DVSDK 3.x?
Yes, we are capturing images from the TVP5158 successfully under the Arago 2.6.32-rc2 kernel.
Anshuman Saxena said:2. UDWorks DVR RDK has the latest TVP5158 driver for DM365. As this driver is not part of DVSDK, it only goes as part of DVRRDK. I will work with internal teams if they can maintain the webpage for the driver.
Ok Thanks :)
Anshuman Saxena said:For your specific problem, are you seeing the problem in encoder hang just because of TVP5158 driver? Can you give me some data points so that we can try to analyze your problem better. Currently i suspect that it should be because of wrong usage of EDMA driver.
Indeed - I can't rule this out, and it is likely- but I do not know where to start on debugging why the encoder is not working.
All we really did for porting the driver is correctly map the interfaces to the new kernel support (for example correcting ioremap calls instead of IO_ADDRESS calls)
I do not see anywhere that we have changed the "Use" of the EDMA, and besides - as far as I can tell, the Codec DMA use does not go through the code paths shared by the TVP5158 driver?
I'm quite certain that the EDMA is working, as the Capture / Resize / Display processes are all working correctly. Its just the first call to the enocder which blocks - and I don't think I have any way of debugging what the codec is doing ...
I don't believe the codec will have done anything wrong - its just I can't tell what it did to make the system go wrong ...
--
Kieran
Keiran,
I still did not get clarification for the question that have you got the codec and rest of the system working fine without the TVP5158 driver. Assume you leave muitiple YUV data sitting in the DDR without TVP5158 driver coming in picture, are you able to run the codecs properly?
Regards,
Anshuman
Hi Anshuman,
Even I am facing a similar problem. Capture, Resize and display works perfectly fine. I have verified this with looking the captured and resize files on PC with YUV viewer. However, encoding blocks at
VISA_enter((VISA_Handle)handle);
retVal = fxns->process(alg, inBufs, outBufs, inArgs, outArgs);
VISA_exit((VISA_Handle)handle);
Can you please provide your comments on this?
Regards,
Suhas Jain
Hi Suhas,
Can you please turn on CE_DEBUG=3 while executing your application and share the log with us? This should give us an idea on where the codec might be hanging. I am sure it is some resource mismatch that is causing the problem.
BTW, when you use TVP5158 driver, which TC/Queue are you requesting the EDMA channels from?
Regards,
Anshuman
Suhas, All,
Looks like there was an issue found on the open source community EDMA driver for davinci family. The bug was causing similar problem in audio and video co-working where video process call used to hang when audio was using EDMA. It is fixed in http://arago-project.org/files/releases/davinci-psp_3.x.0.0-r35/ (PSP r35). Can you let me know which version of PSP are you using?
If you just want to patch the EDMA driver you can pick it up from http://arago-project.org/git/projects/?p=linux-davinci.git;a=commit;h=e87a8397d2830db11ce1518bd2abc4e8815763f1
Hope this patch helps. Please let me know your results.
Regards,
Anshuman
PS: Please mark this post as verified, if you think it answers your question. Thanks.
Hi Anshuman,
This looks promising - I'll try and merge it in now and give it a go ...
Cheers
Kieran
Hi Anshuman,
I have already applied this patch, when I had the problem with simultaneous audio and video encoding.
I am requesting for any free edma channel and for EVENTQ_15238.mcvip_h264.log
pDemuxObj->channelDemux[0] = edma_alloc_channel(EDMA_CHANNEL_ANY, DMA_demuxCallback, pDemuxObj, EVENTQ_1);
===================== LOG FILE ===========================================
root@dm365-evm:/mnt/usb# ./encodedecode
AVL Application compiled on:[May 14 2010]
Flash device [/dev/mtd2] opened successfully on Fd:[3]
Successfully read CONFIG_PARAMs
[0][0][4][1][0][0][0][0][2][255]
Flash device [/dev/mtd2] opened successfully on Fd:[3]
Written [4096] bytes to flash successfully
[0][0][4][1][0][0][0][0][2][255]
@0,023,225us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - Global_init> This program was built with the following packages:
@0,023,734us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package gnu.targets.arm.rtsv5T (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/gnu/targets/arm/rtsv5T/) [1, 0, 0, 0]
@0,023,967us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.xdais.dm.examples.g711 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/examples/ti/xdais/dm/examples/g711/) [1, 0, 0]
@0,024,165us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.linuxutils.edma (/home/anand/CHECK/dvsdk_3_10_00_12/linuxutils_2_25_01_06/packages/ti/sdo/linuxutils/edma/) [1, 0, 0]
@0,024,356us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.linuxutils.cmem (/home/anand/CHECK/dvsdk_3_10_00_12/linuxutils_2_25_01_06/packages/ti/sdo/linuxutils/cmem/) [2, 2, 0]
@0,024,543us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.linuxutils.vicp (/home/anand/CHECK/dvsdk_3_10_00_12/linuxutils_2_25_01_06/packages/ti/sdo/linuxutils/vicp/) [1, 0, 0]
@0,024,727us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/) [1, 0, 0]
@0,024,911us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.global (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/global/) [1, 0, 0]
@0,025,095us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.memutils (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/memutils/) [1, 0, 0]
@0,025,278us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.xdais (/home/anand/CHECK/dvsdk_3_10_00_12/xdais_6_25_01_08/packages/ti/xdais/) [1, 2.0, 1]
@0,025,461us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.addrspace (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/addrspace/) [1, 0, 0]
@0,025,933us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.utils (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/utils/) [1, 0, 2]
@0,026,185us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.hdvicp (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/hdvicp/) [1, 0, 1]
@0,026,388us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.utils.trace (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/utils/trace/) [1, 0, 0]
@0,026,583us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.hdvicpsync (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/hdvicpsync/) [1, 0, 0]
@0,026,775us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.h264enc (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/h264enc/) [1, 0, 0]
@0,026,962us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.h264dec (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/h264dec/) [1, 0, 0]
@0,027,153us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.nullresource (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/nullresource/) [1, 0, 0]
@0,027,344us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.rman (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/rman/) [2, 0, 0]
@0,027,535us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.edma3 (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/edma3/) [3, 0, 0]
@0,027,717us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.edma3chan (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/edma3chan/) [1, 0, 0]
@0,377,444us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.grouputils (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/grouputils/) [1, 0, 0]
@0,377,707us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.ires.vicp (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/ires/vicp/) [1, 0, 1]
@0,377,913us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.vicpsync (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/vicpsync/) [1, 0, 0]
@0,378,105us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.mpeg4enc (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/mpeg4enc/) [1, 0, 0]
@0,378,289us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.mpeg4dec (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/mpeg4dec/) [1, 0, 0]
@0,378,474us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.global (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/global/) [1, 0, 0]
@0,378,719us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.xdais.dm (/home/anand/CHECK/dvsdk_3_10_00_12/xdais_6_25_01_08/packages/ti/xdais/dm/) [1, 0, 5]
@0,378,908us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.utils.xdm (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/utils/xdm/) [1, 0, 2]
@0,379,093us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.node (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/node/) [1, 0, 0]
@0,379,276us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.dman3 (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/dman3/) [1, 0, 4]
@0,379,459us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.fc.acpy3 (/home/anand/CHECK/dvsdk_3_10_00_12/framework_components_2_25_01_05/packages/ti/sdo/fc/acpy3/) [1, 0, 4]
@0,379,637us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package gnu.targets (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/gnu/targets/) [1, 0, 1]
@0,379,812us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package gnu.targets.arm (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/gnu/targets/arm/) [1, 0, 0, 0]
@0,380,041us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.catalog.arm (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/ti/catalog/arm/) [1, 0, 1, 0]
@0,380,241us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.catalog (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/ti/catalog/) [1, 0, 0]
@0,380,424us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.platforms.evmDM365 (/home/anand/CHECK/dvsdk_3_10_00_12/xdctools_3_16_01_27/packages/ti/platforms/evmDM365/) [1, 0, 0]
@0,380,607us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.osal (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/osal/) [2, 0, 2]
@0,380,791us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.osal.linux (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/osal/linux/) [2, 0, 1]
@0,380,976us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.ipc (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/ipc/) [2, 0, 1]
@0,381,154us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.ipc.linux (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/ipc/linux/) [2, 0, 1]
@0,381,488us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.alg (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/alg/) [1, 0, 1]
@0,381,698us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/) [1, 0, 6]
@0,714,361us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.video1 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/video1/) [1, 0, 2]
@0,714,613us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.video2 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/video2/) [1, 0, 2]
@0,714,813us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.audio (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/audio/) [1, 0, 2]
@0,715,009us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.mpeg4enc.ce (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/mpeg4enc/ce/) [1, 0, 0]
@0,715,205us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.h264enc.ce (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/h264enc/ce/) [1, 0, 0]
@0,715,391us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.mpeg4dec.ce (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/mpeg4dec/ce/) [1, 0, 0]
@0,715,626us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.codecs.h264dec.ce (/home/anand/CHECK/dvsdk_3_10_00_12/dm365_codecs_01_00_06/packages/ti/sdo/codecs/h264dec/ce/) [1, 0, 0]
@0,716,023us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.speech1 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/speech1/) [1, 0, 1]
@0,716,253us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.examples.codecs.g711 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/examples/ti/sdo/ce/examples/codecs/g711/) [1, 0, 0]
@0,716,453us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.speech (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/speech/) [1, 0, 2]
@0,716,638us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.audio1 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/audio1/) [1, 0, 1]
@0,716,823us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.video (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/video/) [1, 0, 3]
@0,717,069us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.image (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/image/) [1, 0, 3]
@0,717,265us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.ce.image1 (/home/anand/CHECK/dvsdk_3_10_00_12/codec_engine_2_25_01_06/packages/ti/sdo/ce/image1/) [1, 0, 1]
@0,717,455us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.dmai (/home/anand/CHECK/dvsdk_3_10_00_12/dmai_2_10_00_06/packages/ti/sdo/dmai/) [1, 0, 0]
@0,717,635us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package ti.sdo.simplewidget (/home/anand/CHECK/dvsdk_3_10_00_12/dvsdk_demos_3_10_00_10/packages/ti/sdo/simplewidget/) []
@0,717,819us: [+4 T:0x4001fc90 S:0xbef8fc24] OG - package encodedecode_config (/home/anand/CHECK/dvsdk_3_10_00_12/dvsdk_demos_3_10_00_10/dm365/encodedecode/encodedecode_config/) []
@0,718,116us: [+0 T:0x4001fc90 S:0xbef8fc2c] OG - Global_atexit> enter (fxn=0x3fa6c)
@0,718,399us: [+0 T:0x4001fc90 S:0xbef8fc2c] OG - Global_atexit> enter (fxn=0x3eeb8)
@0,718,619us: [+0 T:0x4001fc90 S:0xbef8fbfc] OM - Memory_alloc> Enter(0x18)
@0,718,918us: [+0 T:0x4001fc90 S:0xbef8fbfc] OM - Memory_alloc> return (0x2590f0)
@0,719,557us: [+0 T:0x4001fc90 S:0xbef8fc1c] OG - Global_atexit> enter (fxn=0x3cde8)
@0,720,099us: [+0 T:0x4001fc90 S:0xbef8fc1c] OG - Global_atexit> enter (fxn=0x3e51c)
@0,720,461us: [+0 T:0x4001fc90 S:0xbef8fc2c] OG - Global_atexit> enter (fxn=0x3c1fc)
@0,720,810us: [+0 T:0x4001fc90 S:0xbef8fbec] ti.sdo.ce.osal.LockMP - LockMP_create> key: 0x524d414e count: 1327416 attrs: 0x144f28
@1,052,703us: [+0 T:0x4001fc90 S:0xbef8fbd4] OM - Memory_alloc> Enter(0x10)
@1,052,955us: [+0 T:0x4001fc90 S:0xbef8fbd4] OM - Memory_alloc> return (0x259200)
@1,053,147us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x524d414e count: 1
@1,053,336us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> Enter(0x4)
@1,053,519us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> return (0x259218)
@1,053,698us: [+0 T:0x4001fc90 S:0xbef8fb94] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@1,054,156us: [+0 T:0x4001fc90 S:0xbef8fb94] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x120000]
@1,054,658us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0x88001 refCount: 1
@1,054,910us: [+0 T:0x4001fc90 S:0xbef8fb94] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x120000]
@1,055,142us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.SemMP - Leaving exitCS
@1,055,378us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x259218]
@1,055,567us: [+0 T:0x4001fc90 S:0xbef8fbec] ti.sdo.ce.osal.LockMP - Leaving LockMP_create> lock[0x259200]
@1,056,039us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,056,465us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,056,792us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,057,008us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,057,201us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,057,444us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,057,654us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@1,057,842us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@1,058,225us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,058,459us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,058,695us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,058,897us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,059,167us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.LockMP - LockMP_create> key: 0x4956444a count: 18104 attrs: 0x144138
@1,059,383us: [+0 T:0x4001fc90 S:0xbef8fb6c] OM - Memory_alloc> Enter(0x10)
@1,059,642us: [+0 T:0x4001fc90 S:0xbef8fb6c] OM - Memory_alloc> return (0x259228)
@1,059,823us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x4956444a count: 1
@1,060,005us: [+0 T:0x4001fc90 S:0xbef8fb2c] OM - Memory_alloc> Enter(0x4)
@1,060,181us: [+0 T:0x4001fc90 S:0xbef8fb2c] OM - Memory_alloc> return (0x259240)
@1,060,353us: [+0 T:0x4001fc90 S:0xbef8fb2c] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@1,060,573us: [+0 T:0x4001fc90 S:0xbef8fb2c] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x128000]
@1,060,886us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0x98002 refCount: 1
@1,061,113us: [+0 T:0x4001fc90 S:0xbef8fb2c] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x128000]
@1,061,341us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - Leaving exitCS
@1,061,524us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x259240]
@1,061,705us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.LockMP - Leaving LockMP_create> lock[0x259228]
@1,061,885us: [+0 T:0x4001fc90 S:0xbef8fb6c] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259228]
@1,062,064us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259240] timeout[0xffffffff]
@1,395,241us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259240] status[0]
@1,395,482us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259228]
@1,396,258us: [+0 T:0x4001fc90 S:0xbef8fb6c] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259228]
@1,396,579us: [+0 T:0x4001fc90 S:0xbef8fb4c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259240]
@1,396,806us: [+0 T:0x4001fc90 S:0xbef8fb4c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259240]
@1,396,996us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259228]
@1,397,298us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,397,525us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,397,787us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@1,397,985us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@1,398,254us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,398,466us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,398,688us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,398,879us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,399,072us: [+0 T:0x4001fc90 S:0xbef8fb5c] ti.sdo.ce.osal.LockMP - LockMP_create> key: 0x50434958 count: 1327416 attrs: 0x2585f8
@1,399,329us: [+0 T:0x4001fc90 S:0xbef8fb44] OM - Memory_alloc> Enter(0x10)
@1,399,518us: [+0 T:0x4001fc90 S:0xbef8fb44] OM - Memory_alloc> return (0x259250)
@1,399,689us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x50434958 count: 1
@1,399,861us: [+0 T:0x4001fc90 S:0xbef8fb04] OM - Memory_alloc> Enter(0x4)
@1,400,033us: [+0 T:0x4001fc90 S:0xbef8fb04] OM - Memory_alloc> return (0x259268)
@1,400,207us: [+0 T:0x4001fc90 S:0xbef8fb04] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@1,400,426us: [+0 T:0x4001fc90 S:0xbef8fb04] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x130000]
@1,400,745us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0xa8003 refCount: 1
@1,400,958us: [+0 T:0x4001fc90 S:0xbef8fb04] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x130000]
@1,401,176us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - Leaving exitCS
@1,401,355us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x259268]
@1,401,529us: [+0 T:0x4001fc90 S:0xbef8fb5c] ti.sdo.ce.osal.LockMP - Leaving LockMP_create> lock[0x259250]
@1,401,711us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259250]
@1,401,884us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259268] timeout[0xffffffff]
@1,402,154us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259268] status[0]
@1,402,349us: [+0 T:0x4001fc90 S:0xbef8fb5c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259250]
@1,402,778us: [+0 T:0x4001fc90 S:0xbef8fb44] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259250]
@1,403,023us: [+0 T:0x4001fc90 S:0xbef8fb24] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259268]
@1,403,247us: [+0 T:0x4001fc90 S:0xbef8fb24] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259268]
@1,403,499us: [+0 T:0x4001fc90 S:0xbef8fb5c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259250]
@1,403,709us: [+0 T:0x4001fc90 S:0xbef8fb04] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259250]
@1,403,896us: [+0 T:0x4001fc90 S:0xbef8fadc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259268] timeout[0xffffffff]
@1,736,358us: [+0 T:0x4001fc90 S:0xbef8fadc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259268] status[0]
@1,736,609us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259250]
@1,737,075us: [+0 T:0x4001fc90 S:0xbef8fb04] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259250]
@1,737,330us: [+0 T:0x4001fc90 S:0xbef8fae4] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259268]
@1,737,606us: [+0 T:0x4001fc90 S:0xbef8fae4] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259268]
@1,737,810us: [+0 T:0x4001fc90 S:0xbef8fb1c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259250]
@1,738,062us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,738,265us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,738,473us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@1,738,663us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@1,738,846us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,739,088us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,739,311us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,739,504us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,739,709us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,739,894us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,740,100us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@1,740,333us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@1,740,605us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,740,819us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,741,039us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,741,237us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,741,504us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,741,739us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,741,957us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@1,742,145us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@1,742,332us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@1,742,510us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@1,742,718us: [+0 T:0x4001fc90 S:0xbef8fb84] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@1,742,907us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@1,743,157us: [+0 T:0x4001fc90 S:0xbef8fb9c] ti.sdo.ce.osal.Sem - Sem_create> count: 1
@1,743,343us: [+0 T:0x4001fc90 S:0xbef8fb84] OM - Memory_alloc> Enter(0x14)
@1,743,532us: [+0 T:0x4001fc90 S:0xbef8fb84] OM - Memory_alloc> return (0x259278)
@1,743,766us: [+0 T:0x4001fc90 S:0xbef8fb9c] ti.sdo.ce.osal.Sem - Leaving Sem_create> sem[0x259278]
@1,743,974us: [+0 T:0x4001fc90 S:0xbef8fbac] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@1,744,159us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@1,744,362us: [+0 T:0x4001fc90 S:0xbef8fb8c] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@2,077,441us: [+0 T:0x4001fc90 S:0xbef8fbc4] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@2,077,726us: [+0 T:0x4001fc90 S:0xbef8fc14] ti.sdo.ce.alg - ALG_init> Enter
@2,077,924us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x4f474c41 count: 1
@2,078,117us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> Enter(0x4)
@2,078,302us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> return (0x2592b8)
@2,078,483us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@2,078,762us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x138000]
@2,079,044us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0xb8004 refCount: 1
@2,079,263us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x138000]
@2,079,489us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving exitCS
@2,079,675us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x2592b8]
@2,079,861us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x4f474c42 count: 1
@2,080,093us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> Enter(0x4)
@2,080,296us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> return (0x2592c8)
@2,080,485us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@2,080,715us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x140000]
@2,080,988us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0xc8005 refCount: 1
@2,081,201us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x140000]
@2,081,470us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving exitCS
@2,081,670us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x2592c8]
@2,081,859us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x4f474c43 count: 1
@2,082,037us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> Enter(0x4)
@2,082,227us: [+0 T:0x4001fc90 S:0xbef8fbbc] OM - Memory_alloc> return (0x2592d8)
@2,082,400us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@2,082,618us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x148000]
@2,082,939us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0xd8006 refCount: 1
@2,083,161us: [+0 T:0x4001fc90 S:0xbef8fbbc] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x148000]
@2,083,385us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving exitCS
@2,083,571us: [+0 T:0x4001fc90 S:0xbef8fbd4] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x2592d8]
@2,083,757us: [+0 T:0x4001fc90 S:0xbef8fc04] OG - Global_atexit> enter (fxn=0x3afdc)
@2,083,953us: [+0 T:0x4001fc90 S:0xbef8fc34] ti.sdo.ce.alg - ALG_init> Exit
@2,084,128us: [+0 T:0x4001fc90 S:0xbef8fc2c] OG - Global_atexit> enter (fxn=0x3a1a4)
@2,084,473us: [+0 T:0x4001fc90 S:0xbef8fc04] OM - Memory_alloc> Enter(0x18)
@2,084,705us: [+0 T:0x4001fc90 S:0xbef8fc04] OM - Memory_alloc> return (0x259328)
@2,084,905us: [+0 T:0x4001fc90 S:0xbef8fc2c] OG - Global_atexit> enter (fxn=0x3ea0c)
@2,085,187us: [+6 T:0x4001fc90 S:0xbef8fc24] CE - Engine_init> CE debugging on (CE_DEBUG=3; allowed CE_DEBUG levels: 1=min, 2=good, 3=max)
@2,085,416us: [+0 T:0x4001fc90 S:0xbef8fc14] OG - Global_atexit> enter (fxn=0x37410)
@2,085,663us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_alloc> Enter(0x18)
@2,086,114us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_alloc> return (0x259368)
@2,086,317us: [+0 T:0x4001fc90 S:0xbef8vpbe_encoder_initialize
fbf4] OM - Memordavinci_enc_priv_setmode: type: 0
y_alloc> Enter(0davinci_enc_priv_setmode: Mode Name: NTSC
x18)
@2,086,507us: [+0 T:0x4001davinci_enc_priv_setmode: type: 0
fc90 S:0xbef8fbfdavinci_enc_priv_setmode: Mode Name: NTSC
4] OM - Memory_alloc> return (0x259388)
@2,086,687us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_alloc> Enter(0x18)
@2,086,874us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_alloc> return (0x2593a8)
@2,420,070us: [+0 T:0x4001fc90 S:0xbef8fc3c] CS - Server_init()
@2,420,304us: [+0 T:0x4001fc90 S:0xbef8fc3c] CS - Server_init> Global_useLinkArbiter = 0
@2,420,497us: [+0 T:0x4001fc90 S:0xbef8fc3c] OG - Global_atexit> enter (fxn=0x356e4)
OSD:[0], videostd:[5]
ANNNNNNNNNNNNN
ANNNNNNNNNNNNN111
ANNNNNNNNNNNNN222
Found width=720 height=480, yres_virtual=480,xres_virtual=720, line_length=384
ANNNNNNNNNNNNN3333
Setting width=720 height=480, yres_virtual=480, xres_virtual=720
@2,448,995us: [+2 T:0x4001fc90 S:0xbef8fa84] ti.sdo.dmai - [Display] New width=720, height=480, yres_virtual=480,xres_virtual=720, line_length=384
Allocating BufTab for 1 buffers
11111Allocating BufTab for 1 buffers
2222222Allocating BufTab for 1 buffers
33333333AllocatiDRV :DMA_copyFillCreate:491: DMA_copyFillCreate: pObj->copyFillObj->chId [4]
ng BufTab for 1 DRV :DMA_copyFillCreate:491: DMA_copyFillCreate: pObj->copyFillObj->chId [5]
buffers
@2,450,116us: [+0 T:0x4001fc90 S:0xbef8fa2c] OM - MemoCSL_ccdcEnable:: Enter +++
ry_getBufferPhysDMA_copyFill2D :: ******** NOW INITIALIZED ******
icalAddress> Enter(virtAddr=0x403f2000, size=4)DMA_copyFill2D :: ******** NOW INITIALIZED ******
@2,450,396us: [+1 T:0x4001fc90 S:0xbef8fa2c] OMDMA_copyFill2D :: ******** NOW INITIALIZED ******
- Memory__getPhysicalAddress> Enter(virtAddr=0xDMA_copyFill2D :: ******** NOW INITIALIZED ******
403f2000, size=4)
@2,450,593us: [+1 T:0x4001fc9DMA_copyFill2D :: ******** NOW INITIALIZED ******
0 S:0xbef8fa2c] OM - Memory__getPhysicalAddress>CSL_ccdcSetInDataConfig:: Enter +++
returning physACSL_ccdcSetInDataConfig:: data->hLpfEnable = [0x0]
ddr=0x0
@2,450,CSL_ccdcSetInDataConfig:: data->inDataType = [0x2]
794us: [+1 T:0x4CSL_ccdcSetInDataConfig:: data->dataPolarity = [0x0]
001fc90 S:0xbef8CSL_ccdcSetInDataConfig:: data->yPos = [0x1]
fa2c] OM - MemorCSL_ccdcSetInDataConfig:: data->inDataMsbPosition = [0x0]
y_getBufferPhysi
$$$$$$ CSL_ccdcSetMiscConfig:: data->ycInSwap = [0]
calAddress> CMEM
$$$$$$$ CSL_ccdcSetMiscConfig:: data->ycInSwap = [0]
_getPhys(0x403f2CSL_ccdcIntEnable:: hnld = [0xbf014380] intType = [0] enable = [1]
000) = 0x82400000.
@2,451,000us: [+1 T:0x4001fc90 S:0xbef8f9e4] OM - Memory__addContigBuf> Enter(virtAddr=0x403f2000, size=4, physAddr=0x82400000)
@2,451,263us: [+1 T:0x4001fc90 S:0xbef8f9e4] OM - Memory__addContigBuf> creating new contigBuf object
@2,451,443us: [+0 T:0x4001fc90 S:0xbef8f9cc] OM - Memory_alloc> Enter(0x10)
@2,451,627us: [+0 T:0x4001fc90 S:0xbef8f9cc] OM - Memory_alloc> return (0x2595a0)
@2,451,802us: [+1 T:0x4001fc90 S:0xbef8f9e4] OM - Memory__addContigBuf> returning: cb->phys=0x82400000, cb->size=4, cb->virt=0x403f2000
@2,451,990us: [+0 T:0x4001fc90 S:0xbef8fa2c] OM - Memory_getBufferPhysicalAddress> return (0x82400000)
@2,452,209us: [+2 T:0x4001fc90 S:0xbef8fa64] ti.sdo.dmai - [Buffer] Set user pointer 0x403f2000 (physical 0x82400000)
Display buffer 0 mapped to 0x403f2000 has physical address 0x20bf0
Successfully set osd transparency
Successfully set osd transparency
OSD:[0]
UI setup done successfully
CSL_sysInit:: [26] suHas : Enter +++
CSL_sysInit:: [28] suHas : CSL_vpssOpen {0x0}
CSL_sysInit:: [30] suHas : CSL_rszOpen {0x0}
CSL_sysInit:: [32] suHas : CSL_ipipeOpen {0x0}
CSL_sysInit:: [34] suHas : CSL_ccdcOpen {0x0}
CSL_sysInit:: [36] suHas : CSL_ipipeifOpen {0x0}
CSL_sysInit:: [38] suHas : CSL_h3aOpen {0x0}
CSL_sysInit:: [40] suHas : CSL_ldcOpen {0x0}
CSL_sysInit:: [42] suHas : CSL_faceDetectOpen {0x0}
CSL_sysInit:: [44] suHas : CSL_gpioOpen {0x0}
CLK Hz,
ARM Hz = 297000000
DDR Hz = 243000000
VPSS Hz = 243000000
IMCOP Hz = 243000000
DRV_dmaOpen:: chId = [4]
DRV_dmaOpen:: chId = [5]
TVP5158_checkChipId:: suHas --> TVP5158 detected
MCVIP_init:: suHas--> SUCCESS
=========Video Standard Status : 81 ============
System initialized successfully
MCVIP: Capture Starting !!!
============GetChInfo[360x240]===========
CAPTURE: Alloc info: numCh=4 numBuf=16, bufSize=184320, allocSize=2949120
ANAND:: gCAPTURE_ctrl.memPhysAddr = [0x84000000]
CAPTURE: PHYS = 84000000, VIRT = 4042f000
CAPTURE: PHYS = 8402d000, VIRT = 4045c000
CAPTURE: PHYS = 8405a000, VIRT = 40489000
CAPTURE: PHYS = 84087000, VIRT = 404b6000
CAPTURE: PHYS = 840b4000, VIRT = 404e3000
CAPTURE: PHYS = 840e1000, VIRT = 40510000
CAPTURE: PHYS = 8410e000, VIRT = 4053d000
CAPTURE: PHYS = 8413b000, VIRT = 4056a000
CAPTURE: PHYS = 84168000, VIRT = 40597000
CAPTURE: PHYS = 84195000, VIRT = 405c4000
CAPTURE: PHYS = 841c2000, VIRT = 405f1000
CAPTURE: PHYS = 841ef000, VIRT = 4061e000
CAPTURE: PHYS = 8421c000, VIRT = 4064b000
CAPTURE: PHYS = 84249000, VIRT = 40678000
CAPTURE: PHYS = 84276000, VIRT = 406a5000
CAPTURE: PHYS = 842a3000, VIRT = 406d2000
MCVIP_v4l2: PHYS = 842d0000, VIRT = 406ff000
MCVIP_v4l2: PHYS = 84396000, VIRT = 407c5000
MCVIP_v4l2: PHYS = 8445c000, VIRT = 4088b000
MCVIP_v4l2: PHYS = 84522000, VIRT = 40951000
MCVIP_v4l2: PHYS = 845e8000, VIRT = 40a17000
DRV :DMA_demuxCreate:306: DMA_demuxCreate: pObj->demuxObj->channelDemux[0] [6]
DMA_copyFill2D :: ******** NOW INITIALIZED ******
DRV_dmaOpen:: chDMA_copyFill2D :: ******** NOW INITIALIZED ******
Id = [6]
LOOP DMA_copyFill2D :: ******** NOW INITIALIZED ******
NUM CHANNEL :[4DMA_copyFill2D :: ******** NOW INITIALIZED ******
]
============GDMA_copyFill2D :: ******** NOW INITIALIZED ******
etChInfo[360x240DMA_copyFill2D :: ******** NOW INITIALIZED ******
]===========
==DMA_copyFill2D :: ******** NOW INITIALIZED ******
==========GetChIDMA_copyFill2D :: ******** NOW INITIALIZED ******
nfo[360x240]====DMA_copyFill2D :: ******** NOW INITIALIZED ******
=======
=======DMA_copyFill2D :: ******** NOW INITIALIZED ******
=====GetChInfo[3DMA_copyFill2D :: ******** NOW INITIALIZED ******
60x240]=========DMA_copyFill2D :: ******** NOW INITIALIZED ******
==
============DMA_copyFill2D :: ******** NOW INITIALIZED ******
GetChInfo[360x24DMA_copyFill2D :: ******** NOW INITIALIZED ******
0]===========
LDMA_copyFill2D :: ******** NOW INITIALIZED ******
OOP NUM BUFFER DMA_copyFill2D :: ******** NOW INITIALIZED ******
:[16]
CSL_ccdcEnable:: Enter +++
ANAND:Initializing MUXER
MCVIP_demuxInit:: ====================== Demux Channel Info ========================
hndl->chDemuxInfo[0].curDstPhysAddr = [0x84000000]
hndl->chDemuxInfo[0].curDstVirtAddr = [0x4042f000]
MCVIP_demuxInit:: ====================== Demux Channel Info ========================
hndl->chDemuxInfo[1].curDstPhysAddr = [0x840b4000]
hndl->chDemuxInfo[1].curDstVirtAddr = [0x404e3000]
MCVIP_demuxInit:: ====================== Demux Channel Info ========================
hndl->chDemuxInfo[2].curDstPhysAddr = [0x84168000]
hndl->chDemuxInfo[2].curDstVirtAddr = [0x40597000]
MCVIP_demuxInit:: ====================== Demux Channel Info ========================
hndl->chDemuxInfo[3].curDstPhysAddr = [0x8421c000]
hndl->chDemuxInfo[3].curDstVirtAddr = [0x4064b000]
Finished ANANDMCVIP_Create
ANAND:: ANANDCAPTURE_Create: ---- [232]
ANAND:: ANANDCAPTURE_Create: ---- [268]
ANAND:: ANANDCAPTURE_Create: ---- [286]
ANAND: Capture created successfully MCVIP: Start DONE !!!
ANAND:In file :[mcvip_tsk.c], func:[MCVIP_tskStart]
MCVIP: TVP5158 init in progress for stage 0
TVP5158_checkChipId:: suHas --> TVP5158 detected
MCVIP: TVP5158 init done !!!
AFETR *&&&&&&&&&&&&&&&&&(*&(&(&
##########Capture buffer size [138240]
Creating buf TAB [4]
SETTING THE REFERENCE FLAG AS TRUE
Allocating BufTab for 4 buffers
11111Allocating BufTab for 4 buffers
2222222Allocating BufTab for 4 buffers
33333333Allocating BufTab for 4 buffers
33333333Allocating BufTab for 4 buffers
33333333Allocating BufTab for 4 buffers
33333333Allocating BufTab for 4 buffers
Buffer TAB created
Successfully created Capture device at index:[0]
Display dimensions:X:[0], Y:[0], W:[720], H:[480], LL:[1472], Buffersize:[1413120]
Allocating BufTab for 2 buffers
11111Allocating BufTab for 2 buffers
2222222Allocating BufTab for 2 buffers
33333333Allocating BufTab for 2 buffers
@3,738,538us: [+0 T:0x4001fc90 S:0xbef8fb3c] OM - Memory_alloc> Enter(0x159000)
@3,738,749us: [+0 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> Enter(size=1413120, align=-1, cached=FALSE, heap=FALSE)
@3,739,246us: [+4 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> CMEM_alloc(1413120) = 0x40add000.
@3,739,548us: [+4 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> CMEM_getPhys(0x40add000) = 0x871d6000.
@3,739,757us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> Enter(virtAddr=0x40add000, size=1413120, physAddr=0x871d6000)
@3,739,955us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> creating new contigBuf object
@3,740,124us: [+0 T:0x4001fc90 S:0xbef8fa94] OM - Memory_alloc> Enter(0x10)
@3,740,309us: [+0 T:0x4001fc90 S:0xbef8fa94] OM - Memory_alloc> return (0x259840)
@3,740,488us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> returning: cb->phys=0x871d6000, cb->size=1413120, cb->virt=0x40add000
@3,740,671us: [+0 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> return (0x40add000)
@3,740,837us: [+0 T:0x4001fc90 S:0xbef8fb3c] OM - Memory_alloc> return (0x40add000)
@3,741,003us: [+0 T:0x4001fc90 S:0xbef8fb1c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x40add000, size=4)
@3,741,182us: [+1 T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x40add000, size=4)
@3,741,354us: [+1 T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x40add000, Ec=0x40c36000, Ss=0x40add000, Es=0x40add004, PSc=0x871d6000)
@3,741,547us: [+1 T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> returning physAddr=0x871d6000
@3,741,714us: [+0 T:0x4001fc90 S:0xbef8fb1c] OM - Memory_getBufferPhysicalAddress> return (0x871d6000)
@3,741,880us: [+2 T:0x4001fc90 S:0xbef8fb54] ti.sdo.dmai - [Buffer] Alloc Buffer of size 1413120 at 0x40add000 (0x871d6000 phys)
33333333Allocating BufTab for 2 buffers
@3,742,170us: [+0 T:0x4001fc90 S:0xbef8fb3c] OM - Memory_alloc> Enter(0x159000)
@3,742,352us: [+0 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> Enter(size=1413120, align=-1, cached=FALSE, heap=FALSE)
@3,742,796us: [+4 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> CMEM_alloc(1413120) = 0x40c57000.
@3,743,097us: [+4 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> CMEM_getPhys(0x40c57000) = 0x8705c000.
@3,743,316us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> Enter(virtAddr=0x40c57000, size=1413120, physAddr=0x8705c000)
@3,743,514us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> creating new contigBuf object
@3,743,680us: [+0 T:0x4001fc90 S:0xbef8fa94] OM - Memory_alloc> Enter(0x10)
@3,743,865us: [+0 T:0x4001fc90 S:0xbef8fa94] OM - Memory_alloc> return (0x2598c8)
@3,744,035us: [+1 T:0x4001fc90 S:0xbef8faac] OM - Memory__addContigBuf> returning: cb->phys=0x8705c000, cb->size=1413120, cb->virt=0x40c57000
@3,744,221us: [+0 T:0x4001fc90 S:0xbef8faf4] OM - Memory_contigAlloc> return (0x40c57000)
@3,744,387us: [+0 T:0x4001fc90 S:0xbef8fb3c] OM - Memory_alloc> return (0x40c57000)
@3,744,55vpbe_encoder_initialize
3us: [+0 T:0x400davinci_enc_priv_setmode: type: 0
1fc90 S:0xbef8fbdavinci_enc_priv_setmode: Mode Name: NTSC
1c] OM - Memory_getBufferPhysicadavinci_enc_priv_setmode: type: 0
lAddress> Enter(davinci_enc_priv_setmode: Mode Name: NTSC
virtAddr=0x40c57000, size=4)
@3davinci_v4l2 davinci_v4l2.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 1472,
layer.pix_fmt.width = 720,
layer.pix_fmt.height = 480,
layer.pix_fmt.sizeimage =1413120
,744,731us: [+1 davinci_v4l2 davinci_v4l2.1: pixfmt->width = 720,
layer->layer_info.config.line_length= 1472
T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x40c57000, size=4)
@3,744,902us: [+1 T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x40c57000, Ec=0x40db0000, Ss=0x40c57000, Es=0x40c57004, PSc=0x8705c000)
@4,157,408us: [+1 T:0x4001fc90 S:0xbef8fb1c] OM - Memory__getPhysicalAddress> returning physAddr=0x8705c000
@4,157,638us: [+0 T:0x4001fc90 S:0xbef8fb1c] OM - Memory_getBufferPhysicalAddress> return (0x8705c000)
@4,157,827us: [+2 T:0x4001fc90 S:0xbef8fb54] ti.sdo.dmai - [Buffer] Alloc Buffer of size 1413120 at 0x40c57000 (0x8705c000 phys)
Display set to Display_Output_SYSTEM
333333333333333333333
111111111111111111111
Video output set to size 720x480 pitch 1472 imageSize 1413120
Setting video standard VideoStd_D1_NTSC
Wueing buffer for display
Wueing buffer for display
Display created
Display device initializd successfully
RESIZER init successfully.....
@4,229,109us: [+0 T:0x4001fc90 S:0xbef8fbb4] CE - Engine_open> Enter('encodedecode', 0x0, 0xbef8fc24)
@4,229,366us: [+0 T:0x4001fc90 S:0xbef8fb9c] OM - Memory_alloc> Enter(0x2c)
@4,229,564us: [+0 T:0x4001fc90 S:0xbef8fb9c] OM - Memory_alloc> return (0x259a60)
@4,229,763us: [+0 T:0x4001fc90 S:0xbef8fbb4] CE - Engine_open> return(2464352)
Engine [encodedecode] opened successfully
Bit rate . Ratecontrol IVIDEO_NONE
PARAMS:
[0][320][240][25000][9][2][9][4]Creating encoder h264enc for max 320x240 bitrate 0 ratectrl 4
@4,230,548us: [+0 T:0x4001fc90 S:0xbef8fa24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> Enter (engine=0x259a60, name='h264enc', params=0xbef8fc08)
@4,230,813us: [+0 T:0x4001fc90 S:0xbef8f9f4] CV - VISA_create(0x259a60, 'h264enc', 0xbef8fc08, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
@4,231,098us: [+0 T:0x4001fc90 S:0xbef8f8f4] CV - VISA_create2(0x259a60, 'h264enc', 0xbef8fc08, 0x30, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
@4,231,460us: [+0 T:0x4001fc90 S:0xbef8f8dc] OM - Memory_alloc> Enter(0x34)
@4,231,731us: [+0 T:0x4001fc90 S:0xbef8f8dc] OM - Memory_alloc> return (0x259c00)
@4,231,930us: [+0 T:0x4001fc90 S:0xbef8f8b4] ti.sdo.ce.alg.Algorithm - Algorithm_create> Enter (fxns=0x1466d8, idma3Fxns=0x0, iresFxns=0x146764, params=0xbef8fc08, attrs=0xbef8f9e4)
@4,232,144us: [+0 T:0x4001fc90 S:0xbef8f89c] OM - Memory_alloc> Enter(0x10)
@4,232,324us: [+0 T:0x4001fc90 S:0xbef8f89c] OM - Memory_alloc> return (0x259c38)
@4,232,493us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Enter (scratchId=1, fxns=0x1466d8, parentAlg=0x0, params=0xbef8fc08)
@4,232,757us: [+2 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> algNumAlloc 12 memory recs
@4,233,209us: [+2 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> algAlloc returned numRecs=12
@4,233,488us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[0]: size=0x540, align=0x80, space=0x0, attrs=0x1
@4,233,695us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[1]: size=0x1248, align=0x80, space=0x0, attrs=0x0
@4,233,882us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[2]: size=0x1248, align=0x80, space=0x11, attrs=0x1
@4,234,071us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[3]: size=0x5000, align=0x80, space=0x11, attrs=0x0
@4,234,265us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[4]: size=0x800, align=0x80, space=0x11, attrs=0x1
@4,234,490us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[5]: size=0x52200, align=0x80, space=0x11, attrs=0x1
@4,234,694us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[6]: size=0x380, align=0x80, space=0x11, attrs=0x0
@4,234,885us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[7]: size=0xbda4, align=0x80, space=0x11, attrs=0x1
@4,235,068us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[8]: size=0xeb80, align=0x80, space=0x11, attrs=0x1
@4,235,260us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[9]: size=0xe80, align=0x80, space=0x11, attrs=0x1
@4,235,445us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[10]: size=0x3880, align=0x80, space=0x11, attrs=0x1
@4,567,473us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Memory requested memTab[11]: size=0x180, align=0x80, space=0x11, attrs=0x1
@4,567,738us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x540)
@4,567,931us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=1344, align=128, cached=FALSE, heap=FALSE)
@4,568,306us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(1344) = 0x40dd1000.
@4,568,568us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40dd1000) = 0x87fff000.
@4,568,838us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40dd1000, size=1344, physAddr=0x87fff000)
@4,569,043us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,569,223us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,569,409us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259d48)
@4,569,581us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87fff000, cb->size=1344, cb->virt=0x40dd1000
@4,569,770us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40dd1000)
@4,569,942us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40dd1000)
@4,570,209us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x1248)
@4,570,403us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=4680, align=128, cached=FALSE, heap=FALSE)
@4,570,759us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(4680) = 0x40dd2000.
@4,571,008us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40dd2000) = 0x87ff8000.
@4,571,212us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40dd2000, size=4680, physAddr=0x87ff8000)
@4,571,454us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,571,642us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,571,831us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259d60)
@4,572,006us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ff8000, cb->size=4680, cb->virt=0x40dd2000
@4,572,202us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40dd2000)
@4,572,375us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40dd2000)
@4,572,608us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x1248)
@4,572,838us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=4680, align=128, cached=FALSE, heap=FALSE)
@4,573,212us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(4680) = 0x40dd4000.
@4,573,470us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40dd4000) = 0x87ff6000.
@4,573,673us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40dd4000, size=4680, physAddr=0x87ff6000)
@4,573,873us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,574,046us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,574,287us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259d78)
@4,574,471us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ff6000, cb->size=4680, cb->virt=0x40dd4000
@4,574,658us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40dd4000)
@4,574,826us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40dd4000)
@4,575,062us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x5000)
@4,575,256us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=20480, align=128, cached=FALSE, heap=FALSE)
@4,575,662us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(20480) = 0x40dd6000.
@4,576,161us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40dd6000) = 0x87d4a000.
@4,908,584us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40dd6000, size=20480, physAddr=0x87d4a000)
@4,908,843us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,909,025us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,909,224us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259d90)
@4,909,403us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87d4a000, cb->size=20480, cb->virt=0x40dd6000
@4,909,592us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40dd6000)
@4,909,810us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40dd6000)
@4,910,182us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x800)
@4,910,379us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=2048, align=128, cached=FALSE, heap=FALSE)
@4,910,739us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(2048) = 0x40dde000.
@4,910,997us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40dde000) = 0x87ffe000.
@4,911,249us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40dde000, size=2048, physAddr=0x87ffe000)
@4,911,461us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,911,638us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,911,820us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259da8)
@4,911,992us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ffe000, cb->size=2048, cb->virt=0x40dde000
@4,912,178us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40dde000)
@4,912,345us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40dde000)
@4,912,595us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x52200)
@4,912,843us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=336384, align=128, cached=FALSE, heap=FALSE)
@4,913,337us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(336384) = 0x40ddf000.
@4,913,638us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40ddf000) = 0x86ee2000.
@4,913,843us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40ddf000, size=336384, physAddr=0x86ee2000)
@4,914,116us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,914,294us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,914,482us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259dc0)
@4,914,658us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x86ee2000, cb->size=336384, cb->virt=0x40ddf000
@4,914,844us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40ddf000)
@4,915,017us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40ddf000)
@4,918,147us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x380)
@4,918,398us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=896, align=128, cached=FALSE, heap=FALSE)
@4,918,767us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(896) = 0x40f59000.
@4,919,027us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f59000) = 0x87ffd000.
@4,919,230us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f59000, size=896, physAddr=0x87ffd000)
@4,919,426us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@4,919,661us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@4,919,849us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259dd8)
@4,920,023us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ffd000, cb->size=896, cb->virt=0x40f59000
@4,920,212us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f59000)
@5,252,485us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f59000)
@5,252,757us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0xbda4)
@5,252,956us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=48548, align=128, cached=FALSE, heap=FALSE)
@5,253,332us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(48548) = 0x40f5a000.
@5,253,684us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f5a000) = 0x87d36000.
@5,253,909us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f5a000, size=48548, physAddr=0x87d36000)
@5,254,114us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@5,254,289us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@5,254,479us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259df0)
@5,254,654us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87d36000, cb->size=48548, cb->virt=0x40f5a000
@5,254,838us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f5a000)
@5,255,008us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f5a000)
@5,255,654us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0xeb80)
@5,256,075us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=60288, align=128, cached=FALSE, heap=FALSE)
@5,256,522us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(60288) = 0x40f6e000.
@5,256,822us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f6e000) = 0x87d22000.
@5,257,033us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f6e000, size=60288, physAddr=0x87d22000)
@5,257,241us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@5,257,418us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@5,257,599us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259e08)
@5,257,773us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87d22000, cb->size=60288, cb->virt=0x40f6e000
@5,258,020us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f6e000)
@5,258,205us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f6e000)
@5,258,881us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0xe80)
@5,259,071us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=3712, align=128, cached=FALSE, heap=FALSE)
@5,259,473us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(3712) = 0x40f82000.
@5,259,729us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f82000) = 0x87ffc000.
@5,259,935us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f82000, size=3712, physAddr=0x87ffc000)
@5,260,126us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@5,260,290us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@5,260,476us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259e20)
@5,260,707us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ffc000, cb->size=3712, cb->virt=0x40f82000
@5,260,904us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f82000)
@5,261,071us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f82000)
@5,261,302us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x3880)
@5,261,491us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=14464, align=128, cached=FALSE, heap=FALSE)
@5,261,871us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(14464) = 0x40f83000.
@5,262,176us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f83000) = 0x87fef000.
@5,595,011us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f83000, size=14464, physAddr=0x87fef000)
@5,595,283us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@5,595,472us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@5,595,669us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259e38)
@5,596,076us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87fef000, cb->size=14464, cb->virt=0x40f83000
@5,596,354us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f83000)
@5,596,537us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f83000)
@5,596,862us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> Enter(0x180)
@5,597,054us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> Enter(size=384, align=128, cached=FALSE, heap=FALSE)
@5,597,410us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_alloc(384) = 0x40f87000.
@5,597,715us: [+4 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f87000) = 0x87ffb000.
@5,597,918us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> Enter(virtAddr=0x40f87000, size=384, physAddr=0x87ffb000)
@5,598,113us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> creating new contigBuf object
@5,598,280us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> Enter(0x10)
@5,598,468us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_alloc> return (0x259e50)
@5,598,638us: [+1 T:0x4001fc90 S:0xbef8f794] OM - Memory__addContigBuf> returning: cb->phys=0x87ffb000, cb->size=384, cb->virt=0x40f87000
@5,598,823us: [+0 T:0x4001fc90 S:0xbef8f7dc] OM - Memory_contigAlloc> return (0x40f87000)
@5,599,045us: [+0 T:0x4001fc90 S:0xbef8f824] OM - Memory_alloc> return (0x40f87000)
@5,603,651us: [+4 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> algInit returned IALG_EOK
@5,603,927us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.alg - ALG_create> Exit (algHandle=0x40dd1000)
@5,604,207us: [+0 T:0x4001fc90 S:0xbef8f804] OM - Memory_alloc> Enter(0x270)
@5,604,422us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_contigAlloc> Enter(size=624, align=0, cached=FALSE, heap=FALSE)
@5,604,840us: [+4 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_contigAlloc> CMEM_alloc(624) = 0x40f88000.
@5,605,092us: [+4 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f88000) = 0x87ffa000.
@5,605,297us: [+1 T:0x4001fc90 S:0xbef8f774] OM - Memory__addContigBuf> Enter(virtAddr=0x40f88000, size=624, physAddr=0x87ffa000)
@5,605,495us: [+1 T:0x4001fc90 S:0xbef8f774] OM - Memory__addContigBuf> creating new contigBuf object
@5,605,662us: [+0 T:0x4001fc90 S:0xbef8f75c] OM - Memory_alloc> Enter(0x10)
@5,606,117us: [+0 T:0x4001fc90 S:0xbef8f75c] OM - Memory_alloc> return (0x259c50)
@5,606,319us: [+1 T:0x4001fc90 S:0xbef8f774] OM - Memory__addContigBuf> returning: cb->phys=0x87ffa000, cb->size=624, cb->virt=0x40f88000
@5,606,513us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_contigAlloc> return (0x40f88000)
@5,606,690us: [+0 T:0x4001fc90 S:0xbef8f804] OM - Memory_alloc> return (0x40f88000)
@5,607,038us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@5,607,312us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@5,607,561us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@5,607,765us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@5,608,051us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@5,608,251us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@5,608,460us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@5,608,696us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@5,941,648us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@5,941,888us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@5,942,122us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@5,942,318us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@5,942,792us: [+0 T:0x4001fc90 S:0xbef8f33c] ti.sdo.ce.osal.LockMP - LockMP_create> key: 0x33414d46 count: 1208 attrs: 0x144138
@5,943,100us: [+0 T:0x4001fc90 S:0xbef8f324] OM - Memory_alloc> Enter(0x10)
@5,943,305us: [+0 T:0x4001fc90 S:0xbef8f324] OM - Memory_alloc> return (0x259c68)
@5,943,491us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - SemMP_create> key: 0x33414d46 count: 1
@5,943,673us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_alloc> Enter(0x4)
@5,943,855us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_alloc> return (0x259c80)
@5,944,032us: [+0 T:0x4001fc90 S:0xbef8f2e4] ti.sdo.ce.osal.SemMP - Entered enterCS> key[0x4c41534f]
@5,944,298us: [+0 T:0x4001fc90 S:0xbef8f2e4] ti.sdo.ce.osal.SemMP - Leaving enterCS> id[0x150000]
@5,944,581us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - SemMP_create> semId: 0x118007 refCount: 1
@5,944,794us: [+0 T:0x4001fc90 S:0xbef8f2e4] ti.sdo.ce.osal.SemMP - Entered exitCS> id[0x150000]
@5,945,018us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - Leaving exitCS
@5,945,208us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_create> sem[0x259c80]
@5,945,390us: [+0 T:0x4001fc90 S:0xbef8f33c] ti.sdo.ce.osal.LockMP - Leaving LockMP_create> lock[0x259c68]
@5,945,617us: [+0 T:0x4001fc90 S:0xbef8f324] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259c68]
@5,946,007us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259c80] timeout[0xffffffff]
@5,946,265us: [+0 T:0x4001fc90 S:0xbef8f2fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259c80] status[0]
@5,946,468us: [+0 T:0x4001fc90 S:0xbef8f33c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259c68]
@5,947,479us: [+0 T:0x4001fc90 S:0xbef8f324] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259c68]
@5,947,737us: [+0 T:0x4001fc90 S:0xbef8f304] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259c80]
@5,947,969us: [+0 T:0x4001fc90 S:0xbef8f304] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259c80]
@5,948,161us: [+0 T:0x4001fc90 S:0xbef8f33c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259c68]
@5,948,973us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@5,949,251us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@5,949,630us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@5,949,947us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@5,950,155us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@5,950,360us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@5,950,537us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@5,950,728us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@5,950,905us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@5,951,088us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@5,951,322us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@5,951,541us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x92)
@5,951,788us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=146, align=4, cached=FALSE, heap=FALSE)
@5,952,150us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(146) = 0x40f9a000.
@6,284,198us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9a000) = 0x87d55000.
@6,284,444us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9a000, size=146, physAddr=0x87d55000)
@6,284,649us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@6,284,830us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@6,285,021us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259ca8)
@6,285,206us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d55000, cb->size=146, cb->virt=0x40f9a000
@6,285,496us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9a000)
@6,285,675us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9a000)
@6,286,128us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@6,286,344us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@6,286,668us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@6,286,948us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@6,287,152us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@6,287,339us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@6,287,510us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@6,287,679us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@6,287,855us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@6,288,040us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@6,288,318us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@6,288,519us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@6,288,706us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@6,288,889us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@6,289,102us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@6,289,290us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@6,289,537us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@6,289,750us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@6,289,965us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@6,290,155us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@6,290,336us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@6,290,520us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@6,290,721us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@6,290,960us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@6,291,262us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@6,291,485us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@6,291,873us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@6,292,132us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@6,292,383us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@6,625,277us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@6,625,510us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@6,625,709us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@6,626,122us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@6,626,327us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@6,626,557us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@6,626,787us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@6,626,988us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@6,627,362us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40f9b000.
@6,627,616us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9b000) = 0x87d54000.
@6,627,860us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9b000, size=56, physAddr=0x87d54000)
@6,628,075us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@6,628,259us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@6,628,455us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259cc0)
@6,628,630us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d54000, cb->size=56, cb->virt=0x40f9b000
@6,628,815us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9b000)
@6,628,987us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9b000)
@6,629,244us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@6,629,452us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@6,629,783us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@6,630,014us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@6,630,229us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@6,630,416us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@6,630,633us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@6,630,826us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@6,631,004us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@6,631,193us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@6,631,408us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@6,631,600us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@6,631,788us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@6,631,965us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@6,632,233us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@6,632,434us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@6,632,646us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@6,632,835us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@6,633,043us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@6,633,233us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@6,633,464us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@6,633,656us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@6,966,449us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@6,966,698us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@6,967,009us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@6,967,234us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@6,967,673us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@6,967,938us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@6,968,145us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@6,968,341us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@6,968,515us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@6,968,700us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@6,968,870us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@6,969,118us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@6,969,296us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@6,969,574us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@6,969,770us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@6,970,122us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40f9c000.
@6,970,415us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9c000) = 0x87d53000.
@6,970,633us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9c000, size=56, physAddr=0x87d53000)
@6,970,840us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@6,971,016us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@6,971,213us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259cd8)
@6,971,388us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d53000, cb->size=56, cb->virt=0x40f9c000
@6,971,575us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9c000)
@6,971,797us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9c000)
@6,972,031us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@6,972,238us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@6,972,551us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@6,972,783us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@6,972,983us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@6,973,220us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@6,973,403us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@6,973,575us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@6,973,752us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@6,973,932us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@6,974,146us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@6,974,338us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@6,974,567us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@6,974,762us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,307,550us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,307,797us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,308,024us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@7,308,225us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@7,308,441us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@7,308,635us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@7,308,882us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@7,309,067us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,309,283us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,309,475us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,309,846us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@7,310,121us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@7,310,534us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@7,310,801us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@7,311,004us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@7,311,211us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@7,311,387us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@7,311,642us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@7,311,825us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@7,312,011us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@7,312,191us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@7,312,403us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x4a)
@7,312,596us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=74, align=4, cached=FALSE, heap=FALSE)
@7,312,991us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(74) = 0x40f9d000.
@7,313,252us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9d000) = 0x87d52000.
@7,313,455us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9d000, size=74, physAddr=0x87d52000)
@7,313,657us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@7,313,828us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@7,314,015us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259cf0)
@7,314,191us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d52000, cb->size=74, cb->virt=0x40f9d000
@7,314,438us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9d000)
@7,314,619us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9d000)
@7,314,841us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@7,315,037us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@7,315,348us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@7,315,576us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@7,316,025us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@7,316,254us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@7,648,627us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@7,648,862us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@7,649,049us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@7,649,242us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@7,649,461us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@7,649,654us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@7,649,882us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@7,650,081us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,650,304us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,650,501us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,650,710us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@7,650,901us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@7,651,104us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@7,651,345us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@7,651,534us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@7,651,719us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,651,930us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,652,122us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,652,418us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@7,652,688us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@7,653,080us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@7,653,388us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@7,653,602us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@7,653,803us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@7,654,033us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@7,654,237us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@7,654,416us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@7,654,602us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@7,654,776us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@7,654,990us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@7,655,182us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@7,655,593us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40f9e000.
@7,656,050us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9e000) = 0x87d57000.
@7,656,282us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9e000, size=56, physAddr=0x87d57000)
@7,656,488us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@7,656,664us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@7,656,922us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259d08)
@7,657,108us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d57000, cb->size=56, cb->virt=0x40f9e000
@7,989,746us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9e000)
@7,989,981us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9e000)
@7,990,213us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@7,990,414us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@7,990,741us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@7,991,082us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@7,991,299us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@7,991,490us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@7,991,664us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@7,991,831us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@7,992,004us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@7,992,193us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@7,992,460us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@7,992,663us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@7,992,848us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@7,993,033us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,993,251us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,993,440us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,993,640us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@7,993,891us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@7,994,109us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@7,994,299us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@7,994,483us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@7,994,665us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@7,994,871us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@7,995,098us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@7,995,412us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@7,995,631us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@7,996,246us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@7,996,568us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@7,996,788us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@7,996,999us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@7,997,175us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@7,997,359us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@7,997,535us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@7,997,716us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@7,997,940us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@7,998,168us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@8,330,868us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@8,331,284us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40f9f000.
@8,331,545us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f9f000) = 0x87a03000.
@8,331,749us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f9f000, size=56, physAddr=0x87a03000)
@8,331,958us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@8,332,199us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@8,332,402us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259d20)
@8,332,591us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87a03000, cb->size=56, cb->virt=0x40f9f000
@8,332,779us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f9f000)
@8,332,954us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f9f000)
@8,333,177us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@8,333,376us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@8,333,759us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@8,333,995us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@8,334,197us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@8,334,380us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@8,334,555us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@8,334,723us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@8,334,966us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@8,335,155us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@8,335,370us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@8,335,562us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@8,335,925us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@8,336,165us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@8,336,454us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@8,336,652us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@8,336,863us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@8,337,057us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@8,337,272us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@8,337,530us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@8,337,770us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@8,337,957us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@8,338,170us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@8,338,360us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@8,338,657us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@8,338,874us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@8,339,322us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@8,339,591us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@8,671,987us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@8,672,237us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@8,672,424us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@8,672,611us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@8,672,783us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@8,672,967us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@8,673,138us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@8,673,417us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@8,673,617us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@8,673,985us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa0000.
@8,674,236us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa0000) = 0x87a02000.
@8,674,438us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa0000, size=56, physAddr=0x87a02000)
@8,674,699us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@8,674,887us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@8,675,080us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259e68)
@8,675,262us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87a02000, cb->size=56, cb->virt=0x40fa0000
@8,675,450us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa0000)
@8,675,622us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa0000)
@8,676,085us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@8,676,328us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@8,676,662us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@8,676,890us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@8,677,094us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@8,677,287us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@8,677,523us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@8,677,705us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@8,677,881us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@8,678,065us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@8,678,283us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@8,678,479us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@8,678,662us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@8,678,905us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@8,679,131us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@8,679,329us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@8,679,534us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@8,679,728us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@8,679,934us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@8,680,171us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@8,680,364us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@9,013,108us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@9,013,395us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@9,013,605us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@9,013,924us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@9,014,150us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@9,014,596us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@9,014,869us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@9,015,075us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@9,015,283us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,015,464us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,015,701us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@9,016,110us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@9,016,316us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@9,016,496us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@9,016,717us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@9,016,977us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@9,017,408us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa1000.
@9,017,668us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa1000) = 0x87a01000.
@9,017,874us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa1000, size=56, physAddr=0x87a01000)
@9,018,080us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,018,261us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,018,501us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259e80)
@9,018,700us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87a01000, cb->size=56, cb->virt=0x40fa1000
@9,018,899us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa1000)
@9,019,077us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa1000)
@9,019,300us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@9,019,501us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@9,019,860us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@9,020,100us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@9,020,308us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@9,020,499us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@9,020,672us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@9,020,845us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@9,021,018us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@9,021,244us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@9,021,517us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@9,021,722us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@9,021,914us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@9,354,235us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@9,354,520us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@9,354,732us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@9,354,949us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@9,355,200us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@9,355,461us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@9,355,668us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@9,356,074us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@9,356,284us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@9,356,513us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@9,356,712us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@9,357,081us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@9,357,313us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@9,357,712us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@9,357,975us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@9,358,221us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@9,358,441us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,358,626us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,358,813us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@9,358,990us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@9,359,175us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@9,359,348us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@9,359,606us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@9,359,812us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@9,360,172us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa2000.
@9,360,424us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa2000) = 0x87a00000.
@9,360,621us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa2000, size=56, physAddr=0x87a00000)
@9,360,829us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,361,053us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,361,258us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259e98)
@9,361,434us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87a00000, cb->size=56, cb->virt=0x40fa2000
@9,361,625us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa2000)
@9,361,794us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa2000)
@9,362,016us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@9,362,220us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@9,362,582us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@9,362,817us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@9,363,017us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@9,695,374us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@9,695,603us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@9,695,994us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@9,696,218us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@9,696,412us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@9,696,684us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@9,696,882us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@9,697,073us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@9,697,257us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@9,697,474us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@9,697,666us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@9,697,872us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@9,698,126us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@9,698,340us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@9,698,532us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@9,698,712us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@9,698,890us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@9,699,095us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@9,699,332us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@9,699,653us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@9,699,878us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@9,700,272us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@9,700,541us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@9,700,798us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@9,701,014us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,701,197us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,701,381us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@9,701,552us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@9,701,737us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@9,701,909us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@9,702,171us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@9,702,378us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@9,702,738us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa3000.
@9,702,988us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa3000) = 0x879ff000.
@9,703,192us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa3000, size=56, physAddr=0x879ff000)
@9,703,402us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@9,703,647us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@9,703,845us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259eb0)
@10,036,472us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ff000, cb->size=56, cb->virt=0x40fa3000
@10,036,727us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa3000)
@10,036,921us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa3000)
@10,037,155us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@10,037,357us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@10,037,726us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@10,037,972us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@10,038,186us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@10,038,376us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@10,038,556us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@10,038,728us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@10,038,899us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,039,169us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@10,039,401us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@10,039,599us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@10,039,789us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@10,039,973us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@10,040,187us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@10,040,388us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@10,040,652us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,040,852us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@10,041,066us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@10,041,260us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@10,041,449us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@10,041,630us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@10,041,888us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@10,042,102us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@10,042,412us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@10,042,636us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@10,043,079us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@10,043,406us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@10,043,619us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@10,043,828us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@10,044,015us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@10,044,207us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@10,044,384us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@10,044,623us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@10,377,616us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@10,377,905us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@10,378,115us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@10,378,491us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa4000.
@10,378,791us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa4000) = 0x879fe000.
@10,379,012us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa4000, size=56, physAddr=0x879fe000)
@10,379,225us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@10,379,398us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@10,379,583us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259ec8)
@10,379,754us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879fe000, cb->size=56, cb->virt=0x40fa4000
@10,379,942us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa4000)
@10,380,110us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa4000)
@10,380,388us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@10,380,593us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@10,380,910us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@10,381,139us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@10,381,341us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@10,381,576us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@10,381,765us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@10,381,940us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@10,382,112us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,382,296us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@10,382,512us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@10,382,704us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@10,382,889us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@10,383,129us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@10,383,348us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@10,383,541us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@10,383,742us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,383,926us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@10,384,129us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@10,384,355us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@10,384,551us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@10,384,734us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@10,384,941us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@10,385,133us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@10,385,434us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@10,385,651us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@10,718,911us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@10,719,190us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@10,719,395us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@10,719,593us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@10,719,766us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@10,720,005us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@10,720,198us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@10,720,391us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@10,720,564us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@10,720,777us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@10,720,969us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@10,721,372us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa5000.
@10,721,631us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa5000) = 0x879fd000.
@10,721,833us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa5000, size=56, physAddr=0x879fd000)
@10,722,043us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@10,722,228us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@10,722,420us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259ee0)
@10,722,595us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879fd000, cb->size=56, cb->virt=0x40fa5000
@10,722,846us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa5000)
@10,723,062us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa5000)
@10,723,305us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@10,723,509us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@10,723,826us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@10,724,099us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@10,724,317us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@10,724,508us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@10,724,681us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@10,724,847us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@10,725,016us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,725,201us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@10,725,460us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@10,725,661us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@10,726,074us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@10,726,281us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@10,726,502us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@10,726,699us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@10,726,955us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@10,727,159us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@11,059,844us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@11,060,089us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@11,060,287us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@11,060,479us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@11,060,696us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@11,060,893us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@11,061,249us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@11,061,479us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@11,061,881us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@11,062,150us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@11,062,356us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@11,062,624us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@11,062,812us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@11,063,006us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@11,063,189us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@11,063,378us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@11,063,555us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@11,063,817us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@11,064,031us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@11,064,396us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa6000.
@11,064,659us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa6000) = 0x879fc000.
@11,064,868us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa6000, size=56, physAddr=0x879fc000)
@11,065,080us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@11,065,330us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@11,065,531us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259ef8)
@11,065,714us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879fc000, cb->size=56, cb->virt=0x40fa6000
@11,066,138us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa6000)
@11,066,335us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa6000)
@11,066,596us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@11,066,816us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@11,067,148us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@11,067,378us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@11,067,586us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@11,067,782us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@11,068,010us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@11,068,201us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@11,068,383us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@11,068,572us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@11,068,791us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@11,400,953us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@11,401,191us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@11,401,386us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@11,401,609us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@11,401,805us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@11,402,016us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@11,402,276us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@11,402,495us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@11,402,689us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@11,402,868us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@11,403,045us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@11,403,252us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@11,403,438us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@11,403,808us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@11,404,030us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@11,404,430us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@11,404,687us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@11,404,936us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@11,405,158us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@11,405,342us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@11,405,532us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@11,405,712us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@11,406,131us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@11,406,373us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@11,406,603us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@11,406,802us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@11,407,212us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa7000.
@11,407,478us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa7000) = 0x879fb000.
@11,407,730us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa7000, size=56, physAddr=0x879fb000)
@11,407,945us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@11,408,125us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@11,408,313us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f10)
@11,408,490us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879fb000, cb->size=56, cb->virt=0x40fa7000
@11,408,676us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa7000)
@11,408,847us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa7000)
@11,409,107us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@11,409,317us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@11,742,211us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@11,742,472us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@11,742,683us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@11,742,874us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@11,743,048us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@11,743,265us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@11,743,460us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@11,743,647us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@11,743,862us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@11,744,048us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@11,744,232us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@11,744,405us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@11,744,654us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@11,744,859us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@11,745,071us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@11,745,264us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@11,745,475us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@11,745,664us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@11,746,112us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@11,746,323us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@11,746,547us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@11,746,744us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@11,747,044us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@11,747,265us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@11,747,702us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@11,747,966us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@11,748,170us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@11,748,373us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@11,748,554us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@11,748,738us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@11,748,983us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@11,749,173us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@11,749,351us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@11,749,564us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@11,749,760us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@11,750,125us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa8000.
@11,750,435us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa8000) = 0x879fa000.
@11,750,645us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa8000, size=56, physAddr=0x879fa000)
@12,083,217us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@12,083,458us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@12,083,668us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f28)
@12,083,858us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879fa000, cb->size=56, cb->virt=0x40fa8000
@12,084,056us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa8000)
@12,084,234us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa8000)
@12,084,511us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@12,084,720us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@12,085,046us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@12,085,281us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@12,085,484us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@12,085,673us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@12,086,124us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@12,086,323us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@12,086,509us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@12,086,699us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@12,086,917us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@12,087,111us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@12,087,366us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@12,087,559us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@12,087,783us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@12,087,976us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@12,088,182us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@12,088,378us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@12,088,630us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@12,088,836us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@12,089,025us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@12,089,205us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@12,089,413us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@12,089,611us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@12,089,920us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@12,090,193us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@12,090,591us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@12,090,853us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@12,091,099us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@12,091,323us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@12,091,558us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@12,424,384us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@12,424,616us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@12,424,870us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@12,425,056us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@12,425,275us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@12,425,467us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@12,426,113us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fa9000.
@12,426,401us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fa9000) = 0x879f9000.
@12,426,612us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fa9000, size=56, physAddr=0x879f9000)
@12,426,817us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@12,427,046us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@12,427,251us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f40)
@12,427,429us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f9000, cb->size=56, cb->virt=0x40fa9000
@12,427,617us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fa9000)
@12,427,788us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fa9000)
@12,428,005us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@12,428,207us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@12,428,585us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@12,428,816us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@12,429,018us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@12,429,207us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@12,429,380us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@12,429,546us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@12,429,768us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@12,429,966us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@12,430,182us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@12,430,373us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@12,430,552us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@12,430,729us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@12,430,937us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@12,431,184us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@12,431,396us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@12,431,589us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@12,431,796us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@12,431,988us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@12,432,164us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@12,432,343us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@12,432,598us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@12,765,496us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@12,766,023us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@12,766,274us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@12,766,718us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@12,766,987us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@12,767,200us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@12,767,405us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@12,767,583us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@12,767,763us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@12,767,943us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@12,768,187us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@12,768,368us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@12,768,586us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@12,768,780us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@12,769,142us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40faa000.
@12,769,398us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40faa000) = 0x879f8000.
@12,769,657us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40faa000, size=56, physAddr=0x879f8000)
@12,769,866us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@12,770,040us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@12,770,240us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f58)
@12,770,417us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f8000, cb->size=56, cb->virt=0x40faa000
@12,770,604us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40faa000)
@12,770,774us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40faa000)
@12,771,051us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@12,771,261us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@12,771,573us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@12,771,806us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@12,772,002us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@12,772,236us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@12,772,429us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@12,772,609us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@12,772,785us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@12,772,961us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@12,773,172us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@12,773,363us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@12,773,545us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@12,773,786us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@12,774,002us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,106,612us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,106,878us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@13,107,080us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@13,107,304us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@13,107,501us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@13,107,683us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@13,107,924us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@13,108,145us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,108,335us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,108,631us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@13,108,898us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@13,109,332us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@13,109,593us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@13,109,790us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@13,109,995us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@13,110,167us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@13,110,351us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@13,110,522us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@13,110,770us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@13,110,946us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@13,111,158us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@13,111,351us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@13,111,713us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fab000.
@13,112,017us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fab000) = 0x879f7000.
@13,112,235us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fab000, size=56, physAddr=0x879f7000)
@13,112,451us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@13,112,629us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@13,112,823us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f70)
@13,112,996us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f7000, cb->size=56, cb->virt=0x40fab000
@13,113,184us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fab000)
@13,113,405us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fab000)
@13,113,638us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@13,113,838us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@13,114,147us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@13,114,371us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@13,114,568us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@13,114,805us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@13,114,991us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@13,447,727us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@13,447,969us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@13,448,166us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@13,448,384us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@13,448,576us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@13,448,758us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@13,448,987us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@13,449,217us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,449,414us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,449,620us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@13,449,810us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@13,450,018us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@13,450,220us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@13,450,463us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@13,450,643us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@13,450,854us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,451,045us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,451,350us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@13,451,574us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@13,452,075us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@13,452,351us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@13,452,562us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@13,452,770us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@13,452,951us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@13,453,198us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@13,453,384us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@13,453,575us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@13,453,744us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@13,453,957us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@13,454,151us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@13,454,564us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fac000.
@13,454,829us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fac000) = 0x879f6000.
@13,455,032us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fac000, size=56, physAddr=0x879f6000)
@13,455,243us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@13,455,420us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@13,455,609us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259f88)
@13,456,029us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f6000, cb->size=56, cb->virt=0x40fac000
@13,788,843us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fac000)
@13,789,079us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fac000)
@13,789,321us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@13,789,524us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@13,789,843us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@13,790,124us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@13,790,337us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@13,790,524us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@13,790,696us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@13,790,863us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@13,791,038us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@13,791,224us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@13,791,474us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@13,791,675us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@13,791,858us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@13,792,036us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@13,792,244us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,792,437us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,792,646us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@13,792,914us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@13,793,137us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@13,793,325us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@13,793,502us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@13,793,678us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@13,793,884us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@13,794,072us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@13,794,438us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@13,794,659us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@13,795,051us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@13,795,314us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@13,795,515us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@13,795,981us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@13,796,203us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@13,796,402us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@13,796,585us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@13,796,774us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@13,796,990us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@13,797,219us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@14,129,952us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@14,130,382us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fad000.
@14,130,644us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fad000) = 0x879f5000.
@14,130,849us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fad000, size=56, physAddr=0x879f5000)
@14,131,054us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@14,131,303us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@14,131,500us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259fa0)
@14,131,679us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f5000, cb->size=56, cb->virt=0x40fad000
@14,131,865us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fad000)
@14,132,040us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fad000)
@14,132,263us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@14,132,461us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@14,132,841us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@14,133,067us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@14,133,278us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@14,133,468us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@14,133,644us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@14,133,811us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@14,134,051us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@14,134,249us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@14,134,464us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@14,134,654us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@14,134,836us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@14,135,008us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@14,135,227us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@14,135,486us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@14,135,703us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@14,136,126us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@14,136,360us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@14,136,557us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@14,136,789us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@14,136,978us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@14,137,190us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@14,137,381us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@14,137,683us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@14,137,902us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@14,138,349us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@14,138,615us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@14,471,086us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@14,471,353us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@14,471,542us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@14,471,736us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@14,471,912us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@14,472,095us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@14,472,325us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@14,472,552us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@14,472,745us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@14,473,128us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fae000.
@14,473,387us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fae000) = 0x879f4000.
@14,473,588us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fae000, size=56, physAddr=0x879f4000)
@14,473,856us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@14,474,040us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@14,474,240us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259fb8)
@14,474,422us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f4000, cb->size=56, cb->virt=0x40fae000
@14,474,609us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fae000)
@14,474,778us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fae000)
@14,474,997us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@14,475,253us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@14,475,574us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@14,476,171us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@14,476,455us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@14,476,659us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@14,476,884us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@14,477,068us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@14,477,250us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@14,477,425us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@14,477,630us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@14,477,906us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@14,478,107us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@14,478,294us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@14,478,508us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@14,478,705us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@14,478,910us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@14,479,105us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@14,479,379us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@14,479,573us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@14,812,207us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@14,812,447us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@14,812,682us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@14,812,880us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@14,813,187us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@14,813,453us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@14,813,861us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@14,814,124us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@14,814,325us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@14,814,534us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@14,814,714us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@14,814,961us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@14,815,148us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@14,815,334us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@14,815,506us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@14,815,719us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@14,816,167us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@14,816,563us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40faf000.
@14,816,827us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40faf000) = 0x879f3000.
@14,817,034us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40faf000, size=56, physAddr=0x879f3000)
@14,817,251us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@14,817,429us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@14,817,678us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259fd0)
@14,817,862us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f3000, cb->size=56, cb->virt=0x40faf000
@14,818,051us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40faf000)
@14,818,227us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40faf000)
@14,818,448us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@14,818,643us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@14,818,998us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@14,819,237us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@14,819,442us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@14,819,626us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@14,819,796us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@14,819,961us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@14,820,128us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@14,820,358us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@14,820,584us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@14,820,775us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,153,329us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,153,573us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,153,805us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,154,013us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,154,226us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@15,154,417us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@15,154,696us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@15,154,892us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,155,072us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,155,258us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,155,470us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,155,659us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,156,228us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@15,156,468us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@15,156,860us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@15,157,120us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@15,157,375us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@15,157,592us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@15,157,771us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@15,157,958us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@15,158,130us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@15,158,314us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@15,158,485us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@15,158,742us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@15,158,948us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@15,159,319us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb0000.
@15,159,578us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb0000) = 0x879f2000.
@15,159,784us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb0000, size=56, physAddr=0x879f2000)
@15,159,990us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@15,160,230us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@15,160,425us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259fe8)
@15,160,601us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f2000, cb->size=56, cb->virt=0x40fb0000
@15,160,826us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb0000)
@15,161,016us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb0000)
@15,161,242us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@15,161,494us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@15,161,823us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@15,494,498us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@15,494,757us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@15,494,947us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@15,495,120us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@15,495,284us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@15,495,456us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@15,495,688us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@15,496,140us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@15,496,350us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,496,536us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,496,717us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,496,926us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,497,184us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,497,395us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@15,497,583us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@15,497,794us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@15,497,982us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,498,160us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,498,333us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,498,602us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,498,798us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,499,106us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@15,499,322us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@15,499,715us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@15,500,035us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@15,500,250us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@15,500,459us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@15,500,638us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@15,500,822us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@15,500,998us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@15,501,235us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@15,501,419us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@15,501,634us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@15,501,832us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@15,502,199us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb1000.
@15,502,455us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb1000) = 0x879f1000.
@15,502,722us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb1000, size=56, physAddr=0x879f1000)
@15,502,943us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@15,835,562us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@15,836,069us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a000)
@15,836,312us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f1000, cb->size=56, cb->virt=0x40fb1000
@15,836,518us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb1000)
@15,836,698us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb1000)
@15,836,987us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@15,837,189us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@15,837,518us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@15,837,747us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@15,837,953us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@15,838,189us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@15,838,380us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@15,838,550us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@15,838,721us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@15,838,900us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@15,839,107us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@15,839,295us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,839,518us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,839,720us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,839,938us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,840,131us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,840,338us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@15,840,524us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@15,840,734us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@15,840,961us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@15,841,150us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@15,841,331us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@15,841,536us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@15,841,724us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@15,842,029us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@15,842,294us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@15,842,703us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@15,842,963us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@15,843,167us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@15,843,380us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@15,843,558us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@15,843,808us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@15,843,992us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@16,176,695us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@16,176,931us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@16,177,164us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@16,177,360us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@16,177,736us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb2000.
@16,178,052us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb2000) = 0x879f0000.
@16,178,259us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb2000, size=56, physAddr=0x879f0000)
@16,178,462us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@16,178,704us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@16,178,901us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a018)
@16,179,083us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879f0000, cb->size=56, cb->virt=0x40fb2000
@16,179,326us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb2000)
@16,179,509us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb2000)
@16,179,729us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@16,179,929us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@16,180,245us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@16,180,478us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@16,180,733us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@16,180,935us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@16,181,109us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@16,181,280us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@16,181,453us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@16,181,635us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@16,181,847us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@16,182,082us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@16,182,287us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@16,182,473us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@16,182,688us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@16,182,883us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@16,183,089us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@16,183,282us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@16,183,540us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@16,183,737us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@16,183,917us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@16,184,095us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@16,184,303us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@16,184,495us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@16,516,546us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@16,516,794us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@16,517,193us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@16,517,455us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@16,517,715us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@16,517,928us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@16,518,113us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@16,518,294us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@16,518,464us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@16,518,649us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@16,518,820us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@16,519,083us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@16,519,291us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@16,519,660us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb3000.
@16,519,923us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb3000) = 0x879ef000.
@16,520,129us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb3000, size=56, physAddr=0x879ef000)
@16,520,382us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@16,520,583us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@16,520,779us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a030)
@16,520,961us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ef000, cb->size=56, cb->virt=0x40fb3000
@16,521,149us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb3000)
@16,521,322us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb3000)
@16,521,545us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@16,521,791us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@16,522,120us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@16,522,350us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@16,522,553us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@16,522,738us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@16,522,913us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@16,523,079us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@16,523,320us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@16,523,508us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@16,523,721us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@16,523,907us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@16,524,085us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@16,524,271us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@16,524,523us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@16,524,727us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@16,857,537us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@16,857,784us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@16,858,014us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@16,858,211us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@16,858,389us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@16,858,566us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@16,858,825us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@16,859,030us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@16,859,345us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@16,859,560us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@16,859,949us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@16,860,259us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@16,860,476us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@16,860,683us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@16,860,909us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@16,861,119us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@16,861,295us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@16,861,529us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@16,861,717us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@16,861,933us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@16,862,127us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@16,862,534us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb4000.
@16,862,792us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb4000) = 0x879ee000.
@16,863,053us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb4000, size=56, physAddr=0x879ee000)
@16,863,269us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@16,863,447us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@16,863,634us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a048)
@16,863,807us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ee000, cb->size=56, cb->virt=0x40fb4000
@16,863,995us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb4000)
@16,864,160us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb4000)
@16,864,442us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@16,864,646us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@16,864,962us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@16,865,197us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@16,865,399us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@16,865,583us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@16,866,015us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@16,866,226us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@16,866,416us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,198,661us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,198,930us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,199,136us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,199,322us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,199,501us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,199,717us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,199,978us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,200,186us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,200,379us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,200,587us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,200,781us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,200,956us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,201,131us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,201,399us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,201,594us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,201,904us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@17,202,128us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@17,202,519us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@17,202,838us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@17,203,041us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@17,203,253us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@17,203,432us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@17,203,616us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@17,203,792us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@17,204,031us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@17,204,222us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@17,204,443us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@17,204,638us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@17,205,005us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb5000.
@17,205,266us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb5000) = 0x879ed000.
@17,205,536us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb5000, size=56, physAddr=0x879ed000)
@17,205,932us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@17,206,162us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@17,206,364us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a060)
@17,206,544us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ed000, cb->size=56, cb->virt=0x40fb5000
@17,206,773us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb5000)
@17,206,966us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb5000)
@17,539,820us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@17,540,061us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@17,540,396us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@17,540,626us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@17,540,832us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@17,541,080us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@17,541,266us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@17,541,436us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@17,541,608us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,541,793us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,542,004us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,542,197us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,542,428us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,542,623us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,542,838us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,543,032us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,543,241us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,543,432us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,543,637us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,543,884us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,544,065us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,544,249us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,544,457us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,544,646us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,544,956us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@17,545,223us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@17,545,620us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@17,546,079us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@17,546,304us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@17,546,603us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@17,546,805us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@17,546,998us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@17,547,170us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@17,547,353us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@17,547,525us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@17,547,737us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@17,547,977us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@17,881,054us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb6000.
@17,881,337us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb6000) = 0x879ec000.
@17,881,541us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb6000, size=56, physAddr=0x879ec000)
@17,881,746us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@17,881,924us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@17,882,165us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a078)
@17,882,353us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ec000, cb->size=56, cb->virt=0x40fb6000
@17,882,541us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb6000)
@17,882,709us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb6000)
@17,882,931us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@17,883,130us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@17,883,491us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@17,883,728us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@17,883,929us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@17,884,119us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@17,884,287us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@17,884,457us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@17,884,628us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,884,852us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,885,078us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,885,272us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,885,455us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,885,636us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,886,071us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,886,347us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,886,568us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@17,886,763us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@17,887,032us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@17,887,234us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@17,887,418us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@17,887,638us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@17,887,865us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@17,888,060us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@17,888,374us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@17,888,597us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@17,889,034us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@17,889,309us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@17,889,512us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@18,222,022us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,222,264us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,222,463us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@18,222,638us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@18,222,822us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@18,222,992us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@18,223,246us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@18,223,455us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@18,223,841us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fb7000.
@18,224,106us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb7000) = 0x879eb000.
@18,224,313us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb7000, size=56, physAddr=0x879eb000)
@18,224,530us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,224,769us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,224,962us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a090)
@18,225,140us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879eb000, cb->size=56, cb->virt=0x40fb7000
@18,225,325us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb7000)
@18,225,496us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb7000)
@18,225,714us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@18,226,178us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@18,226,517us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@18,226,743us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@18,226,942us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@18,227,128us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@18,227,302us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@18,227,532us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@18,227,711us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@18,227,892us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@18,228,100us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@18,228,291us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@18,228,472us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@18,228,650us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@18,228,931us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@18,229,131us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@18,229,342us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@18,229,538us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@18,229,746us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@18,229,930us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@18,230,150us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@18,563,116us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@18,563,396us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@18,563,599us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@18,563,983us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@18,564,258us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@18,564,691us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@18,564,948us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@18,565,145us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@18,565,356us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,565,534us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,565,946us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@18,566,176us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@18,566,376us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@18,566,551us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@18,566,767us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x3e)
@18,566,961us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=62, align=4, cached=FALSE, heap=FALSE)
@18,567,397us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(62) = 0x40fb8000.
@18,567,659us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb8000) = 0x879ea000.
@18,567,860us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb8000, size=62, physAddr=0x879ea000)
@18,568,065us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,568,250us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,568,486us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a0a8)
@18,568,683us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879ea000, cb->size=62, cb->virt=0x40fb8000
@18,568,875us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb8000)
@18,569,045us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb8000)
@18,569,267us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@18,569,466us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@18,569,783us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@18,570,074us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@18,570,289us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@18,570,480us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@18,570,651us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@18,570,818us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@18,570,989us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@18,571,172us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@18,571,444us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@18,571,636us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@18,571,820us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@18,904,245us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@18,904,524us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@18,904,736us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@18,904,950us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@18,905,141us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@18,905,349us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@18,905,600us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@18,905,991us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@18,906,210us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@18,906,431us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@18,906,625us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@18,907,076us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@18,907,310us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@18,907,708us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@18,907,967us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@18,908,215us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@18,908,442us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,908,622us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,908,801us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@18,908,968us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@18,909,151us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@18,909,323us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@18,909,531us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x62)
@18,909,779us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=98, align=4, cached=FALSE, heap=FALSE)
@18,910,166us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(98) = 0x40fb9000.
@18,910,431us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fb9000) = 0x879e9000.
@18,910,631us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fb9000, size=98, physAddr=0x879e9000)
@18,910,840us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@18,911,071us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@18,911,274us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a0c0)
@18,911,458us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879e9000, cb->size=98, cb->virt=0x40fb9000
@18,911,644us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fb9000)
@18,911,815us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fb9000)
@18,912,035us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@18,912,242us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@18,912,615us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@18,912,846us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@19,245,354us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@19,245,607us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@19,245,999us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@19,246,220us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@19,246,404us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,246,644us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,246,865us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,247,060us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,247,255us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,247,435us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,247,646us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,247,835us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,248,097us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,248,344us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,248,574us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,248,767us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,248,946us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,249,121us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,249,370us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,249,573us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,249,885us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@19,250,111us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@19,250,508us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@19,250,823us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@19,251,039us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@19,251,258us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@19,251,444us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@19,251,630us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@19,251,803us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@19,251,988us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@19,252,220us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@19,252,442us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@19,252,636us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@19,253,010us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fba000.
@19,253,273us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fba000) = 0x879e8000.
@19,253,533us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fba000, size=56, physAddr=0x879e8000)
@19,253,756us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@19,253,933us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@19,586,489us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a0d8)
@19,586,726us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879e8000, cb->size=56, cb->virt=0x40fba000
@19,586,926us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fba000)
@19,587,096us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fba000)
@19,587,321us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@19,587,520us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@19,587,887us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@19,588,118us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@19,588,315us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@19,588,501us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@19,588,672us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@19,588,839us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@19,589,050us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,589,256us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,589,474us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,589,666us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,589,846us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,590,026us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,590,238us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,590,478us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,590,699us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,590,892us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,591,105us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,591,288us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,591,468us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,591,643us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,591,900us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,592,103us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,592,416us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@19,592,630us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@19,593,024us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@19,593,333us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@19,593,539us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@19,593,750us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@19,593,924us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@19,594,108us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@19,594,282us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@19,594,468us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@19,927,601us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@19,927,881us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@19,928,092us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@19,928,481us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fbb000.
@19,928,734us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fbb000) = 0x879e7000.
@19,928,992us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fbb000, size=56, physAddr=0x879e7000)
@19,929,209us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@19,929,393us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@19,929,585us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a0f0)
@19,929,759us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879e7000, cb->size=56, cb->virt=0x40fbb000
@19,929,948us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fbb000)
@19,930,120us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fbb000)
@19,930,403us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@19,930,603us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@19,930,921us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@19,931,149us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@19,931,354us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@19,931,577us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@19,931,766us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@19,931,937us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@19,932,105us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,932,343us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,932,569us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,932,755us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,932,979us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,933,175us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,933,385us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,933,574us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,933,774us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@19,933,963us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@19,934,166us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@19,934,398us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@19,934,590us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@19,934,771us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@19,934,981us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@19,935,174us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@19,935,482us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@19,935,911us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@20,268,906us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@20,269,192us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@20,269,399us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@20,269,615us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@20,269,796us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@20,270,089us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@20,270,280us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@20,270,468us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@20,270,643us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@20,270,855us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@20,271,049us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@20,271,472us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fbc000.
@20,271,742us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fbc000) = 0x879e6000.
@20,271,950us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fbc000, size=56, physAddr=0x879e6000)
@20,272,160us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@20,272,337us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@20,272,526us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a108)
@20,272,752us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879e6000, cb->size=56, cb->virt=0x40fbc000
@20,272,954us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fbc000)
@20,273,130us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fbc000)
@20,273,345us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@20,273,544us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@20,273,854us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@20,274,129us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@20,274,347us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@20,274,537us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@20,274,711us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@20,274,884us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@20,275,053us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@20,275,242us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@20,275,496us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@20,275,697us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@20,276,117us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@20,276,320us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@20,276,539us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@20,276,737us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@20,277,005us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@20,277,209us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@20,609,903us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@20,610,153us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@20,610,344us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@20,610,524us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@20,610,736us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@20,610,927us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@20,611,308us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x18)
@20,611,529us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@20,611,919us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@20,612,176us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@20,612,420us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@20,612,645us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@20,612,826us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@20,613,009us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x259c90)
@20,613,191us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@20,613,379us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40f99000)
@20,613,550us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40f99000)
@20,613,801us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> Enter(0x38)
@20,614,010us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> Enter(size=56, align=4, cached=FALSE, heap=FALSE)
@20,614,392us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_alloc(56) = 0x40fbd000.
@20,614,652us: [+4 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> CMEM_getPhys(0x40fbd000) = 0x879e5000.
@20,614,859us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fbd000, size=56, physAddr=0x879e5000)
@20,615,071us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> creating new contigBuf object
@20,615,319us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> Enter(0x10)
@20,615,522us: [+0 T:0x4001fc90 S:0xbef8f29c] OM - Memory_alloc> return (0x25a120)
@20,615,696us: [+1 T:0x4001fc90 S:0xbef8f2b4] OM - Memory__addContigBuf> returning: cb->phys=0x879e5000, cb->size=56, cb->virt=0x40fbd000
@20,616,120us: [+0 T:0x4001fc90 S:0xbef8f2fc] OM - Memory_contigAlloc> return (0x40fbd000)
@20,616,363us: [+0 T:0x4001fc90 S:0xbef8f344] OM - Memory_alloc> return (0x40fbd000)
@20,616,634us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> Enter(0x40f99000, 0x18)
@20,616,844us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@20,617,164us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@20,617,390us: [+1 T:0x4001fc90 S:0xbef8f2dc] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@20,617,592us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> Enter(0x259c90, 0x10)
@20,617,778us: [+0 T:0x4001fc90 S:0xbef8f2e4] OM - Memory_free> return (0x1)
@20,618,004us: [+0 T:0x4001fc90 S:0xbef8f304] OM - Memory_contigFree> return (0x1)
@20,618,194us: [+0 T:0x4001fc90 S:0xbef8f33c] OM - Memory_free> return (0x1)
@20,618,371us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@20,618,557us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@20,950,989us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@20,951,226us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@20,951,420us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@20,951,600us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@20,951,815us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@20,952,010us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@20,952,267us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@20,952,463us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@20,952,668us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@20,952,857us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@20,953,036us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@20,953,217us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@20,953,419us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@20,953,666us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@20,953,859us: [+0 T:0x4001fc90 S:0xbef8f784] OM - Memory_alloc> Enter(0x158)
@20,954,045us: [+0 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> Enter(size=344, align=4, cached=FALSE, heap=FALSE)
@20,954,436us: [+4 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> CMEM_alloc(344) = 0x40f99000.
@20,954,697us: [+4 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@20,954,947us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=344, physAddr=0x87d56000)
@20,955,172us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> creating new contigBuf object
@20,955,354us: [+0 T:0x4001fc90 S:0xbef8f6dc] OM - Memory_alloc> Enter(0x10)
@20,955,535us: [+0 T:0x4001fc90 S:0xbef8f6dc] OM - Memory_alloc> return (0x259c90)
@20,955,706us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=344, cb->virt=0x40f99000
@20,956,130us: [+0 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> return (0x40f99000)
@20,956,376us: [+0 T:0x4001fc90 S:0xbef8f784] OM - Memory_alloc> return (0x40f99000)
@20,956,838us: [+0 T:0x4001fc90 S:0xbef8f784] OM - Memory_alloc> Enter(0x128)
@20,957,069us: [+0 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> Enter(size=296, align=4, cached=FALSE, heap=FALSE)
@20,957,457us: [+4 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> CMEM_alloc(296) = 0x40fbe000.
@20,957,770us: [+4 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> CMEM_getPhys(0x40fbe000) = 0x879e4000.
@20,957,985us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> Enter(virtAddr=0x40fbe000, size=296, physAddr=0x879e4000)
@20,958,199us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> creating new contigBuf object
@20,958,380us: [+0 T:0x4001fc90 S:0xbef8f6dc] OM - Memory_alloc> Enter(0x10)
@20,958,566us: [+0 T:0x4001fc90 S:0xbef8f6dc] OM - Memory_alloc> return (0x25a138)
@20,958,741us: [+1 T:0x4001fc90 S:0xbef8f6f4] OM - Memory__addContigBuf> returning: cb->phys=0x879e4000, cb->size=296, cb->virt=0x40fbe000
@20,958,923us: [+0 T:0x4001fc90 S:0xbef8f73c] OM - Memory_contigAlloc> return (0x40fbe000)
@20,959,146us: [+0 T:0x4001fc90 S:0xbef8f784] OM - Memory_alloc> return (0x40fbe000)
@20,959,847us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_free> Enter(0x40f99000, 0x158)
@21,292,062us: [+0 T:0x4001fc90 S:0xbef8f744] OM - Memory_contigFree> Enter(addr=1090097152, size=344)
@21,292,448us: [+1 T:0x4001fc90 S:0xbef8f71c] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=344)
@21,292,685us: [+1 T:0x4001fc90 S:0xbef8f71c] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x158, cb->virt=0x40f99000
@21,292,892us: [+0 T:0x4001fc90 S:0xbef8f724] OM - Memory_free> Enter(0x259c90, 0x10)
@21,293,078us: [+0 T:0x4001fc90 S:0xbef8f724] OM - Memory_free> return (0x1)
@21,293,306us: [+0 T:0x4001fc90 S:0xbef8f744] OM - Memory_contigFree> return (0x1)
@21,293,490us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_free> return (0x1)
@21,293,667us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,293,849us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,294,058us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,294,255us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,294,438us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@21,294,660us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@21,294,889us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@21,295,092us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@21,295,293us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,295,480us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,295,680us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,296,182us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,296,384us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@21,296,562us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@21,296,772us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@21,296,970us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@21,297,159us: [+0 T:0x4001fc90 S:0xbef8f704] OM - Memory_alloc> Enter(0x18)
@21,297,344us: [+0 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@21,297,792us: [+4 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x40f99000.
@21,298,054us: [+4 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@21,298,261us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=24, physAddr=0x87d56000)
@21,298,476us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> creating new contigBuf object
@21,298,658us: [+0 T:0x4001fc90 S:0xbef8f65c] OM - Memory_alloc> Enter(0x10)
@21,298,897us: [+0 T:0x4001fc90 S:0xbef8f65c] OM - Memory_alloc> return (0x259c90)
@21,299,080us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=24, cb->virt=0x40f99000
@21,299,274us: [+0 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> return (0x40f99000)
@21,299,448us: [+0 T:0x4001fc90 S:0xbef8f704] OM - Memory_alloc> return (0x40f99000)
@21,299,653us: [+0 T:0x4001fc90 S:0xbef8f704] OM - Memory_alloc> Enter(0x1c)
@21,299,841us: [+0 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> Enter(size=28, align=4, cached=FALSE, heap=FALSE)
@21,300,283us: [+4 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> CMEM_alloc(28) = 0x41001000.
@21,300,550us: [+4 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> CMEM_getPhys(0x41001000) = 0x879e3000.
@21,633,191us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> Enter(virtAddr=0x41001000, size=28, physAddr=0x879e3000)
@21,633,461us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> creating new contigBuf object
@21,633,653us: [+0 T:0x4001fc90 S:0xbef8f65c] OM - Memory_alloc> Enter(0x10)
@21,633,843us: [+0 T:0x4001fc90 S:0xbef8f65c] OM - Memory_alloc> return (0x25a150)
@21,634,081us: [+1 T:0x4001fc90 S:0xbef8f674] OM - Memory__addContigBuf> returning: cb->phys=0x879e3000, cb->size=28, cb->virt=0x41001000
@21,634,278us: [+0 T:0x4001fc90 S:0xbef8f6bc] OM - Memory_contigAlloc> return (0x41001000)
@21,634,512us: [+0 T:0x4001fc90 S:0xbef8f704] OM - Memory_alloc> return (0x41001000)
@21,635,196us: [+0 T:0x4001fc90 S:0xbef8f6fc] OM - Memory_free> Enter(0x40f99000, 0x18)
@21,635,470us: [+0 T:0x4001fc90 S:0xbef8f6c4] OM - Memory_contigFree> Enter(addr=1090097152, size=24)
@21,636,015us: [+1 T:0x4001fc90 S:0xbef8f69c] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=24)
@21,636,282us: [+1 T:0x4001fc90 S:0xbef8f69c] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x18, cb->virt=0x40f99000
@21,636,485us: [+0 T:0x4001fc90 S:0xbef8f6a4] OM - Memory_free> Enter(0x259c90, 0x10)
@21,636,672us: [+0 T:0x4001fc90 S:0xbef8f6a4] OM - Memory_free> return (0x1)
@21,636,843us: [+0 T:0x4001fc90 S:0xbef8f6c4] OM - Memory_contigFree> return (0x1)
@21,637,012us: [+0 T:0x4001fc90 S:0xbef8f6fc] OM - Memory_free> return (0x1)
@21,637,236us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,637,431us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,637,643us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,637,839us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,638,016us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@21,638,199us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@21,638,413us: [+0 T:0x4001fc90 S:0xbef8f7fc] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@21,638,652us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@21,638,864us: [+0 T:0x4001fc90 S:0xbef8f824] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,639,052us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,639,264us: [+0 T:0x4001fc90 S:0xbef8f804] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,639,454us: [+0 T:0x4001fc90 S:0xbef8f83c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,639,630us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@21,639,805us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@21,640,055us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@21,640,263us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@21,640,452us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_alloc> Enter(0x14)
@21,640,630us: [+0 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> Enter(size=20, align=4, cached=FALSE, heap=FALSE)
@21,641,016us: [+4 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> CMEM_alloc(20) = 0x40f99000.
@21,641,279us: [+4 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> CMEM_getPhys(0x40f99000) = 0x87d56000.
@21,641,544us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> Enter(virtAddr=0x40f99000, size=20, physAddr=0x87d56000)
@21,641,757us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> creating new contigBuf object
@21,974,369us: [+0 T:0x4001fc90 S:0xbef8f714] OM - Memory_alloc> Enter(0x10)
@21,974,612us: [+0 T:0x4001fc90 S:0xbef8f714] OM - Memory_alloc> return (0x259c90)
@21,974,797us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> returning: cb->phys=0x87d56000, cb->size=20, cb->virt=0x40f99000
@21,974,992us: [+0 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> return (0x40f99000)
@21,975,167us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_alloc> return (0x40f99000)
@21,975,375us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_alloc> Enter(0x18)
@21,975,617us: [+0 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> Enter(size=24, align=4, cached=FALSE, heap=FALSE)
@21,976,206us: [+4 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> CMEM_alloc(24) = 0x41204000.
@21,976,480us: [+4 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> CMEM_getPhys(0x41204000) = 0x879e2000.
@21,976,685us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> Enter(virtAddr=0x41204000, size=24, physAddr=0x879e2000)
@21,976,943us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> creating new contigBuf object
@21,977,142us: [+0 T:0x4001fc90 S:0xbef8f714] OM - Memory_alloc> Enter(0x10)
@21,977,337us: [+0 T:0x4001fc90 S:0xbef8f714] OM - Memory_alloc> return (0x25a168)
@21,977,513us: [+1 T:0x4001fc90 S:0xbef8f72c] OM - Memory__addContigBuf> returning: cb->phys=0x879e2000, cb->size=24, cb->virt=0x41204000
@21,977,700us: [+0 T:0x4001fc90 S:0xbef8f774] OM - Memory_contigAlloc> return (0x41204000)
@21,977,870us: [+0 T:0x4001fc90 S:0xbef8f7bc] OM - Memory_alloc> return (0x41204000)
@21,978,336us: [+0 T:0x4001fc90 S:0xbef8f7b4] OM - Memory_free> Enter(0x40f99000, 0x14)
@21,978,591us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_contigFree> Enter(addr=1090097152, size=20)
@21,978,917us: [+1 T:0x4001fc90 S:0xbef8f754] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f99000, size=20)
@21,979,148us: [+1 T:0x4001fc90 S:0xbef8f754] OM - Memory__removeContigBuf> removing cb->phys=0x87d56000, cb->size=0x14, cb->virt=0x40f99000
@21,979,349us: [+0 T:0x4001fc90 S:0xbef8f75c] OM - Memory_free> Enter(0x259c90, 0x10)
@21,979,536us: [+0 T:0x4001fc90 S:0xbef8f75c] OM - Memory_free> return (0x1)
@21,979,765us: [+0 T:0x4001fc90 S:0xbef8f77c] OM - Memory_contigFree> return (0x1)
@21,979,948us: [+0 T:0x4001fc90 S:0xbef8f7b4] OM - Memory_free> return (0x1)
@21,980,126us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,980,312us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,980,522us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,980,710us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,980,894us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_acquire> lock[0x259200]
@21,981,114us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x259218] timeout[0xffffffff]
@21,981,340us: [+0 T:0x4001fc90 S:0xbef8f82c] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x259218] status[0]
@21,981,535us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_acquire> lock[0x259200]
@21,982,212us: [+0 T:0x4001fc90 S:0xbef8f854] ti.sdo.ce.osal.LockMP - Entered LockMP_release>lock[0x259200]
@21,982,488us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x259218]
@21,982,726us: [+0 T:0x4001fc90 S:0xbef8f834] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x259218]
@21,982,928us: [+0 T:0x4001fc90 S:0xbef8f86c] ti.sdo.ce.osal.LockMP - Leaving LockMP_release>lock[0x259200]
@21,983,119us: [+0 T:0x4001fc90 S:0xbef8f7fc] OM - Memory_free> Enter(0x40f88000, 0x270)
@21,983,303us: [+0 T:0x4001fc90 S:0xbef8f7c4] OM - Memory_contigFree> Enter(addr=1090027520, size=624)
@21,983,623us: [+1 T:0x4001fc90 S:0xbef8f79c] OM - Memory__removeContigBuf> Enter(virtAddr=0x40f88000, size=624)
@22,315,484us: [+1 T:0x4001fc90 S:0xbef8f79c] OM - Memory__removeContigBuf> removing cb->phys=0x87ffa000, cb->size=0x270, cb->virt=0x40f88000
@22,315,899us: [+0 T:0x4001fc90 S:0xbef8f7a4] OM - Memory_free> Enter(0x259c50, 0x10)
@22,316,142us: [+0 T:0x4001fc90 S:0xbef8f7a4] OM - Memory_free> return (0x1)
@22,316,330us: [+0 T:0x4001fc90 S:0xbef8f7c4] OM - Memory_contigFree> return (0x1)
@22,316,507us: [+0 T:0x4001fc90 S:0xbef8f7fc] OM - Memory_free> return (0x1)
@22,316,729us: [+0 T:0x4001fc90 S:0xbef8f8b4] ti.sdo.ce.alg.Algorithm - Algorithm_create> return (0x259c38)
@22,316,925us: [+5 T:0x4001fc90 S:0xbef8f8f4] CV - VISA_create> local codec created (name='h264enc', handle=0x259c38)
@22,317,107us: [+0 T:0x4001fc90 S:0xbef8fa24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> return (0x259c00)
Setting dynParams size 320x240 bitrate 0
@22,317,380us: [+0 T:0x4001fc90 S:0xbef8f9cc] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x259c00, id=1, dynParams=0xbef8fbd8 (size=0x30), status=0xbef8fac8 (size=0x9c)
@22,317,590us: [+5 T:0x4001fc90 S:0xbef8f9ac] CV - VISA_enter(visa=0x259c00): algHandle = 0x259c38
@22,317,827us: [+0 T:0x4001fc90 S:0xbef8f99c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x259c38)
@22,318,116us: [+0 T:0x4001fc90 S:0xbef8f964] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x2592c8] timeout[0xffffffff]
@22,318,353us: [+0 T:0x4001fc90 S:0xbef8f964] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x2592c8] status[0]
@22,318,857us: [+0 T:0x4001fc90 S:0xbef8f9ac] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
@22,319,239us: [+5 T:0x4001fc90 S:0xbef8f9b4] CV - VISA_exit(visa=0x259c00): algHandle = 0x259c38
@22,319,518us: [+0 T:0x4001fc90 S:0xbef8f9a4] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x259c38)
@22,320,034us: [+0 T:0x4001fc90 S:0xbef8f984] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x2592c8]
@22,320,262us: [+0 T:0x4001fc90 S:0xbef8f984] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x2592c8]
@22,320,457us: [+0 T:0x4001fc90 S:0xbef8f9b4] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
@22,320,635us: [+0 T:0x4001fc90 S:0xbef8f9cc] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x259c00, retVal=0x0)
Made XDM_SETPARAMS control call
@22,320,946us: [+0 T:0x4001fc90 S:0xbef8f9cc] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x259c00, id=5, dynParams=0xbef8fbd8 (size=0x30), status=0xbef8fac8 (size=0x9c)
@22,321,175us: [+5 T:0x4001fc90 S:0xbef8f9ac] CV - VISA_enter(visa=0x259c00): algHandle = 0x259c38
@22,321,355us: [+0 T:0x4001fc90 S:0xbef8f99c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x259c38)
@22,321,537us: [+0 T:0x4001fc90 S:0xbef8f964] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x2592c8] timeout[0xffffffff]
@22,321,746us: [+0 T:0x4001fc90 S:0xbef8f964] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x2592c8] status[0]
@22,322,336us: [+0 T:0x4001fc90 S:0xbef8f9ac] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
@22,322,553us: [+5 T:0x4001fc90 S:0xbef8f9b4] CV - VISA_exit(visa=0x259c00): algHandle = 0x259c38
@22,322,742us: [+0 T:0x4001fc90 S:0xbef8f9a4] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x259c38)
@22,323,235us: [+0 T:0x4001fc90 S:0xbef8f984] ti.sdo.ce.osal.SemMP - Entered SemMP_post> sem[0x2592c8]
@22,323,447us: [+0 T:0x4001fc90 S:0xbef8f984] ti.sdo.ce.osal.SemMP - Leaving SemMP_post> sem[0x2592c8]
@22,323,682us: [+0 T:0x4001fc90 S:0xbef8f9b4] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
@22,323,870us: [+0 T:0x4001fc90 S:0xbef8f9cc] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x259c00, retVal=0x0)
[0], [0] [0] [0], [0], [0], [0],[0], [0], [0], [0], [0]
Video encoder [811908] created successfully
Allocating BufTab for 1 buffers
11111Allocating BufTab for 1 buffers
2222222Allocating BufTab for 1 buffers
33333333Allocating BufTab for 1 buffers
@22,656,798us: [+0 T:0x4001fc90 S:0xbef8faec] OM - Memory_alloc> Enter(0x1c200)
@22,657,017us: [+0 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> Enter(size=115200, align=-1, cached=FALSE, heap=FALSE)
@22,657,480us: [+4 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> CMEM_alloc(115200) = 0x41206000.
@22,657,830us: [+4 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> CMEM_getPhys(0x41206000) = 0x85134000.
@22,658,222us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> Enter(virtAddr=0x41206000, size=115200, physAddr=0x85134000)
@22,658,438us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> creating new contigBuf object
@22,658,620us: [+0 T:0x4001fc90 S:0xbef8fa44] OM - Memory_alloc> Enter(0x10)
@22,658,802us: [+0 T:0x4001fc90 S:0xbef8fa44] OM - Memory_alloc> return (0x259c90)
@22,658,974us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> returning: cb->phys=0x85134000, cb->size=115200, cb->virt=0x41206000
@22,659,203us: [+0 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> return (0x41206000)
@22,659,561us: [+0 T:0x4001fc90 S:0xbef8faec] OM - Memory_alloc> return (0x41206000)
@22,659,762us: [+0 T:0x4001fc90 S:0xbef8facc] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41206000, size=4)
@22,659,954us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41206000, size=4)
@22,660,134us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41206000, Ec=0x41222200, Ss=0x41206000, Es=0x41206004, PSc=0x85134000)
@22,660,326us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> returning physAddr=0x85134000
@22,660,496us: [+0 T:0x4001fc90 S:0xbef8facc] OM - Memory_getBufferPhysicalAddress> return (0x85134000)
@22,660,886us: [+2 T:0x4001fc90 S:0xbef8fb04] ti.sdo.dmai - [Buffer] Alloc Buffer of size 115200 at 0x41206000 (0x85134000 phys)
Allocating BufTab for 1 buffers
11111Allocating BufTab for 1 buffers
2222222Allocating BufTab for 1 buffers
33333333Allocating BufTab for 1 buffers
@22,661,511us: [+0 T:0x4001fc90 S:0xbef8faec] OM - Memory_alloc> Enter(0x1c200)
@22,661,703us: [+0 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> Enter(size=115200, align=-1, cached=FALSE, heap=FALSE)
@22,662,215us: [+4 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> CMEM_alloc(115200) = 0x4122c000.
@22,662,520us: [+4 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> CMEM_getPhys(0x4122c000) = 0x86d68000.
@22,662,730us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> Enter(virtAddr=0x4122c000, size=115200, physAddr=0x86d68000)
@22,662,947us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> creating new contigBuf object
@22,663,125us: [+0 T:0x4001fc90 S:0xbef8fa44] OM - Memory_alloc> Enter(0x10)
@22,663,360us: [+0 T:0x4001fc90 S:0xbef8fa44] OM - Memory_alloc> return (0x25a288)
@22,663,553us: [+1 T:0x4001fc90 S:0xbef8fa5c] OM - Memory__addContigBuf> returning: cb->phys=0x86d68000, cb->size=115200, cb->virt=0x4122c000
@22,663,742us: [+0 T:0x4001fc90 S:0xbef8faa4] OM - Memory_contigAlloc> return (0x4122c000)
@22,663,919us: [+0 T:0x4001fc90 S:0xbef8faec] OM - Memory_alloc> return (0x4122c000)
@22,664,092us: [+0 T:0x4001fc90 S:0xbef8facc] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4122c000, size=4)
@22,664,277us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4122c000, size=4)
@22,664,448us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4122c000, Ec=0x41248200, Ss=0x4122c000, Es=0x4122c004, PSc=0x86d68000)
@22,664,642us: [+1 T:0x4001fc90 S:0xbef8facc] OM - Memory__getPhysicalAddress> returning physAddr=0x86d68000
@22,664,875us: [+0 T:0x4001fc90 S:0xbef8facc] OM - Memory_getBufferPhysicalAddress> return (0x86d68000)
@22,665,055us: [+2 T:0x4001fc90 S:0xbef8fb04] ti.sdo.dmai - [Buffer] Alloc Buffer of size 115200 at 0x4122c000 (0x86d68000 phys)
@23,000,781us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4042f000, size=4)
@23,001,064us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4042f000, size=4)
@23,001,283us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@23,001,503us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x4042f000) = 0x84000000.
@23,001,775us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> Enter(virtAddr=0x4042f000, size=4, physAddr=0x84000000)
@23,002,050us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> creating new contigBuf object
@23,002,251us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> Enter(0x10)
@23,002,445us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> return (0x25a2a0)
@23,002,624us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> returning: cb->phys=0x84000000, cb->size=4, cb->virt=0x4042f000
@23,002,813us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> return (0x84000000)
@23,002,996us: [+2 T:0x4001fc90 S:0xbef8fc2c] ti.sdo.dmai - [Buffer] Set user pointer 0x4042f000 (physical 0x84000000)
@23,003,250us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x404e3000, size=4)
@23,003,446us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x404e3000, size=4)
@23,003,639us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@23,003,848us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x404e3000) = 0x840b4000.
@23,004,062us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> Enter(virtAddr=0x404e3000, size=4, physAddr=0x840b4000)
@23,004,275us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> creating new contigBuf object
@23,004,508us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> Enter(0x10)
@23,004,715us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> return (0x25a2b8)
@23,004,897us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> returning: cb->phys=0x840b4000, cb->size=4, cb->virt=0x404e3000
@23,005,088us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> return (0x840b4000)
@23,005,274us: [+2 T:0x4001fc90 S:0xbef8fc2c] ti.sdo.dmai - [Buffer] Set user pointer 0x404e3000 (physical 0x840b4000)
@23,005,469us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x40597000, size=4)
@23,005,653us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x40597000, size=4)
@23,006,108us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@23,006,346us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x40597000) = 0x84168000.
@23,006,572us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> Enter(virtAddr=0x40597000, size=4, physAddr=0x84168000)
@23,006,791us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> creating new contigBuf object
@23,006,974us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> Enter(0x10)
@23,007,170us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> return (0x25a2d0)
@23,007,416us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> returning: cb->phys=0x84168000, cb->size=4, cb->virt=0x40597000
@23,007,614us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> return (0x84168000)
@23,007,795us: [+2 T:0x4001fc90 S:0xbef8fc2c] ti.sdo.dmai - [Buffer] Set user pointer 0x40597000 (physical 0x84168000)
@23,007,986us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4064b000, size=4)
@23,008,167us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4064b000, size=4)
@23,340,241us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@23,340,510us: [+1 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x4064b000) = 0x8421c000.
@23,340,736us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> Enter(virtAddr=0x4064b000, size=4, physAddr=0x8421c000)
@23,340,951us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> creating new contigBuf object
@23,341,126us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> Enter(0x10)
@23,341,311us: [+0 T:0x4001fc90 S:0xbef8fb94] OM - Memory_alloc> return (0x25a2e8)
@23,341,550us: [+1 T:0x4001fc90 S:0xbef8fbac] OM - Memory__addContigBuf> returning: cb->phys=0x8421c000, cb->size=4, cb->virt=0x4064b000
@23,341,746us: [+0 T:0x4001fc90 S:0xbef8fbf4] OM - Memory_getBufferPhysicalAddress> return (0x8421c000)
@23,341,922us: [+2 T:0x4001fc90 S:0xbef8fc2c] ti.sdo.dmai - [Buffer] Set user pointer 0x4064b000 (physical 0x8421c000)
Going in black fill
Going in resizer
Running resizer
PRVPOUT[1] : H[240] : OH[320] : OV[240]
Input type is not RAW
Input type is INTERLACED
OFFSET H[768] V[120]: START Y[0]: IN HEIGHT[120]
POUT[1] : H[120] : OH[640] : OV[120]
YUV422 DATA
BYTES PER LINE [1536]
YUV422 DATA
BYTES PER LINE [1536]
Running resizer finished. Now encoding resized buffer
Now encoding video buffer
$#$#$#$#$ , SOURCE, bpp:[8], x:[0], y:[0], lineLength:[320], offset:[0], width:[320], height:[240]
inbuf, buf0:[76800], buf1:[38400],
size array:[115200], inargs size:[12], out size:[120]
@23,349,075us: [+0 T:0x4001fc90 S:0xbef8f9dc] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x259c00, inBufs=0xbef8fb38, outBufs=0xbef8fb2c, inArgs=0xbef8fb1c, outArgs=0xbef8faa4)
@23,349,341us: [+5 T:0x4001fc90 S:0xbef8f9bc] CV - VISA_enter(visa=0x259c00): algHandle = 0x259c38
@23,349,535us: [+0 T:0x4001fc90 S:0xbef8f9ac] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x259c38)
@23,349,768us: [+0 T:0x4001fc90 S:0xbef8f974] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0x2592c8] timeout[0xffffffff]
@23,350,011us: [+0 T:0x4001fc90 S:0xbef8f974] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0x2592c8] status[0]
@23,350,524us: [+0 T:0x4001fc90 S:0xbef8f9bc] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
I now have the encoder encoding frames on the Arago Kernel, and DVSDK 3.
Suhas, Update/ rebase / merge / or pull your kernel up to the Arago DaVinciPSP.03.XX.00.35 tag.
I have done this and now my encoder is working. I haven't gone through to see which patch is the culprit - but I was on r31 before. So the merge forward has incorporated the patch that was mentioned in this thread for me.
Regards, and thanks for your advice guys.
Kieran
Hi,
I have compared both the kernel versions. I already had the change related to interrupt as suggested by Anshuman. Still the problem is same.
Anshuman, the edma channel that get allocated in mcvip are channel 5 for copying and 6 for demuxing. Is this the thing that is causing this issue. The edma channels used in older version of mcvip were fixed 14 and 15 for LSP2.10. Should I use the same?
Regards,
Suhas Jain
Hi Kieran Bingham,
Which DMA channels are you using? Can you share your mcvip source code or DMA specific files?
Hi Suhas,
We do not use any fixed channel number for McVIP driver. It is requested from the EDMA driver in the kernel and then used through out the capture.
As Keiran mentioned, have you taken the complete PSP r35 release from arago tree?
Regards,
Anshuman
Hi Suhas,
Ideally, if the root cause of your issue against Keiran's is same, you should have got the issue rectified after using r35. From the description, i can understand that the DMA IPR bits are getting cleared for codec by some other driver. Can you please recheck your McVIP driver whether it is not clearing any DMA interrupts?
I am not sure what else can we do from here as we dont have visibility in your code.
Regards,
Anshuman