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
/
strfilter.c
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-02-08
tools strfilter: Use __fallthrough
Arnaldo Carvalho de Melo
2015-05-04
perf tools: Add strfilter__string to recover rules string
Masami Hiramatsu
2015-05-04
perf tools: Improve strfilter to append additional rules
Masami Hiramatsu
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-11-05
perf tools: Finish the removal of 'self' arguments
Arnaldo Carvalho de Melo
2013-10-23
perf tools: Stop using 'self' in some more places
Arnaldo Carvalho de Melo
2011-03-04
perf: Fix missing strndup declaration
Frederic Weisbecker
2011-01-28
perf tools: Add strfilter for general purpose string filter
Masami Hiramatsu