81bf78b39d3b82f8ffd123f796ae5e6f5228af4c
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

1) #include <liblwptev/proc_end.h>
Stefan Schuermans implement proc_end event

Stefan Schuermans authored 4 years ago

2) 
3) #include "write.h"
4) 
5) #include <stdlib.h>
6) 
7) __attribute__((destructor)) static void destructor(void) {
8)   void *data = NULL;
9)   size_t size = 0;
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

10)   lwptev_proc_end(&data, &size);