/* * The EVENT_DEFINE_RANGE_FORMAT() macro above includes helper functions * for the fields (eg: event_get_starting_index()). For some fields we * need the bit-range definition, but no the helper functions. Define a * lite version of the above macro without the helpers and silence * compiler warnings unused static functions.
*/ #define EVENT_DEFINE_RANGE_FORMAT_LITE(name, attr_var, bit_start, bit_end) \
PMU_FORMAT_ATTR(name, #attr_var":"#bit_start"-"#bit_end);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.