Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Icdb4282e8b5fce231f96c56b4568555bd7a442fb
static LIST_HEAD(lazy_probe_init);
/*
- * lazy_nesting counter ensures we don't event_notifier lazy probe registration
+ * lazy_nesting counter ensures we don't notify lazy probe registration
* fixup while we are performing the fixup. It is protected by the
* sessions lock.
*/
lttng_kp->kp.addr = (void *) (unsigned long) addr;
/*
- * Ensure the memory we just allocated don't event_notifier page faults.
+ * Ensure the memory we just allocated don't notify page faults.
* Well.. kprobes itself puts the page fault handler on the blacklist,
* but we can never be too careful.
*/
goto end;
}
- /* Ensure the memory we just allocated don't event_notifier page faults. */
+ /* Ensure the memory we just allocated don't notify page faults. */
wrapper_vmalloc_sync_mappings();
uprobe_handler->u.event = priv_data;