Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6c303d3a authored by Oleg Nesterov's avatar Oleg Nesterov
Browse files

tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_info



__send_signal()->trace_signal_generate() doesn't report enough info.
The users want to know was the signal actually delivered or not, and
they also need the shared/private info.

The patch moves trace_signal_generate() at the end of __send_signal()
and adds the 2 additional arguments.

This also allows us to kill trace_signal_overflow_fail/lose_info, we
can simply add the appropriate TRACE_SIGNAL_ "result" codes.

Reported-by: default avatarSeiji Aguchi <saguchi@redhat.com>
Reviewed-by: default avatarSeiji Aguchi <seiji.aguchi@hds.com>
Acked-by: default avatarSteven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
parent 09946950
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment