index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
strlist.c
Age
Commit message (
Expand
)
Author
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305
Thomas Gleixner
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2016-01-12
perf tools: Add file_only config option to strlist
Namhyung Kim
2015-07-20
perf strlist: Make parse_list() private
Arnaldo Carvalho de Melo
2015-07-20
perf strlist: Allow substitutions from file contents in a given directory
Arnaldo Carvalho de Melo
2015-07-20
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
2015-07-16
perf strlist: load() should return a negative errno
Arnaldo Carvalho de Melo
2014-01-15
perf tools: Fix build error due to zfree() cast
Namhyung Kim
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-03-13
perf probe: Fix segfault
Ananth N Mavinakayanahalli
2013-01-25
perf tools: Stop using 'self' in strlist
Arnaldo Carvalho de Melo
2012-09-05
perf tools: Remove the node from rblist in strlist__remove
Suzuki K. Poulose
2012-08-03
perf tools: Change strlist to use the new rblist
David Ahern
2009-12-15
perf probe: Fix --del to update current event list
Masami Hiramatsu
2009-07-11
strlist: Introduce strlist__entry and strlist__nr_entries methods
Arnaldo Carvalho de Melo
2009-07-01
perf report: Add --dsos parameter
Arnaldo Carvalho de Melo