commit | 5104ffb229c357d9672344126040721e5dc4cc7b | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Feb 25 10:14:50 2016 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Feb 25 10:14:50 2016 -0300 |
tree | 69966fba15c2ace4c88352f83cdb4dfdbf86772d | |
parent | 06466212a69c0511c5dcff7363c207ffc8913731 [diff] |
perf tools: Use asprintf() for simple string formatting/allocation No need to use strbuf there, its just a simple alloc+formatting, which asprintf does just fine. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-6q6cxfhk8c8ypg3tfpo0i2iy@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>