aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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