Searched refs:title (Results 1 - 25 of 93) sorted by relevance

1234

/linux-master/tools/perf/ui/
H A Dprogress.h10 const char *title; member in struct:ui_progress
16 const char *title, bool size);
18 #define ui_progress__init(p, total, title) \
19 __ui_progress__init(p, total, title, false)
21 #define ui_progress__init_size(p, total, title) \
22 __ui_progress__init(p, total, title, true)
H A Dutil.h11 void __ui__info_window(const char *title, const char *text, const char *exit_msg);
12 void ui__info_window(const char *title, const char *text);
13 int ui__question_window(const char *title, const char *text,
H A Dprogress.c31 const char *title, bool size)
36 p->title = title;
30 __ui_progress__init(struct ui_progress *p, u64 total, const char *title, bool size) argument
H A Dbrowser.h24 const char *title; member in struct:ui_browser
55 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
56 void ui_browser__show_title(struct ui_browser *browser, const char *title);
57 int ui_browser__show(struct ui_browser *browser, const char *title,
71 int ui_browser__input_window(const char *title, const char *text, char *input,
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-lock.sh27 title="$configfile ------- $ncs acquisitions/releases"
35 title="$title ($ncsps per second)"
37 echo $title
H A Dparse-build.sh5 # The "file" is a pathname on the local system, and "title" is
10 # Usage: parse-build.sh file title
17 title=$2
27 print_bug $title no build
33 print_bug $title build errors:
45 print_warning $title build errors:
H A Dkvm-recheck-rcu.sh33 title="$configfile ------- $ngps GPs"
41 title="$title ($ngpsps/s)"
43 echo $title $stopstate $fwdprog
H A Dparse-console.sh5 # The "file" is a pathname on the local system, and "title" is
8 # Usage: parse-console.sh file title
16 title="$2"
27 echo $title unreadable console output file: $file
63 print_bug $title FAILURE, $nerrs
100 print_warning $title `cat $T.seq`
107 print_warning HOTPLUG FAILURES $title `cat $T.seq`
111 echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version messages
114 print_warning $title `cat $T.seq`
123 print_warning "Assertion failure in $file $title"
[all...]
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh17 title="$1"
21 echo "$title ..." >&2
30 echo "ok: $title succeeded" >&2
33 echo "FAIL: $title should work" >&2
45 title="$1"
49 echo "$title ..." >&2
58 echo "FAIL: $title unexpectedly worked" >&2
62 echo "ok: $title correctly failed" >&2
/linux-master/tools/perf/Documentation/
H A Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</titl
[all...]
/linux-master/tools/lib/perf/Documentation/
H A Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</titl
[all...]
/linux-master/drivers/acpi/acpica/
H A Drsdump.c19 static void acpi_rs_out_string(const char *title, const char *value);
21 static void acpi_rs_out_integer8(const char *title, u8 value);
23 static void acpi_rs_out_integer16(const char *title, u16 value);
25 static void acpi_rs_out_integer32(const char *title, u32 value);
27 static void acpi_rs_out_integer64(const char *title, u64 value);
29 static void acpi_rs_out_title(const char *title);
43 acpi_rs_dump_resource_label(char *title,
197 * Optional resource title
415 * PARAMETERS: title - Title of the dumped resource field
425 acpi_rs_dump_resource_label(char *title, argument
496 acpi_rs_out_string(const char *title, const char *value) argument
506 acpi_rs_out_integer8(const char *title, u8 value) argument
511 acpi_rs_out_integer16(const char *title, u16 value) argument
517 acpi_rs_out_integer32(const char *title, u32 value) argument
523 acpi_rs_out_integer64(const char *title, u64 value) argument
529 acpi_rs_out_title(const char *title) argument
[all...]
/linux-master/tools/perf/ui/tui/
H A Dprogress.c25 p->title, buf_cur, buf_tot);
30 char buf[100], *title = (char *) p->title; local
44 title = buf;
53 SLsmg_write_string(title);
H A Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, argument
107 if (title) {
109 SLsmg_write_string(title);
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) argument
198 if (title) {
200 SLsmg_write_string(title);
216 void ui__info_window(const char *title, const char *text) argument
219 __ui__info_window(title, text, NULL);
224 int ui__question_window(const char *title, const char *text, argument
228 __ui__info_window(title, tex
244 __ui__warning(const char *title, const char *format, va_list args) argument
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h85 struct dialog_color title; member in struct:dialog_info
186 void print_title(WINDOW *dialog, const char *title, int width);
192 int dialog_yesno(const char *title, const char *prompt, int height, int width);
193 int dialog_msgbox(const char *title, const char *prompt, int height,
195 int dialog_textbox(const char *title, const char *tbuf, int initial_height,
198 int dialog_menu(const char *title, const char *prompt,
200 int dialog_checklist(const char *title, const char *prompt, int height,
202 int dialog_inputbox(const char *title, const char *prompt, int height,
H A Dyesno.c29 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
58 print_title(dialog, title, width);
/linux-master/arch/um/drivers/
H A Dxterm.c22 char *title; member in struct:xterm_chan
39 .title = opts->xterm_title,
74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n"
78 " its title, and the switch it uses to execute a subprocess,\n"
79 " respectively. The title switch must have the form '<switch> title',\n"
80 " not '<switch>=title'. Similarly, the exec switch must have the form\n"
92 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; local
93 char *argv[] = { terminal_emulator, title_switch, title, exec_switch,
139 sprintf(title, dat
[all...]
/linux-master/scripts/kconfig/
H A Dnconf.h80 const char *title, const char *prompt,
83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
87 const char *title,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.h27 void intel_rc6_print_residency(struct seq_file *m, const char *title,
/linux-master/tools/perf/ui/browsers/
H A Dhists.h27 /* Get title string. */
28 int (*title)(struct hist_browser *browser, member in struct:hist_browser
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py75 def rst_subsection(title: str) -> str:
77 return f"{title}\n" + "-" * len(title)
80 def rst_subsubsection(title: str) -> str:
82 return f"{title}\n" + "~" * len(title)
85 def rst_section(title: str) -> str:
87 return f"\n{title}\n" + "=" * len(title)
90 def rst_subtitle(title
[all...]
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh89 set style histogram columnstacked title textcolor lt -1
92 set key left above Left title reverse
94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
117 gnuplot_cmd="$gnuplot_cmd '$i' $range using 1 title\
119 gnuplot_cmd="$gnuplot_cmd '' $range using 2 title \
131 set key left above Left title reverse
/linux-master/tools/lib/subcmd/
H A Dhelp.h33 void list_commands(const char *title, struct cmdnames *main_cmds,
/linux-master/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c112 static void print_array_hex(const char *title, const char *prefix_str, argument
118 printf("\t\t%s", title);
/linux-master/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh264 # $1: file_name, $2: title, $3: ylable, $4: column
294 set title "$2"
305 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[0]}", \
306 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[1]}"
310 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[0]}", \
311 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[1]}"
315 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[0]}", \
316 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[0]}-${gitsource_governors[1]}", \
317 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_names[1]}-${gitsource_governors[0]}", \
318 "<(sed -n -e 's/,//g' -e '/${all_scaling_names[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "
[all...]

Completed in 393 milliseconds

1234