Home
last modified time | relevance | path

Searched defs:PidEvent (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/qtools/
Dtrace_reader_base.h38 struct PidEvent { struct
39 uint64_t time;
40 int rec_type; // record type: fork, context switch, exit ...
41 int tgid; // thread group id
42 int pid; // for fork: child pid; for switch: next pid;
44 uint32_t vstart; // virtual start address (only used with mmap)
45 uint32_t vend; // virtual end address (only used with mmap)
46 uint32_t offset; // virtual file offset (only used with mmap)
54 char *path;
55 char *mmap_path; // unmodified mmap path
[all …]