summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/captureimpl.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-08-31 18:56:09 +1000
committerChris Johns <chrisj@rtems.org>2016-09-01 11:11:45 +1000
commit1c18ebf0d637bea1101c4b16e3844103524a5281 (patch)
treea472f8a5550a89790832310890ec8a8033a791a1 /cpukit/libmisc/capture/captureimpl.h
parentlibmisc/capture: Fix the capture engine on SMP. (diff)
downloadrtems-1c18ebf0d637bea1101c4b16e3844103524a5281.tar.bz2
libmisc/capture: Remove the reserved _t in the types.
Diffstat (limited to 'cpukit/libmisc/capture/captureimpl.h')
-rw-r--r--cpukit/libmisc/capture/captureimpl.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/cpukit/libmisc/capture/captureimpl.h b/cpukit/libmisc/capture/captureimpl.h
index 78fd83ef34..4c4cbe66c3 100644
--- a/cpukit/libmisc/capture/captureimpl.h
+++ b/cpukit/libmisc/capture/captureimpl.h
@@ -102,7 +102,7 @@ rtems_status_code rtems_capture_user_extension_open(void);
rtems_status_code rtems_capture_user_extension_close(void);
/**
- * @brief Capture trigger.
+ * @brief Capture check trigger.
*
* This function checks if we have triggered or if this event is a
* cause of a trigger.
@@ -114,9 +114,9 @@ rtems_status_code rtems_capture_user_extension_close(void);
* @retval This method returns true if we have triggered or
* if the event is a cause of a trigger.
*/
-bool rtems_capture_trigger (rtems_tcb* ft,
- rtems_tcb* tt,
- uint32_t events);
+bool rtems_capture_trigger_fired (rtems_tcb* ft,
+ rtems_tcb* tt,
+ uint32_t events);
/**
* @brief Capture print trace records.
@@ -149,9 +149,9 @@ void rtems_capture_print_timestamp (uint64_t uptime);
* @param[in] cpu specifies the cpu the cpu the record was logged on.
* @param[in] rec specifies the task record.
*/
-void rtems_capture_print_record_task(int cpu,
- const rtems_capture_record_t* rec,
- const rtems_capture_task_record_t* task_rec);
+void rtems_capture_print_record_task(int cpu,
+ const rtems_capture_record* rec,
+ const rtems_capture_task_record* task_rec);
/**
* @brief Capture print capture record.
@@ -165,10 +165,10 @@ void rtems_capture_print_record_task(int cpu,
* @param[in] name specifies the name of the task, NULL if none.
* @param[in] task_count number of tasks to search for.
*/
-void rtems_capture_print_record_capture(int cpu,
- const rtems_capture_record_t* rec,
- uint64_t diff,
- const rtems_name* name);
+void rtems_capture_print_record_capture(int cpu,
+ const rtems_capture_record* rec,
+ uint64_t diff,
+ const rtems_name* name);
/**
* @brief Capture print watch list