summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strlist.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305Thomas Gleixner2019-06-051-2/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Add file_only config option to strlistNamhyung Kim2016-01-121-0/+8
* perf strlist: Make parse_list() privateArnaldo Carvalho de Melo2015-07-201-1/+1
* perf strlist: Allow substitutions from file contents in a given directoryArnaldo Carvalho de Melo2015-07-201-7/+34
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-201-2/+2
* perf strlist: load() should return a negative errnoArnaldo Carvalho de Melo2015-07-161-1/+1
* perf tools: Fix build error due to zfree() castNamhyung Kim2014-01-151-1/+1
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-1/+2
* perf probe: Fix segfaultAnanth N Mavinakayanahalli2013-03-131-1/+1
* perf tools: Stop using 'self' in strlistArnaldo Carvalho de Melo2013-01-251-27/+27
* perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose2012-09-051-1/+1
* perf tools: Change strlist to use the new rblistDavid Ahern2012-08-031-79/+51
* perf probe: Fix --del to update current event listMasami Hiramatsu2009-12-151-3/+3
* strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-111-2/+18
* perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-011-0/+184