Re: [PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-26 Thread Arnaldo Carvalho de Melo
Em Thu, Nov 26, 2015 at 09:46:20AM +0100, Jiri Olsa escreveu: > On Thu, Nov 26, 2015 at 04:08:20PM +0900, Namhyung Kim wrote: > > If user requested to hide unresolved entries, skip unresolved callchains > > as well as hist entries. > > > > Signed-off-by: Namhyung Kim > > Acked-by: Jiri Olsa

Re: [PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-26 Thread Jiri Olsa
On Thu, Nov 26, 2015 at 04:08:20PM +0900, Namhyung Kim wrote: > If user requested to hide unresolved entries, skip unresolved callchains > as well as hist entries. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-26 Thread Jiri Olsa
On Thu, Nov 26, 2015 at 04:08:20PM +0900, Namhyung Kim wrote: > If user requested to hide unresolved entries, skip unresolved callchains > as well as hist entries. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from

Re: [PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-26 Thread Arnaldo Carvalho de Melo
Em Thu, Nov 26, 2015 at 09:46:20AM +0100, Jiri Olsa escreveu: > On Thu, Nov 26, 2015 at 04:08:20PM +0900, Namhyung Kim wrote: > > If user requested to hide unresolved entries, skip unresolved callchains > > as well as hist entries. > > > > Signed-off-by: Namhyung Kim > >

[PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-25 Thread Namhyung Kim
If user requested to hide unresolved entries, skip unresolved callchains as well as hist entries. Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 7 +++ tools/perf/util/machine.c | 5 + tools/perf/util/symbol.h| 3 ++- 3 files changed, 10 insertions(+), 5

[PATCH 3/3] perf callchain: Honor hide_unresolved

2015-11-25 Thread Namhyung Kim
If user requested to hide unresolved entries, skip unresolved callchains as well as hist entries. Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 7 +++ tools/perf/util/machine.c | 5 + tools/perf/util/symbol.h| 3 ++- 3 files changed, 10