38f7d8c0290d8888db426e6848720bf08b62f8a4
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptev/include/uptev/proc_begin.h  1) #ifndef UPTEV_PROC_BEGIN_H
libuptev/include/uptev/proc_begin.h  2) #define UPTEV_PROC_BEGIN_H
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/include/liblwpttr/event.h  3) 
liblwpttr/include/liblwpttr/event.h  4) #include <stdlib.h>
liblwpttr/include/liblwpttr/event.h  5) 
liblwpttr/include/liblwpttr/event.h  6) /**
liblwpttr/include/liblwpttr/event.h  7)  * @brief make a process begin event
liblwpttr/include/liblwpttr/event.h  8)  * @param[out] *data pointer to event data (malloc-ed)
liblwpttr/include/liblwpttr/event.h  9)  * @param[out] *size size of data
liblwpttr/include/liblwpttr/event.h 10)  * @return 0 on success (*data, *size set),
liblwpttr/include/liblwpttr/event.h 11)  *         -1 on error (*data = NULL, *size = 0)
liblwpttr/include/liblwpttr/event.h 12)  */
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptev/include/uptev/proc_begin.h 13) int uptev_proc_begin(void **data, size_t *size);
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/include/liblwpttr/event.h 14)