commit | de76ffb7f3ea2f0f84b16f5d1d8a726dfc222132 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Fri Sep 04 16:30:43 2015 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Fri Sep 04 16:37:43 2015 +0900 |
tree | 076c9b4646f27e77b83144b6be1383903caa3f9b | |
parent | 3936342bb9f473d7971d89c5a742f2690ced7ae0 [diff] |
perf probe: Print deleted events in cmd_probe() Showing actual trace event when deleteing perf events is only needed in perf probe command. But the add functionality itself can be used by other places. So move the printing code into the cmd_probe(). The output is not changed. Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>