diff options
author | 2015-12-01 16:08:05 -0500 | |
---|---|---|
committer | 2015-12-01 16:08:05 -0500 | |
commit | 0f72e37e42a8ce427caa1b96f7f51e450f2ecb82 (patch) | |
tree | 59249ac6a7d2fbf517f2f8757ee5af6307cff3e7 /net/unix/af_unix.c | |
parent | ring-buffer: Put back the length if crossed page with add_timestamp (diff) | |
download | wireguard-linux-0f72e37e42a8ce427caa1b96f7f51e450f2ecb82.tar.xz wireguard-linux-0f72e37e42a8ce427caa1b96f7f51e450f2ecb82.zip |
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
The set_event_pid filter relies on attaching to the sched_switch and
sched_wakeup tracepoints to see if it should filter the tracing on schedule
tracepoints. By adding the callbacks to sched_wakeup, pids in the
set_event_pid file will trace the wakeups of those tasks with those pids.
But sched_wakeup_new and sched_waking were missed. These two should also be
traced. Luckily, these tracepoints share the same class as sched_wakeup
which means they can use the same pre and post callbacks as sched_wakeup
does.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions