Re: [PATCH 1/7] perf: propagate perf_install_in_context errors up

2019-07-05 Thread Jiri Olsa
On Mon, Jul 01, 2019 at 11:59:49PM -0700, Ian Rogers wrote: > The current __perf_install_in_context can fail and the error is ignored. > Changing __perf_install_in_context can add new failure modes that need > errors propagating up. This change prepares for this. > > Signed-off-by: Ian Rogers >

[PATCH 1/7] perf: propagate perf_install_in_context errors up

2019-07-02 Thread Ian Rogers
The current __perf_install_in_context can fail and the error is ignored. Changing __perf_install_in_context can add new failure modes that need errors propagating up. This change prepares for this. Signed-off-by: Ian Rogers --- kernel/events/core.c | 38 +- 1