Remove a mapping from a running process
#include <sys/dcmd_prof.h> #define DCMD_PROF_MAPPING_REM __DIOT(_DCMD_MISC, PROF_MAPPING_REM, struct __prof_clientinfo)
| Argument | Value | 
|---|---|
| filedes | A file descriptor for the profiler that you obtained by opening /dev/profiler. | 
| dcmd | DCMD_PROF_MAPPING_REM | 
| dev_data_ptr | A pointer to a struct __prof_clientinfo (see DCMD_PROF_ATTACH) | 
| n_bytes | sizeof(struct __prof_clientinfo) | 
| dev_info_ptr | NULL | 
This command removes a mapping from a running process.
Initialize the structure to 0, and then:
None.
devctl() in the QNX Neutrino C Library Reference