diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-07-03 09:29:57 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-07-06 09:24:02 -0300 |
commit | bee9ca1c8a237ca178f281062bf162637071ab04 (patch) | |
tree | 67efe2fffa07bef041cbf38f8e26ef61a415775b /samples | |
parent | 4c95ad261cfac120dd66238fcae222766754c219 (diff) | |
download | linux-bee9ca1c8a237ca178f281062bf162637071ab04.tar.bz2 |
perf report TUI: Remove needless 'dummy' event from menu
Fixing the common case of:
perf record
perf report
And getting just the cycles events.
We now have a 'dummy' event to get perf metadata events that take place
while we synthesize metadata records for pre-existing processes by
traversing procfs, so we always have this extra 'dummy' evsel, but we
don't have to offer it as there will be no samples on it, remove this
distraction.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/20200706115452.GA2772@redhat.com/
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions