Implement filter bytecode interpreter and linker
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index 98715bf410f5f275c166bbc0a891613bd5c08059..4130b7cb8f794e6310efd5b75b584c82728cce67 100644 (file)
@@ -330,8 +330,6 @@ static inline size_t __event_get_size__##_provider##___##_name(size_t *__dynamic
 
 #undef ctf_string
 #define ctf_string(_item, _src)                                                       \
-       *(unsigned long *) __stack_data = (unsigned long) (strlen(_src) + 1);  \
-       __stack_data += sizeof(unsigned long);                                 \
        *(const void **) __stack_data = (_src);                                \
        __stack_data += sizeof(void *);
 
This page took 0.023406 seconds and 4 git commands to generate.