summaryrefslogtreecommitdiffstats
path: root/firmware/profile.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-07Remove last traces of sprintf.hJeffrey Goode1-1/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-2/+2
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ...Michael Giacomelli1-10/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Moved private types and constants from profile.h to profile.cBertrik Sikken1-0/+33
2006-08-29Fix bug in profiling that makes the timing for coldfire off by a factor of 2,...Jens Arnold1-2/+2
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low1-1/+4
2006-01-18Profiling support, tools and documentation.Brandon Low1-0/+303