summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/capture.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-22cpukit/libmisc/capture: Manually change license to BSD-2Joel Sherrill1-19/+36
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-3/+3
2019-04-09rtems: Add rtems_scheduler_get_processor()Sebastian Huber1-2/+2
2018-08-24capture: prevent unaligned access when reading timeDaniel Hellstrom1-1/+3
2017-12-13capture: Include <rtems/captureimpl.h>Sebastian Huber1-1/+1
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-6/+9
2016-09-06capture: Use proper accessor functionsSebastian Huber1-4/+4
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns1-79/+69
2016-09-01libmisc/capture: Fix the capture engine on SMP.Chris Johns1-218/+257
2016-06-22rtems: Rework RTEMS API to SuperCore prioritySebastian Huber1-5/+3
2016-05-12capture: Fix use of per-processor dataSebastian Huber1-17/+16
2016-05-12capture: Remove superfluous includesSebastian Huber1-3/+0
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-1/+1
2015-03-05capture: Fix warningsSebastian Huber1-5/+5
2015-01-09capture: Fix lock initializationSebastian Huber1-6/+11
2014-11-24capture: Add SMP support.Jennifer Averett1-193/+218
2014-11-24capture: Move logging of task record to occur after filter check.Jennifer Averett1-11/+28
2014-10-27capture: Removal of capture task tracking.Jennifer Averett1-268/+93
2014-09-05capture: Add support for variable length records.Jennifer Averett1-68/+106
2014-09-05capture: Split user extension methods out.Jennifer Averett1-387/+41
2014-07-11capture: Fix capture engine to handle new extensions.Jennifer Averett1-28/+66
2014-07-11capture: Update comment block style in capture engine.Jennifer Averett1-207/+22
2014-05-15score: Simplify _Thread_Change_priority()Sebastian Huber1-2/+1
2014-04-14capture: Use ISR lock for SMP supportSebastian Huber1-71/+72
2013-12-24cpukit/capture: Use the new RTEMS API to get the uptime in nanoseconds.Chris Johns1-2/+3
2013-12-21rtems: classic api to/from core priority conversionsDaniel Ramirez1-1/+4
2013-12-19cpukit/capture: Update the capture engine.Chris Johns1-49/+35
2013-07-26score: Create states implementation headerSebastian Huber1-1/+1
2013-07-23score: Merge wkspace API into one fileSebastian Huber1-10/+9
2013-07-22score: Create watchdog implementation headerSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_config*_get_microseconds_per_tickSebastian Huber1-1/+1
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-12-052011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-10/+10
2011-02-162011-02-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-2/+1
2011-01-212011-01-21 Eric Norum <wenorum@lbl.gov>Joel Sherrill1-1/+3
2009-11-29Whitespace removal.Ralf Corsepius1-22/+22
2009-09-262009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+7
2009-09-112009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-8/+1
2009-01-02Add __attribute__((unused)) to unused function args.Ralf Corsepius1-1/+1
2008-12-162008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2008-09-01Convert to using "bool".Ralf Corsepius1-23/+23
2008-08-25Stop using old-style function-definitions.Ralf Corsepius1-7/+7
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
2008-01-232008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+9
2007-08-172007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns1-184/+540
2006-04-27Add ability to free information on task delete.Eric Norum1-6/+23
2005-01-05Fix typo.Ralf Corsepius1-1/+1
2004-04-16Remove stray white spaces.Ralf Corsepius1-33/+33