This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Add static probes to runtime linker
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 25 Jun 2012 15:49:50 -0700 (PDT)
- Subject: Re: [PATCH] Add static probes to runtime linker
- References: <20120625131010.GA3386@redhat.com>
Please write up somewhere an English description of each probe, saying what
it means, what types and meanings its arguments have, etc.
The LIBC_PROBE macro already results in using a "provider" name that's
something like "rtld" or "libc". So there is no need to put an "rtld_"
prefix on each probe name.
Since this won't land in 2.16, you probably want to open a bugzilla report
to track it and mark it for the 2.17 milestone.
Thanks,
Roland