X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fext3.h;h=91abfb94f1d3af97a911c6d393672c1a7264c436;hb=2c054599f20c4abba83e11221d71056dc15448cf;hp=9c7813ee1b952e61faf9579e11523611114e5454;hpb=f127e61ee231d002fb9a7803643a157e06f6d2e2;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/ext3.h b/instrumentation/events/lttng-module/ext3.h index 9c7813ee..91abfb94 100644 --- a/instrumentation/events/lttng-module/ext3.h +++ b/instrumentation/events/lttng-module/ext3.h @@ -1,10 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM ext3 #if !defined(LTTNG_TRACE_EXT3_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_EXT3_H -#include "../../../probes/lttng-tracepoint-event.h" +#include #include LTTNG_TRACEPOINT_EVENT(ext3_free_inode, @@ -84,7 +85,7 @@ LTTNG_TRACEPOINT_EVENT(ext3_mark_inode_dirty, TP_FIELDS( ctf_integer(dev_t, dev, inode->i_sb->s_dev) ctf_integer(ino_t, ino, inode->i_ino) - ctf_integer(unsigned long, ip, IP) + ctf_integer_hex(unsigned long, ip, IP) ) ) @@ -518,4 +519,4 @@ LTTNG_TRACEPOINT_EVENT(ext3_load_inode, #endif /* LTTNG_TRACE_EXT3_H */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include