summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strlist.c
AgeCommit message (Expand)AuthorLines
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim-1/+1
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo-1/+2
2013-03-13perf probe: Fix segfaultAnanth N Mavinakayanahalli-1/+1
2013-01-25perf tools: Stop using 'self' in strlistArnaldo Carvalho de Melo-27/+27
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose-1/+1
2012-08-03perf tools: Change strlist to use the new rblistDavid Ahern-79/+51
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu-3/+3
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo-2/+18
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo-0/+184