From: He Kuang Date: Mon, 11 May 2015 09:25:02 +0000 (+0000) Subject: perf probe: Remove length limitation for showing available variables X-Git-Tag: omap-for-v4.3/legacy-v2-signed~210^2~44^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9596d1731cc37da6489de439f8b876f3a12db2;p=pandora-kernel.git perf probe: Remove length limitation for showing available variables Use struct strbuf instead of bare char[] to remove the length limitation of variables in variable_list, so they will not disappear due to overlength, and make preparation for adding more description for variables. Signed-off-by: He Kuang Acked-by: Masami Hiramatsu Cc: Jiri Olsa Cc: Peter Zijlstra Cc: Wang Nan Link: http://lkml.kernel.org/r/1431336304-16863-1-git-send-email-hekuang@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed