]> git.baikalelectronics.ru Git - kernel.git/commit
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 20:31:26 +0000 (17:31 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 20:31:26 +0000 (17:31 -0300)
commit6166f2b98eda64e611eda0f187a19051ffe8fc27
tree4a2c882091cc9693cd5dfa9e12edd982984f7d97
parent6ffeed099a77c6f89dbb863654a61a2ccd10dffe
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h

Those are not in that file in the git repo, lets move it from there so
that we get that sane ctype code fully isolated to allow getting it in
sync either with the git sources or better with the kernel sources
(include/linux/ctype.h + lib/ctype.h), that way we can use
check_headers.h to get notified when changes are made in the original
code so that we can cherry-pick.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-ioh5sghn3943j0rxg6lb2dgs@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-kmem.c
tools/perf/builtin-sched.c
tools/perf/builtin-top.c
tools/perf/util/ctype.c
tools/perf/util/evsel.c
tools/perf/util/sane_ctype.h
tools/perf/util/string.c
tools/perf/util/string2.h