X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Frpm.h;h=c3681cb75b58921db3fb7b73c850f22c98bae37a;hb=2c054599f20c4abba83e11221d71056dc15448cf;hp=11558232ad19df59da91820b1c0b62bcb968f664;hpb=f127e61ee231d002fb9a7803643a157e06f6d2e2;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/rpm.h b/instrumentation/events/lttng-module/rpm.h index 11558232..c3681cb7 100644 --- a/instrumentation/events/lttng-module/rpm.h +++ b/instrumentation/events/lttng-module/rpm.h @@ -1,11 +1,11 @@ - +/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rpm #if !defined(LTTNG_TRACE_RUNTIME_POWER_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_RUNTIME_POWER_H -#include "../../../probes/lttng-tracepoint-event.h" +#include #include #ifndef _TRACE_RPM_DEF_ @@ -62,7 +62,7 @@ LTTNG_TRACEPOINT_EVENT(rpm_return_int, TP_FIELDS( ctf_string(name, dev_name(dev)) - ctf_integer(unsigned long, ip, ip) + ctf_integer_hex(unsigned long, ip, ip) ctf_integer(int, ret, ret) ) ) @@ -70,4 +70,4 @@ LTTNG_TRACEPOINT_EVENT(rpm_return_int, #endif /* LTTNG_TRACE_RUNTIME_POWER_H */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include