hwpmc: ensure that mapin updates are synchronous

This commit is contained in:
mmacy 2018-06-03 19:37:17 +00:00
parent 2616cbf5ed
commit ee44d35065

View File

@ -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