Re: [PATCH] perf: add psw_idle and psw_idle_exit to list of idle symbols

2020-08-04 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 03, 2020 at 01:02:06PM +0200, Sven Schnelle escreveu: > Sven Schnelle writes: > > > Add the s390 idle functions so they don't show up in top when > > using software sampling. > > > > Signed-off-by: Sven Schnelle > > --- > > tools/perf/util/symbol.c | 2 ++ > > 1 file changed, 2 inse

Re: [PATCH] perf: add psw_idle and psw_idle_exit to list of idle symbols

2020-08-03 Thread Sven Schnelle
Sven Schnelle writes: > Add the s390 idle functions so they don't show up in top when > using software sampling. > > Signed-off-by: Sven Schnelle > --- > tools/perf/util/symbol.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c > ind

[PATCH] perf: add psw_idle and psw_idle_exit to list of idle symbols

2020-07-07 Thread Sven Schnelle
Add the s390 idle functions so they don't show up in top when using software sampling. Signed-off-by: Sven Schnelle --- tools/perf/util/symbol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 5ddf84dcbae7..d33d24c61d24 100644 --- a