This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: where is the list of kernel tracepoint defined?
- From: Arkady <arkady dot miasnikov at gmail dot com>
- To: Shiyao Ma <i at introo dot me>
- Cc: systemtap at sourceware dot org
- Date: Tue, 28 Mar 2017 12:12:41 +0300
- Subject: Re: where is the list of kernel tracepoint defined?
- Authentication-results: sourceware.org; auth=none
- References: <CAJQX3DzacT_4coaO6Gv4+sdnuczMkVqUi+82e0OBAUR7Mdcezg@mail.gmail.com>
Hi Shiyao,
My understanding is that STAP loads the probe points from the Linux
kernel debug information. Probably you can parse the DWARF and find
the probe points.
Arkady
On Tue, Mar 28, 2017 at 11:53 AM, Shiyao Ma <i@introo.me> wrote:
> Hi,
>
>
> I'd like to see an index of all kernel trace points.
>
>
> I am aware "stap -L" can do this. but I am interested if there is
> some file in the systemtap source code that lists such trace points?
>
>
> Thanks.