aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305Thomas Gleixner1-2/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2016-01-12perf tools: Add file_only config option to strlistNamhyung Kim1-0/+8
2015-07-20perf strlist: Make parse_list() privateArnaldo Carvalho de Melo1-1/+1
2015-07-20perf strlist: Allow substitutions from file contents in a given directoryArnaldo Carvalho de Melo1-7/+34
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo1-2/+2
2015-07-16perf strlist: load() should return a negative errnoArnaldo Carvalho de Melo1-1/+1
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim1-1/+1
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+2
2013-03-13perf probe: Fix segfaultAnanth N Mavinakayanahalli1-1/+1
2013-01-25perf tools: Stop using 'self' in strlistArnaldo Carvalho de Melo1-27/+27
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose1-1/+1
2012-08-03perf tools: Change strlist to use the new rblistDavid Ahern1-79/+51
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu1-3/+3
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo1-2/+18
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo1-0/+184