mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
93d50edc80
commit
6a9fa4e3bd
8 changed files with 16 additions and 12 deletions
|
@ -6,6 +6,15 @@
|
|||
|
||||
#include "sane_ctype.h"
|
||||
|
||||
const char *graph_dotted_line =
|
||||
"---------------------------------------------------------------------"
|
||||
"---------------------------------------------------------------------"
|
||||
"---------------------------------------------------------------------";
|
||||
const char *dots =
|
||||
"....................................................................."
|
||||
"....................................................................."
|
||||
".....................................................................";
|
||||
|
||||
#define K 1024LL
|
||||
/*
|
||||
* perf_atoll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue