forked from Minki/linux
perf tools: Export setup_list
Used in upcoming patches (perf sched timehist command). Signed-off-by: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1384806771-2945-6-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
1f3878c11c
commit
3bfe5f81fc
@ -1749,7 +1749,7 @@ out_fail:
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int setup_list(struct strlist **list, const char *list_str,
|
||||
int setup_list(struct strlist **list, const char *list_str,
|
||||
const char *list_name)
|
||||
{
|
||||
if (list_str == NULL)
|
||||
|
@ -274,4 +274,7 @@ void kcore_extract__delete(struct kcore_extract *kce);
|
||||
int kcore_copy(const char *from_dir, const char *to_dir);
|
||||
int compare_proc_modules(const char *from, const char *to);
|
||||
|
||||
int setup_list(struct strlist **list, const char *list_str,
|
||||
const char *list_name);
|
||||
|
||||
#endif /* __PERF_SYMBOL */
|
||||
|
Loading…
Reference in New Issue
Block a user