aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+4
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson1-1/+0
2018-10-08perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma1-2/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo1-9/+0
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2016-07-12perf strbuf: Add missing headersArnaldo Carvalho de Melo1-1/+1
2016-05-10perf tools: Rewrite strbuf not to die()Masami Hiramatsu1-26/+67
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo1-1/+8
2016-02-23perf tools: Remove strbuf_{remove,splice}()Arnaldo Carvalho de Melo1-24/+0
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim1-7/+15
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2012-10-30perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim1-4/+4
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo1-3/+4
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo1-228/+1
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar1-6/+7
2009-06-24perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin1-1/+1
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar1-0/+359