hwpmc: ensure that mapin updates are synchronous
This commit is contained in:
parent
2616cbf5ed
commit
ee44d35065
@ -958,7 +958,7 @@ pmclog_process_map_in(struct pmc_owner *po, pid_t pid, uintfptr_t start,
|
||||
PMCLOG_EMIT32(pid);
|
||||
PMCLOG_EMITADDR(start);
|
||||
PMCLOG_EMITSTRING(path,pathlen);
|
||||
PMCLOG_DESPATCH(po);
|
||||
PMCLOG_DESPATCH_SYNC(po);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user