X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-kretprobes.c;h=00675937a22416b9150bf24cf78925ed8ae07926;hb=2df37e95fa4303ecc0db41334452665491533641;hp=40938f2b7110bd5506862d982ee8deca997bc614;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/probes/lttng-kretprobes.c b/probes/lttng-kretprobes.c index 40938f2b..00675937 100644 --- a/probes/lttng-kretprobes.c +++ b/probes/lttng-kretprobes.c @@ -11,11 +11,11 @@ #include #include #include -#include -#include +#include +#include #include #include -#include +#include #include enum lttng_kretprobe_type { @@ -221,7 +221,7 @@ int lttng_kretprobes_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_kretprobe(<tng_krp->krp); if (ret)