index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
strbuf.c
Age
Commit message (
Expand
)
Author
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-01-04
perf strbuf: Remove redundant va_end() in strbuf_addv()
Mattias Jacobsson
2018-10-08
perf strbuf: Match va_{add,copy} with va_end
Sanskriti Sharma
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-26
tools lib string: Adopt prefixcmp() from perf and subcmd
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2016-07-12
perf strbuf: Add missing headers
Arnaldo Carvalho de Melo
2016-05-10
perf tools: Rewrite strbuf not to die()
Masami Hiramatsu
2016-03-23
perf tools: Unexport some methods unused outside strbuf.c
Arnaldo Carvalho de Melo
2016-02-23
perf tools: Remove strbuf_{remove,splice}()
Arnaldo Carvalho de Melo
2015-10-27
perf tools: Introduce usage_with_options_msg()
Namhyung Kim
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2012-10-30
perf tools: Fix strbuf_addf() when the buffer needs to grow
Namhyung Kim
2012-03-14
perf tools: Use scnprintf where applicable
Arnaldo Carvalho de Melo
2010-05-18
perf tools: Remove some unused functions
Arnaldo Carvalho de Melo
2009-07-01
perf_counter tools: Add more warnings and fix/annotate them
Ingo Molnar
2009-06-24
perf_counter tools: Fix strbuf_fread() error path handling
Roel Kluin
2009-06-06
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
Ingo Molnar