/* * bpf does not support tracepoint __data_loc directly. * * Actually, this field is a 32 bit integer whose value encodes * information on where to find the actual data. The first 2 bytes is * the size of the data. The last 2 bytes is the offset from the start * of the tracepoint struct where the data begins. * -- https://github.com/iovisor/bpftrace/pull/1542
*/
__u32 msg; // __data_loc char[] msg;
};
/* * Catch the error message at the tracepoint.
*/
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.