Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf timechart: Document missing --force option

Add --force to the man page.

Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1510842367-11011-3-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Sihyeon Jang and committed by
Arnaldo Carvalho de Melo
f4a30d2b 9b9d28a0

+3 -1
+3 -1
tools/perf/Documentation/perf-timechart.txt
··· 50 50 -p:: 51 51 --process:: 52 52 Select the processes to display, by name or PID 53 - 53 + -f:: 54 + --force:: 55 + Don't complain, do it. 54 56 --symfs=<directory>:: 55 57 Look for files with symbols relative to this directory. 56 58 -n::