DCMD_PROF_MAPPING_REM

Remove a mapping from a running process

Synopsis:

#include <sys/dcmd_prof.h>

#define DCMD_PROF_MAPPING_REM     __DIOT(_DCMD_MISC, PROF_MAPPING_REM, struct __prof_clientinfo)

Arguments to devctl():

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

Description:

This command removes a mapping from a running process.

Input:

Initialize the structure to 0, and then:

Output:

None.

See also:

devctl() in the QNX Neutrino C Library Reference