aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/help-unknown-cmd.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-14perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf1-0/+0
help_unknown_cmd() is quite perf-specific because it relies on some perf_config*() functions. Move it and its supporting functions out into a separate file so that help.c can be moved to a library. Signed-off-by: Josh Poimboeuf <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/562d918bcaaf340c1ae3e47586b3f0ae33b9918b.1449965119.git.jpoimboe@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>