PX4 Firmware
PX4 Autopilot Software http://px4.io
perf_ctr_header Struct Reference

Header common to all counters. More...

Inheritance diagram for perf_ctr_header:
Collaboration diagram for perf_ctr_header:

Public Attributes

sq_entry_t link
 list linkage More...
 
enum perf_counter_type type
 counter type More...
 
const char * name
 counter name More...
 

Detailed Description

Header common to all counters.

Definition at line 65 of file perf_counter.cpp.

Member Data Documentation

◆ link

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().

◆ name

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().

◆ type


The documentation for this struct was generated from the following file: