Some local debugging hacks accidently slipped into the VDSO commit.
Sorry!
Signed-off-by: David S. Miller <davem@davemloft.net>
}
*size += sizeof(struct cpu_map_data);
- *size = PERF_ALIGN(*size, sizeof(u64));
return zalloc(*size);
}
return NULL;
}
-#if 0
try_again:
-#endif
al->map = map_groups__find(mg, al->addr);
if (al->map == NULL) {
/*
* "[vdso]" dso, but for now lets use the old trick of looking
* in the whole kernel symbol list.
*/
-#if 0
if (cpumode == PERF_RECORD_MISC_USER && machine &&
mg != &machine->kmaps &&
machine__kernel_ip(machine, al->addr)) {
load_map = true;
goto try_again;
}
-#endif
} else {
/*
* Kernel maps might be changed when loading symbols so loading