X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-kprobes.c;h=a44eaa11d7a1d0a4ffcdabd5880d69622c126994;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=c0a15e47a0c0b4db1cef98c27cf960dead54790f;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/probes/lttng-kprobes.c b/probes/lttng-kprobes.c index c0a15e47..a44eaa11 100644 --- a/probes/lttng-kprobes.c +++ b/probes/lttng-kprobes.c @@ -132,7 +132,7 @@ int lttng_kprobes_register(const char *name, * Well.. kprobes itself puts the page fault handler on the blacklist, * but we can never be too careful. */ - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); ret = register_kprobe(&event->u.kprobe.kp); if (ret)