Re: [PATCH v2] perf trace: Segfault when trying to trace events by cgroup

2020-10-26 Thread Namhyung Kim
Hello, On Mon, Oct 26, 2020 at 10:21 PM Stanislav Ivanichkin wrote: > > v2: > - struct declaration fixed (Namhyung Kim) > > Fixes: 9ea42ba4411ac ("perf trace: Support setting cgroups as targets") > Signed-off-by: Stanislav Ivanichkin Looks ok but you'd better add the commit description in

[PATCH v2] perf trace: Segfault when trying to trace events by cgroup

2020-10-26 Thread Stanislav Ivanichkin
v2: - struct declaration fixed (Namhyung Kim) Fixes: 9ea42ba4411ac ("perf trace: Support setting cgroups as targets") Signed-off-by: Stanislav Ivanichkin --- tools/perf/builtin-trace.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tools/perf/builtin-tr