X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fsock.h;h=b0c7411470404c3fa798c29cb555e224c7062422;hb=253be6ef8104b27e65fbd634adcaa3fd947a9efb;hp=c4e689ade85eeafec214a429b3f1dd93a8f49ea4;hpb=f95480cf62e9acb42b74fce162544694b76c9704;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/sock.h b/instrumentation/events/lttng-module/sock.h index c4e689ad..b0c74114 100644 --- a/instrumentation/events/lttng-module/sock.h +++ b/instrumentation/events/lttng-module/sock.h @@ -48,7 +48,7 @@ TRACE_EVENT(sock_exceed_buf_limit, tp_assign(sysctl_mem, prot->sysctl_mem) tp_assign(allocated, allocated) tp_assign(sysctl_rmem, prot->sysctl_rmem[0]) - tp_assign(rmem_alloc, atomic_read(&sk->sk_rmem_alloc)); + tp_assign(rmem_alloc, atomic_read(&sk->sk_rmem_alloc)) ), TP_printk("proto:%s sysctl_mem=%ld,%ld,%ld allocated=%ld "