aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/string.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer1-0/+9
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo1-91/+0
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo1-18/+0
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-23/+0
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-14/+0
2019-06-26perf probe: Use skip_spaces() for argv handlingArnaldo Carvalho de Melo1-14/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo1-0/+9
2017-12-27perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu1-0/+46
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-6/+10
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo1-5/+1
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo1-0/+2
2016-10-24perf list: Make vendor event matching case insensitiveAndi Kleen1-5/+16
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo1-16/+0
2015-07-06perf tools: Asprintf like functions to format integer filter expressionArnaldo Carvalho de Melo1-0/+39
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang1-24/+0
2014-10-09saner perf_atoll()Al Viro1-60/+30
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-07-12perf tools: Default to cpu// for events v5Andi Kleen1-0/+24
2013-01-24perf tools: Move ltrim() to util/string.cNamhyung Kim1-0/+18
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa1-0/+18
2012-09-11perf tools: Add memdup functionJiri Olsa1-1/+17
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo1-0/+22
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu1-0/+19
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-21perf tools: Fix lazy wildcard matchingMasami Hiramatsu1-1/+1
2010-04-04perf: Swap inclusion order of util.h and string.h in util/string.cHitoshi Mitake1-1/+1
2010-03-26perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo1-43/+0
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu1-13/+42
2010-01-13perf tools: Enhance glob string matchingMasami Hiramatsu1-4/+61
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu1-0/+25
2009-12-02perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang1-2/+0
2009-12-01perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu1-0/+101
2009-11-15perf tools: Add new perf_atoll() function to parse string representing size in bytesHitoshi Mitake1-0/+84
2009-10-05perf tools: /proc/modules names don't always match its nameArnaldo Carvalho de Melo1-0/+11
2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras1-1/+1
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar1-0/+34