]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Use linux/ctype.h in more places
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Jun 2019 00:13:51 +0000 (21:13 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Jun 2019 00:13:51 +0000 (21:13 -0300)
commit8b1889f5597db9095cfc9ff955c8c6169f0c2b2a
tree65d78ec4481a3e6e97cda18ba0f40ad1f8a09f9d
parentcdc35dc6449760d780e89c55e78bca651ad29976
perf tools: Use linux/ctype.h in more places

There were a few places where we still were using the libc version of
ctype.h, switch to the one in tools/lib/ctype.c that the rest of perf
uses.

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-wa4nz4kt61eze88eprk20tfd@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/s390/util/header.c
tools/perf/util/metricgroup.c
tools/perf/util/time-utils.c