stephane eranian wrote: > Patch applied. > > I changed something near the malloc() call in pfmlib_gen_powerpc.c because > I noticed there were no checks for the return value. > Please make sure it compiles. > Thanks.
Thanks for fixing that, Stephane. In retrospect, I should have just used dynamic stack allocation, because c99 allows that. That would eliminate the malloc call and the need to call free. I downloaded libpfm just now, and the new file - pfmlib_power_priv.h - is missing. Did you "cvs add" and commit it? > > > On Wed, Aug 5, 2009 at 8:20 AM, Corey > Ashford<[email protected]> wrote: >> Attached is the actual patch contents in bzip2 format. (unzip with >> bunzip2). >> >> Requested-by: Stephane Eranian <[email protected]> >> Signed-off-by: Corey Ashford <[email protected]> >> -- Regards, - Corey Corey Ashford Software Engineer IBM Linux Technology Center, Linux Toolchain Beaverton, OR 503-578-3507 [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ perfmon2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
