diff options
author | Changbin Du <[email protected]> | 2020-08-08 10:31:41 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-08-14 09:37:19 -0300 |
commit | 0094024a186045ac1a48d839bdb56c42b8f8279d (patch) | |
tree | d8b293472b54adb7d5ab71133075b508870e7b4d | |
parent | 3c4dc21b75a74d4a8458624649a3e09af399a384 (diff) |
perf ftrace: Add change log
Add a change log after previous enhancements.
Signed-off-by: Changbin Du <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt (VMware) <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/builtin-ftrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c index 9da38dc8b542..167f1f57aba3 100644 --- a/tools/perf/builtin-ftrace.c +++ b/tools/perf/builtin-ftrace.c @@ -3,6 +3,7 @@ * builtin-ftrace.c * * Copyright (c) 2013 LG Electronics, Namhyung Kim <[email protected]> + * Copyright (c) 2020 Changbin Du <[email protected]>, significant enhancement. */ #include "builtin.h" |