aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/strfilter.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2017-02-08tools strfilter: Use __fallthroughGravatar Arnaldo Carvalho de Melo 1-0/+1
2015-05-04perf tools: Add strfilter__string to recover rules stringGravatar Masami Hiramatsu 1-0/+67
2015-05-04perf tools: Improve strfilter to append additional rulesGravatar Masami Hiramatsu 1-0/+40
2013-12-27perf tools: Use zfree to help detect use after free bugsGravatar Arnaldo Carvalho de Melo 1-1/+1
2013-11-05perf tools: Finish the removal of 'self' argumentsGravatar Arnaldo Carvalho de Melo 1-16/+16
2013-10-23perf tools: Stop using 'self' in some more placesGravatar Arnaldo Carvalho de Melo 1-23/+23
2011-03-04perf: Fix missing strndup declarationGravatar Frederic Weisbecker 1-1/+0
2011-01-28perf tools: Add strfilter for general purpose string filterGravatar Masami Hiramatsu 1-0/+200