]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf hist: Add symbol_conf.skip_empty
authorNamhyung Kim <namhyung@kernel.org>
Fri, 7 Jun 2024 20:29:17 +0000 (13:29 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Sun, 16 Jun 2024 04:04:04 +0000 (21:04 -0700)
commit411ee13598ef322c1a7f4a4022a84d995873f235
treec6396fe88e9e6036cd00760dc406429b2572ab80
parent8f6071a3dce40e6991877873699b84c4fb570ab3
perf hist: Add symbol_conf.skip_empty

Add the skip_empty flag to symbol_conf and set the value from the report
command to preserve the existing behavior.  This makes the code simpler
and will be needed other code which is hard to add a new argument.

Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240607202918.2357459-4-namhyung@kernel.org
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/ui/stdio/hist.c
tools/perf/util/events_stats.h
tools/perf/util/hist.c
tools/perf/util/hist.h
tools/perf/util/session.c
tools/perf/util/session.h
tools/perf/util/symbol_conf.h