X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fkernel-probe-internal.hpp;h=bdafb4d0a56a865cdd024534c1af562ebd4e6d0f;hp=ec8740a62534dafb5f1099269ddb2b0253317954;hb=HEAD;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 diff --git a/include/lttng/kernel-probe-internal.hpp b/include/lttng/kernel-probe-internal.hpp index ec8740a62..bdafb4d0a 100644 --- a/include/lttng/kernel-probe-internal.hpp +++ b/include/lttng/kernel-probe-internal.hpp @@ -10,9 +10,10 @@ #include #include -#include + #include #include + #include #include #include @@ -80,26 +81,22 @@ struct lttng_kernel_probe_location_address { uint64_t address; }; -int lttng_kernel_probe_location_serialize( - const struct lttng_kernel_probe_location *location, - struct lttng_payload *payload); +int lttng_kernel_probe_location_serialize(const struct lttng_kernel_probe_location *location, + struct lttng_payload *payload); ssize_t lttng_kernel_probe_location_create_from_payload( - struct lttng_payload_view *view, - struct lttng_kernel_probe_location **probe_location); + struct lttng_payload_view *view, struct lttng_kernel_probe_location **probe_location); -bool lttng_kernel_probe_location_is_equal( - const struct lttng_kernel_probe_location *a, - const struct lttng_kernel_probe_location *b); +bool lttng_kernel_probe_location_is_equal(const struct lttng_kernel_probe_location *a, + const struct lttng_kernel_probe_location *b); -struct lttng_kernel_probe_location *lttng_kernel_probe_location_copy( - const struct lttng_kernel_probe_location *location); +struct lttng_kernel_probe_location * +lttng_kernel_probe_location_copy(const struct lttng_kernel_probe_location *location); -unsigned long lttng_kernel_probe_location_hash( - const struct lttng_kernel_probe_location *location); +unsigned long lttng_kernel_probe_location_hash(const struct lttng_kernel_probe_location *location); -enum lttng_error_code lttng_kernel_probe_location_mi_serialize( - const struct lttng_kernel_probe_location *location, - struct mi_writer *writer); +enum lttng_error_code +lttng_kernel_probe_location_mi_serialize(const struct lttng_kernel_probe_location *location, + struct mi_writer *writer); #endif /* LTTNG_KERNEL_PROBE_INTERNAL_H */