aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strfilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+2
2019-06-26perf strfilter: Use skip_spaces()Arnaldo Carvalho de Melo1-2/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-02-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo1-0/+1
2015-05-04perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu1-0/+67
2015-05-04perf tools: Improve strfilter to append additional rulesMasami Hiramatsu1-0/+40
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-16/+16
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-23/+23
2011-03-04perf: Fix missing strndup declarationFrederic Weisbecker1-1/+0
2011-01-28perf tools: Add strfilter for general purpose string filterMasami Hiramatsu1-0/+200