aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/parse-sublevel-options.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du1-0/+70
This factors out a general function perf_parse_sublevel_options() to parse sublevel options. The 'sublevel' options is something like the '--debug' options which allow more sublevel options. 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]>