All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing exceptions:page_fault_user event?
@ 2018-11-27  2:49 Trip Volpe
  2018-11-27  3:30 ` Steven Rostedt
  0 siblings, 1 reply; 3+ messages in thread
From: Trip Volpe @ 2018-11-27  2:49 UTC (permalink / raw)
  To: linux-trace-users

Hey all; I'm trying to use `perf record` to get detailed information
about user page faults, including the addresses at which the faults
occurred. I've done this before with, e.g., `perf record -e
exceptions:page_fault_user -p 12345 sleep 1`.

However, on the system I'm examining now, I just get an "unknown
tracepoint" error. I checked
/sys/kernel/debug/tracing/events/exceptions, and sure enough, that
path does not exist. Does anybody happen to know under what
circumstances these tracepoints could be disabled or omitted? I've
looked through the kconfigs and sysctls for anything that might seem
relevant but have had no luck so far.

I'm running Ubuntu 16.04 with kernel 4.13 on a dual Xeon Gold 6126 system.

# uname -a
Linux test 4.13.0-37-generic #42~16.04.1 SMP Sat May 12 06:21:13 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

My kernel config is here: https://pastebin.com/raw/A62FDFd6

Any help or pointers would be greatly appreciated!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Missing exceptions:page_fault_user event?
  2018-11-27  2:49 Missing exceptions:page_fault_user event? Trip Volpe
@ 2018-11-27  3:30 ` Steven Rostedt
       [not found]   ` <CANaP9wNqYQ4GUxg52cJNJTYhjj0eU4E19rcfyzH7PLU57Ks4OA@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2018-11-27  3:30 UTC (permalink / raw)
  To: Trip Volpe; +Cc: linux-trace-users

On Mon, 26 Nov 2018 18:49:19 -0800
Trip Volpe <trip.volpe@gmail.com> wrote:

> Hey all; I'm trying to use `perf record` to get detailed information
> about user page faults, including the addresses at which the faults
> occurred. I've done this before with, e.g., `perf record -e
> exceptions:page_fault_user -p 12345 sleep 1`.
> 
> However, on the system I'm examining now, I just get an "unknown
> tracepoint" error. I checked
> /sys/kernel/debug/tracing/events/exceptions, and sure enough, that

I'm guessing that debugfs is mounted. What other event systems are
there?

 # ls /sys/kernel/debug/tracing/event

What does the above produce?

-- Steve


> path does not exist. Does anybody happen to know under what
> circumstances these tracepoints could be disabled or omitted? I've
> looked through the kconfigs and sysctls for anything that might seem
> relevant but have had no luck so far.
> 
> I'm running Ubuntu 16.04 with kernel 4.13 on a dual Xeon Gold 6126 system.
> 
> # uname -a
> Linux test 4.13.0-37-generic #42~16.04.1 SMP Sat May 12 06:21:13 UTC
> 2018 x86_64 x86_64 x86_64 GNU/Linux
> 
> My kernel config is here: https://pastebin.com/raw/A62FDFd6
> 
> Any help or pointers would be greatly appreciated!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Missing exceptions:page_fault_user event?
       [not found]   ` <CANaP9wNqYQ4GUxg52cJNJTYhjj0eU4E19rcfyzH7PLU57Ks4OA@mail.gmail.com>
@ 2018-12-02 22:15     ` Steven Rostedt
  0 siblings, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2018-12-02 22:15 UTC (permalink / raw)
  To: Trip Volpe; +Cc: linux-trace-users

On Sun, 2 Dec 2018 13:33:34 -0800
Trip Volpe <trip.volpe@gmail.com> wrote:

> These tracepoints are still removed as of the latest Ubuntu 4.13 HWE
> kernel. I tried putting them back, and sure enough cratering ensued,
> so it looks like my best bet is to try moving forward to a newer
> kernel. Thanks for the help, Steve!

Thanks for the update.

-- Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-02 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  2:49 Missing exceptions:page_fault_user event? Trip Volpe
2018-11-27  3:30 ` Steven Rostedt
     [not found]   ` <CANaP9wNqYQ4GUxg52cJNJTYhjj0eU4E19rcfyzH7PLU57Ks4OA@mail.gmail.com>
2018-12-02 22:15     ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.