PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Header common to all counters. More...
Public Attributes | |
sq_entry_t | link |
list linkage More... | |
enum perf_counter_type | type |
counter type More... | |
const char * | name |
counter name More... | |
Header common to all counters.
Definition at line 65 of file perf_counter.cpp.
sq_entry_t perf_ctr_header::link |
list linkage
Definition at line 66 of file perf_counter.cpp.
Referenced by perf_alloc(), perf_alloc_once(), perf_free(), perf_iterate_all(), perf_print_all(), and perf_reset_all().
const char* perf_ctr_header::name |
counter name
Definition at line 68 of file perf_counter.cpp.
Referenced by perf_alloc(), perf_alloc_once(), perf_print_counter_buffer(), and perf_print_counter_fd().
enum perf_counter_type perf_ctr_header::type |
counter type
Definition at line 67 of file perf_counter.cpp.
Referenced by perf_alloc(), perf_alloc_once(), perf_begin(), perf_cancel(), perf_count(), perf_end(), perf_event_count(), perf_print_counter_buffer(), perf_print_counter_fd(), perf_reset(), perf_set_count(), and perf_set_elapsed().