OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graph_dotted_line
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
ctype.c
36
const char *
graph_dotted_line
=
variable
util.h
110
extern const char *
graph_dotted_line
;
hist.c
866
fprintf(fp, "%.10s end\n",
graph_dotted_line
);
/external/linux-tools-perf/
builtin-kmem.c
353
printf("%.102s\n",
graph_dotted_line
);
356
printf("%.102s\n",
graph_dotted_line
);
402
printf("%.102s\n",
graph_dotted_line
);
builtin-top.c
295
printf("%-*.*s\n", win_width, win_width,
graph_dotted_line
);
Completed in 3046 milliseconds