from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210141

userrating:


May 25th. 2007:
Words

486

Views

259128

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150468

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





uretprobe

Section: System Calls (2)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

uretprobe - execute pending return uprobes  

SYNOPSIS

int uretprobe(void);
 

DESCRIPTION

uretprobe() is an alternative to breakpoint instructions for triggering return uprobe consumers. Calls to uretprobe() are only made from the use-space trampoline provided by the kernel. Calls from any other place result in a SIGILL.  

RETURN VALUE

The return value is architectur-specific.  

ERRORS

SIGILL
uretprobe() was called by a use-space program.
 

VERSIONS

The behavior varies across systems.  

STANDARDS

None.  

HISTORY

Linux 6.11. uretprobe() was initially introduced for the x86_64 architecture where it was shown to be faster than breakpoint traps. It might be extended to other architectures.  

CAVEATS

uretprobe() exists only to allow the invocation of return uprobe consumers. It should never be called directly.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
VERSIONS
STANDARDS
HISTORY
CAVEATS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 10.8 ms