#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" se.0xinfinity.dev/distro/kernel/atom/include/linux/string_helpers.h?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/linux/string_helpers.h
AgeCommit message (Expand)Author
2023-02-09string_helpers: Move string_is_valid() to the headerAndy Shevchenko
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-05lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski
2022-08-28lib/string_helpers: Add str_read_write() helperAndy Shevchenko
2022-02-07lib/string_helpers: Consolidate string helpers implementationLucas De Marchi
2021-11-18lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko
2021-11-18lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko
2021-11-09include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko
2021-07-01lib/test-string_helpers: add test cases for new featuresAndy Shevchenko
2021-07-01lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko
2021-07-01lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko
2021-07-01lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko
2021-07-01lib/string_helpers: switch to use BIT() macroAndy Shevchenko