Commit Graph

2 Commits

Author SHA1 Message Date
Michael Petlan 6996a13ce5 perf tools: Add missing newline at the end of header file
Bugzilla: https://bugzilla.redhat.com/2069070

upstream
========
commit ce73af80876dba7b855fe36d1ec473f77300c214
Author: Nghia Le <nghialm78@gmail.com>
Date: Tue Aug 24 15:59:47 2021 +0700

description
===========
Add missing newline at the end of file parse-sublevel-options.h.

Thus removing relevant warning reported by checkpatch.

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2022-04-25 12:33:06 +02:00
Changbin Du a80abe2a9a perf tools: Add general function to parse sublevel options
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 <changbin.du@gmail.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
Link: http://lore.kernel.org/lkml/20200808023141.14227-8-changbin.du@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-08-14 09:15:47 -03:00