title             540 arch/arm/probes/kprobes/test-core.c 	const char	*title;
title             573 arch/arm/probes/kprobes/test-core.c 		pr_info("    %dns for kprobe %s\n", ret, b->title);
title            1316 arch/arm/probes/kprobes/test-core.c static uintptr_t __used kprobes_test_case_start(const char **title, void *stack)
title            1322 arch/arm/probes/kprobes/test-core.c 	current_title = *title++;
title            1323 arch/arm/probes/kprobes/test-core.c 	args = (struct test_arg *)title;
title             104 arch/arm/probes/kprobes/test-core.h #define TEST_GROUP(title)					\
title             106 arch/arm/probes/kprobes/test-core.h 	verbose(title"\n");					\
title             109 arch/arm/probes/kprobes/test-core.h #define TESTCASE_START(title)					\
title             116 arch/arm/probes/kprobes/test-core.h 	".ascii "#title"				\n\t"	\
title              81 arch/powerpc/platforms/powermac/pfunc_core.c static void print_blob(const char *title, const void *blob, int bytes)
title              83 arch/powerpc/platforms/powermac/pfunc_core.c 	printk("%s", title);
title             743 arch/um/drivers/line.c 	char *umid, *title;
title             751 arch/um/drivers/line.c 	title = kmalloc(len, GFP_KERNEL);
title             752 arch/um/drivers/line.c 	if (title == NULL) {
title             757 arch/um/drivers/line.c 	snprintf(title, len, "%s (%s)", base, umid);
title             758 arch/um/drivers/line.c 	return title;
title              21 arch/um/drivers/xterm.c 	char *title;
title              37 arch/um/drivers/xterm.c 				       .title 		= opts->xterm_title,
title              89 arch/um/drivers/xterm.c 	char title[256], file[] = "/tmp/xterm-pipeXXXXXX";
title              90 arch/um/drivers/xterm.c 	char *argv[] = { terminal_emulator, title_switch, title, exec_switch,
title             136 arch/um/drivers/xterm.c 	sprintf(title, data->title, data->device);
title              24 drivers/acpi/acpica/exdump.c static void acpi_ex_out_string(const char *title, const char *value);
title              26 drivers/acpi/acpica/exdump.c static void acpi_ex_out_pointer(const char *title, const void *value);
title             914 drivers/acpi/acpica/exdump.c static void acpi_ex_out_string(const char *title, const char *value)
title             916 drivers/acpi/acpica/exdump.c 	acpi_os_printf("%20s : %s\n", title, value);
title             919 drivers/acpi/acpica/exdump.c static void acpi_ex_out_pointer(const char *title, const void *value)
title             921 drivers/acpi/acpica/exdump.c 	acpi_os_printf("%20s : %p\n", title, value);
title              19 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_string(const char *title, const char *value);
title              21 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer8(const char *title, u8 value);
title              23 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer16(const char *title, u16 value);
title              25 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer32(const char *title, u32 value);
title              27 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer64(const char *title, u64 value);
title              29 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_title(const char *title);
title              43 drivers/acpi/acpica/rsdump.c acpi_rs_dump_resource_label(char *title,
title             417 drivers/acpi/acpica/rsdump.c acpi_rs_dump_resource_label(char *title,
title             422 drivers/acpi/acpica/rsdump.c 	acpi_rs_out_string(title,
title             488 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_string(const char *title, const char *value)
title             491 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : %s", title, value);
title             498 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer8(const char *title, u8 value)
title             500 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : %2.2X\n", title, value);
title             503 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer16(const char *title, u16 value)
title             506 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : %4.4X\n", title, value);
title             509 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer32(const char *title, u32 value)
title             512 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : %8.8X\n", title, value);
title             515 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_integer64(const char *title, u64 value)
title             518 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : %8.8X%8.8X\n", title, ACPI_FORMAT_UINT64(value));
title             521 drivers/acpi/acpica/rsdump.c static void acpi_rs_out_title(const char *title)
title             524 drivers/acpi/acpica/rsdump.c 	acpi_os_printf("%27s : ", title);
title              96 drivers/ata/libata-transport.c #define ata_bitfield_name_match(title, table)			\
title              98 drivers/ata/libata-transport.c get_ata_##title##_names(u32 table_key, char *buf)		\
title             115 drivers/ata/libata-transport.c #define ata_bitfield_name_search(title, table)			\
title             117 drivers/ata/libata-transport.c get_ata_##title##_names(u32 table_key, char *buf)		\
title             455 drivers/ata/libata-transport.c #define ata_dev_show_class(title, field)				\
title             462 drivers/ata/libata-transport.c 	return get_ata_##title##_names(ata_dev->field, buf);		\
title             465 drivers/ata/libata-transport.c #define ata_dev_attr(title, field)					\
title             466 drivers/ata/libata-transport.c 	ata_dev_show_class(title, field)				\
title             519 drivers/block/drbd/drbd_debugfs.c 		const char *title,
title             525 drivers/block/drbd/drbd_debugfs.c 	seq_printf(m, "%s\n", title);
title              48 drivers/char/ipmi/ipmi_msghandler.c static void ipmi_debug_msg(const char *title, unsigned char *data,
title              54 drivers/char/ipmi/ipmi_msghandler.c 	pos = snprintf(buf, sizeof(buf), "%s: ", title);
title              61 drivers/char/ipmi/ipmi_msghandler.c static void ipmi_debug_msg(const char *title, unsigned char *data,
title            1394 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	static const char *title[] = {
title            1403 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 			title[0]);
title            1253 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	static const char *title[6] = {"NUM",
title            1263 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0],
title            1264 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 			title[1], title[2], title[3], title[4], title[5]);
title            4929 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	static const char *title[8] = {"NUM",
title            4942 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			title[0], title[1], title[2], title[3],
title            4943 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			title[4], title[5], title[6], title[7]);
title            4920 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	static const char *title[6] = {"NUM",
title            4930 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0],
title            4931 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			title[1], title[2], title[3], title[4], title[5]);
title            3894 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	static const char *title[] = {
title            3912 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 			title[0], title[1], title[2], title[3], title[4], title[5],
title            3913 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 			title[6], title[7], title[8], title[9], title[10]);
title            1049 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	static const char *title[] = {
title            1067 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			title[0], title[1], title[2], title[3], title[4], title[5],
title            1068 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			title[6], title[7], title[8], title[9], title[10]);
title            1798 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	static const char *title[] = {
title            1816 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			title[0], title[1], title[2], title[3], title[4], title[5],
title            1817 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 			title[6], title[7], title[8], title[9], title[10]);
title            1157 drivers/gpu/drm/i915/i915_debugfs.c 			  const char *title,
title            1163 drivers/gpu/drm/i915/i915_debugfs.c 		   title, I915_READ(reg),
title             564 drivers/macintosh/via-pmu.c 			char title[16];
title             565 drivers/macintosh/via-pmu.c 			sprintf(title, "battery_%ld", i);
title             566 drivers/macintosh/via-pmu.c 			proc_pmu_batt[i] = proc_create_single_data(title, 0,
title             957 drivers/net/ethernet/cadence/macb.h #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0)
title             958 drivers/net/ethernet/cadence/macb.h #define GEM_STAT_TITLE_BITS(name, title, bits) {	\
title             959 drivers/net/ethernet/cadence/macb.h 	.stat_string = title,				\
title            1035 drivers/net/ethernet/cadence/macb.h #define QUEUE_STAT_TITLE(title) {	\
title            1036 drivers/net/ethernet/cadence/macb.h 	.stat_string = title,			\
title             335 drivers/net/ethernet/mellanox/mlx5/core/en.h 	struct mlx5_cqe64          title;
title              71 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	struct mlx5_cqe64 *title = &cqd->title;
title              73 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	mlx5e_read_cqe_slot(wq, cqcc, title);
title              74 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	cqd->left        = be32_to_cpu(title->byte_cnt);
title              75 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	cqd->wqe_counter = be16_to_cpu(title->wqe_counter);
title             117 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	struct mlx5_cqe64 *title = &cqd->title;
title             119 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	title->byte_cnt     = mini_cqe->byte_cnt;
title             120 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	title->check_sum    = mini_cqe->checksum;
title             121 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	title->op_own      &= 0xf0;
title             122 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	title->op_own      |= 0x01 & (cqcc >> wq->fbc.log_sz);
title             123 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	title->wqe_counter  = cpu_to_be16(cqd->wqe_counter);
title             126 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		cqd->wqe_counter += mpwrq_get_cqe_consumed_strides(title);
title             139 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	cqd->title.rss_hash_type   = 0;
title             140 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	cqd->title.rss_hash_result = 0;
title             161 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		rq->handle_rx_cqe(rq, &cqd->title);
title             181 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	rq->handle_rx_cqe(rq, &cqd->title);
title             209 drivers/scsi/fcoe/fcoe_sysfs.c #define fcoe_enum_name_search(title, table_type, table)			\
title             210 drivers/scsi/fcoe/fcoe_sysfs.c static const char *get_fcoe_##title##_name(enum table_type table_key)	\
title              64 drivers/scsi/scsi_transport_fc.c #define fc_enum_name_search(title, table_type, table)			\
title              65 drivers/scsi/scsi_transport_fc.c static const char *get_fc_##title##_name(enum table_type table_key)	\
title              79 drivers/scsi/scsi_transport_fc.c #define fc_enum_name_match(title, table_type, table)			\
title              80 drivers/scsi/scsi_transport_fc.c static int get_fc_##title##_match(const char *table_key,		\
title             203 drivers/scsi/scsi_transport_fc.c #define fc_bitfield_name_search(title, table)			\
title             205 drivers/scsi/scsi_transport_fc.c get_fc_##title##_names(u32 table_key, char *buf)		\
title             765 drivers/scsi/scsi_transport_fc.c #define fc_private_rport_rd_enum_attr(title, maxlen)			\
title             767 drivers/scsi/scsi_transport_fc.c show_fc_rport_##title (struct device *dev,				\
title             772 drivers/scsi/scsi_transport_fc.c 	name = get_fc_##title##_name(rport->title);			\
title             777 drivers/scsi/scsi_transport_fc.c static FC_DEVICE_ATTR(rport, title, S_IRUGO,			\
title             778 drivers/scsi/scsi_transport_fc.c 			show_fc_rport_##title, NULL)
title            1177 drivers/scsi/scsi_transport_fc.c #define fc_private_vport_rd_enum_attr(title, maxlen)			\
title            1179 drivers/scsi/scsi_transport_fc.c show_fc_vport_##title (struct device *dev,				\
title            1185 drivers/scsi/scsi_transport_fc.c 	name = get_fc_##title##_name(vport->title);			\
title            1190 drivers/scsi/scsi_transport_fc.c static FC_DEVICE_ATTR(vport, title, S_IRUGO,			\
title            1191 drivers/scsi/scsi_transport_fc.c 			show_fc_vport_##title, NULL)
title            1395 drivers/scsi/scsi_transport_fc.c #define fc_host_rd_enum_attr(title, maxlen)				\
title            1397 drivers/scsi/scsi_transport_fc.c show_fc_host_##title (struct device *dev,				\
title            1403 drivers/scsi/scsi_transport_fc.c 	if (i->f->get_host_##title)					\
title            1404 drivers/scsi/scsi_transport_fc.c 		i->f->get_host_##title(shost);				\
title            1405 drivers/scsi/scsi_transport_fc.c 	name = get_fc_##title##_name(fc_host_##title(shost));		\
title            1410 drivers/scsi/scsi_transport_fc.c static FC_DEVICE_ATTR(host, title, S_IRUGO, show_fc_host_##title, NULL)
title              67 drivers/scsi/scsi_transport_sas.c #define sas_bitfield_name_match(title, table)			\
title              69 drivers/scsi/scsi_transport_sas.c get_sas_##title##_names(u32 table_key, char *buf)		\
title              86 drivers/scsi/scsi_transport_sas.c #define sas_bitfield_name_set(title, table)			\
title              88 drivers/scsi/scsi_transport_sas.c set_sas_##title##_names(u32 *table_key, const char *buf)	\
title             104 drivers/scsi/scsi_transport_sas.c #define sas_bitfield_name_search(title, table)			\
title             106 drivers/scsi/scsi_transport_sas.c get_sas_##title##_names(u32 table_key, char *buf)		\
title              64 include/linux/torture.h void torture_shutdown_absorb(const char *title);
title              68 include/linux/torture.h bool stutter_wait(const char *title);
title              78 include/linux/torture.h void torture_kthread_stopping(char *title);
title             464 kernel/torture.c void torture_shutdown_absorb(const char *title)
title             468 kernel/torture.c 			  title);
title             577 kernel/torture.c bool stutter_wait(const char *title)
title             594 kernel/torture.c 		torture_shutdown_absorb(title);
title             757 kernel/torture.c void torture_kthread_stopping(char *title)
title             761 kernel/torture.c 	snprintf(buf, sizeof(buf), "Stopping %s", title);
title             764 kernel/torture.c 		torture_shutdown_absorb(title);
title            1283 scripts/kconfig/expr.c 			      void *data, tristate pr_type, const char **title)
title            1286 scripts/kconfig/expr.c 		expr_print_revdep(e->left.expr, fn, data, pr_type, title);
title            1287 scripts/kconfig/expr.c 		expr_print_revdep(e->right.expr, fn, data, pr_type, title);
title            1289 scripts/kconfig/expr.c 		if (*title) {
title            1290 scripts/kconfig/expr.c 			fn(data, NULL, *title);
title            1291 scripts/kconfig/expr.c 			*title = NULL;
title            1301 scripts/kconfig/expr.c 			    tristate pr_type, const char *title)
title            1303 scripts/kconfig/expr.c 	expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title);
title             316 scripts/kconfig/expr.h 			    tristate pr_type, const char *title);
title             390 scripts/kconfig/gconf.c static void text_insert_msg(const char *title, const char *message)
title             402 scripts/kconfig/gconf.c 	gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1,
title             104 scripts/kconfig/lxdialog/checklist.c int dialog_checklist(const char *title, const char *prompt, int height,
title             147 scripts/kconfig/lxdialog/checklist.c 	print_title(dialog, title, width);
title             101 scripts/kconfig/lxdialog/dialog.h 	struct dialog_color title;
title             206 scripts/kconfig/lxdialog/dialog.h void print_title(WINDOW *dialog, const char *title, int width);
title             212 scripts/kconfig/lxdialog/dialog.h int dialog_yesno(const char *title, const char *prompt, int height, int width);
title             213 scripts/kconfig/lxdialog/dialog.h int dialog_msgbox(const char *title, const char *prompt, int height,
title             219 scripts/kconfig/lxdialog/dialog.h int dialog_textbox(const char *title, char *tbuf, int initial_height,
title             222 scripts/kconfig/lxdialog/dialog.h int dialog_menu(const char *title, const char *prompt,
title             224 scripts/kconfig/lxdialog/dialog.h int dialog_checklist(const char *title, const char *prompt, int height,
title             226 scripts/kconfig/lxdialog/dialog.h int dialog_inputbox(const char *title, const char *prompt, int height,
title              31 scripts/kconfig/lxdialog/inputbox.c int dialog_inputbox(const char *title, const char *prompt, int height, int width,
title              69 scripts/kconfig/lxdialog/inputbox.c 	print_title(dialog, title, width);
title             171 scripts/kconfig/lxdialog/menubox.c int dialog_menu(const char *title, const char *prompt,
title             211 scripts/kconfig/lxdialog/menubox.c 	print_title(dialog, title, width);
title              43 scripts/kconfig/lxdialog/textbox.c int dialog_textbox(const char *title, char *tbuf, int initial_height,
title             117 scripts/kconfig/lxdialog/textbox.c 	print_title(dialog, title, width);
title              23 scripts/kconfig/lxdialog/util.c 	dlg.title.atr = A_BOLD;
title              63 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(title,                 COLOR_YELLOW, COLOR_WHITE,  true);
title              96 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(title,  COLOR_RED,   COLOR_BLACK, false);
title             136 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(title,               COLOR_BLUE,   COLOR_WHITE, true);
title             183 scripts/kconfig/lxdialog/util.c 	init_one_color(&dlg.title);
title             352 scripts/kconfig/lxdialog/util.c void print_title(WINDOW *dialog, const char *title, int width)
title             354 scripts/kconfig/lxdialog/util.c 	if (title) {
title             355 scripts/kconfig/lxdialog/util.c 		int tlen = MIN(width - 2, strlen(title));
title             356 scripts/kconfig/lxdialog/util.c 		wattrset(dialog, dlg.title.atr);
title             358 scripts/kconfig/lxdialog/util.c 		mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen);
title              29 scripts/kconfig/lxdialog/yesno.c int dialog_yesno(const char *title, const char *prompt, int height, int width)
title              58 scripts/kconfig/lxdialog/yesno.c 	print_title(dialog, title, width);
title             288 scripts/kconfig/mconf.c static int show_textbox_ext(const char *title, char *text, int r, int c,
title             291 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c);
title             292 scripts/kconfig/mconf.c static void show_helptext(const char *title, const char *text);
title             394 scripts/kconfig/mconf.c 	struct gstr title;
title             401 scripts/kconfig/mconf.c 	title = str_new();
title             402 scripts/kconfig/mconf.c 	str_printf( &title, "Enter (sub)string or regexp to search for "
title             408 scripts/kconfig/mconf.c 			      str_get(&title),
title             417 scripts/kconfig/mconf.c 		str_free(&title);
title             460 scripts/kconfig/mconf.c 	str_free(&title);
title             754 scripts/kconfig/mconf.c static int show_textbox_ext(const char *title, char *text, int r, int c, int
title             759 scripts/kconfig/mconf.c 	return dialog_textbox(title, text, r, c, keys, vscroll, hscroll,
title             763 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c)
title             765 scripts/kconfig/mconf.c 	show_textbox_ext(title, (char *) text, r, c, (int []) {0}, NULL, NULL,
title             769 scripts/kconfig/mconf.c static void show_helptext(const char *title, const char *text)
title             771 scripts/kconfig/mconf.c 	show_textbox(title, text, 0, 0);
title             695 scripts/kconfig/nconf.c 	struct gstr title;
title             699 scripts/kconfig/nconf.c 	title = str_new();
title             700 scripts/kconfig/nconf.c 	str_printf( &title, "Enter (sub)string or regexp to search for "
title             706 scripts/kconfig/nconf.c 			str_get(&title),
title             716 scripts/kconfig/nconf.c 		str_free(&title);
title             731 scripts/kconfig/nconf.c 	str_free(&title);
title             358 scripts/kconfig/nconf.gui.c 		const char *title, const char *prompt,
title             388 scripts/kconfig/nconf.gui.c 	if (title)
title             389 scripts/kconfig/nconf.gui.c 		prompt_width = max(prompt_width, strlen(title));
title             413 scripts/kconfig/nconf.gui.c 	if (title)
title             414 scripts/kconfig/nconf.gui.c 		mvwprintw(win, 0, 3, "%s", title);
title             551 scripts/kconfig/nconf.gui.c 		const char *title,
title             597 scripts/kconfig/nconf.gui.c 	mvwprintw(win, 0, 3, " %s ", title);
title              87 scripts/kconfig/nconf.h 		const char *title, const char *prompt,
title              91 scripts/kconfig/nconf.h 		const char *title,
title            1341 scripts/kconfig/qconf.cc 	char title[256];
title            1344 scripts/kconfig/qconf.cc 	snprintf(title, sizeof(title), "%s%s",
title            1348 scripts/kconfig/qconf.cc 	setWindowTitle(title);
title              25 sound/pci/emu10k1/emuproc.c 					  char *title,
title              37 sound/pci/emu10k1/emuproc.c 	snd_iprintf(buffer, "\n%s\n", title);
title            1678 tools/lib/bpf/libbpf.c 				  const char *title)
title            1683 tools/lib/bpf/libbpf.c 		if (pos->section_name && !strcmp(pos->section_name, title))
title            4354 tools/lib/bpf/libbpf.c 	const char *title;
title            4356 tools/lib/bpf/libbpf.c 	title = prog->section_name;
title            4358 tools/lib/bpf/libbpf.c 		title = strdup(title);
title            4359 tools/lib/bpf/libbpf.c 		if (!title) {
title            4365 tools/lib/bpf/libbpf.c 	return title;
title             111 tools/lib/bpf/libbpf.h 				  const char *title);
title             229 tools/lib/subcmd/help.c void list_commands(const char *title, struct cmdnames *main_cmds,
title             243 tools/lib/subcmd/help.c 		printf("available %s in '%s'\n", title, exec_path);
title             245 tools/lib/subcmd/help.c 		mput_char('-', strlen(title) + strlen(exec_path));
title             253 tools/lib/subcmd/help.c 		printf("%s available from elsewhere on your $PATH\n", title);
title             255 tools/lib/subcmd/help.c 		mput_char('-', strlen(title));
title              33 tools/lib/subcmd/help.h void list_commands(const char *title, struct cmdnames *main_cmds,
title            2347 tools/perf/builtin-c2c.c 		browser->hb.title	= perf_c2c_cacheline_browser__title;
title            2431 tools/perf/builtin-c2c.c 		browser->title = perf_c2c_browser__title;
title             206 tools/perf/ui/browser.c 	ui_browser__show(browser, browser->title, ui_helpline__current);
title             262 tools/perf/ui/browser.c void __ui_browser__show_title(struct ui_browser *browser, const char *title)
title             266 tools/perf/ui/browser.c 	ui_browser__write_nstring(browser, title, browser->width + 1);
title             269 tools/perf/ui/browser.c void ui_browser__show_title(struct ui_browser *browser, const char *title)
title             272 tools/perf/ui/browser.c 	__ui_browser__show_title(browser, title);
title             276 tools/perf/ui/browser.c int ui_browser__show(struct ui_browser *browser, const char *title,
title             288 tools/perf/ui/browser.c 	__ui_browser__show_title(browser, title);
title             290 tools/perf/ui/browser.c 	browser->title = title;
title             405 tools/perf/ui/browser.c 			__ui_browser__show_title(browser, browser->title);
title              24 tools/perf/ui/browser.h 	const char    *title;
title              55 tools/perf/ui/browser.h void __ui_browser__show_title(struct ui_browser *browser, const char *title);
title              56 tools/perf/ui/browser.h void ui_browser__show_title(struct ui_browser *browser, const char *title);
title              57 tools/perf/ui/browser.h int ui_browser__show(struct ui_browser *browser, const char *title,
title              71 tools/perf/ui/browser.h int ui_browser__input_window(const char *title, const char *text, char *input,
title             393 tools/perf/ui/browsers/annotate.c static int sym_title(struct symbol *sym, struct map *map, char *title,
title             396 tools/perf/ui/browsers/annotate.c 	return snprintf(title, sz, "%s  %s [Percent: %s]", sym->name, map->dso->long_name,
title             416 tools/perf/ui/browsers/annotate.c 	char title[SYM_TITLE_MAX_SIZE];
title             435 tools/perf/ui/browsers/annotate.c 	sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
title             436 tools/perf/ui/browsers/annotate.c 	ui_browser__show_title(&browser->b, title);
title             608 tools/perf/ui/browsers/annotate.c static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help)
title             615 tools/perf/ui/browsers/annotate.c 	if (ui_browser__show(browser, title, help) < 0)
title             670 tools/perf/ui/browsers/annotate.c 	char title[256];
title             673 tools/perf/ui/browsers/annotate.c 	hists__scnprintf_title(hists, title, sizeof(title));
title             674 tools/perf/ui/browsers/annotate.c 	if (annotate_browser__show(&browser->b, title, help) < 0)
title             707 tools/perf/ui/browsers/annotate.c 				hists__scnprintf_title(hists, title, sizeof(title));
title             708 tools/perf/ui/browsers/annotate.c 				annotate_browser__show(&browser->b, title, help);
title             853 tools/perf/ui/browsers/annotate.c 			hists__scnprintf_title(hists, title, sizeof(title));
title             854 tools/perf/ui/browsers/annotate.c 			annotate_browser__show(&browser->b, title, help);
title             623 tools/perf/ui/browsers/hists.c 	return browser->title ? browser->title(browser, bf, size) : 0;
title             630 tools/perf/ui/browsers/hists.c 	char title[160];
title             637 tools/perf/ui/browsers/hists.c 	hist_browser__title(browser, title, sizeof(title));
title             639 tools/perf/ui/browsers/hists.c 	if (ui_browser__show(&browser->b, title, "%s", help) < 0)
title             669 tools/perf/ui/browsers/hists.c 			hist_browser__title(browser, title, sizeof(title));
title             670 tools/perf/ui/browsers/hists.c 			ui_browser__show_title(&browser->b, title);
title            2206 tools/perf/ui/browsers/hists.c 		browser->title = hists_browser__scnprintf_title;
title            3277 tools/perf/ui/browsers/hists.c 	const char *title = "Available samples";
title            3281 tools/perf/ui/browsers/hists.c 	if (ui_browser__show(&menu->b, title,
title            3319 tools/perf/ui/browsers/hists.c 			ui_browser__show_title(&menu->b, title);
title              28 tools/perf/ui/browsers/hists.h 	int                  (*title)(struct hist_browser *browser,
title              17 tools/perf/ui/gtk/progress.c 		GtkWidget *label = gtk_label_new(p->title);
title              31 tools/perf/ui/progress.c 			 const char *title, bool size)
title              36 tools/perf/ui/progress.c 	p->title = title;
title              10 tools/perf/ui/progress.h 	const char *title;
title              16 tools/perf/ui/progress.h 			 const char *title, bool size);
title              18 tools/perf/ui/progress.h #define ui_progress__init(p, total, title) \
title              19 tools/perf/ui/progress.h 	__ui_progress__init(p, total, title, false)
title              21 tools/perf/ui/progress.h #define ui_progress__init_size(p, total, title) \
title              22 tools/perf/ui/progress.h 	__ui_progress__init(p, total, title, true)
title              25 tools/perf/ui/tui/progress.c 			       p->title, buf_cur, buf_tot);
title              30 tools/perf/ui/tui/progress.c 	char buf[100], *title = (char *) p->title;
title              44 tools/perf/ui/tui/progress.c 		title = buf;
title              53 tools/perf/ui/tui/progress.c 	SLsmg_write_string(title);
title              71 tools/perf/ui/tui/util.c int ui_browser__input_window(const char *title, const char *text, char *input,
title             103 tools/perf/ui/tui/util.c 	if (title) {
title             105 tools/perf/ui/tui/util.c 		SLsmg_write_string((char *)title);
title             163 tools/perf/ui/tui/util.c void __ui__info_window(const char *title, const char *text, const char *exit_msg)
title             194 tools/perf/ui/tui/util.c 	if (title) {
title             196 tools/perf/ui/tui/util.c 		SLsmg_write_string((char *)title);
title             212 tools/perf/ui/tui/util.c void ui__info_window(const char *title, const char *text)
title             215 tools/perf/ui/tui/util.c 	__ui__info_window(title, text, NULL);
title             220 tools/perf/ui/tui/util.c int ui__question_window(const char *title, const char *text,
title             224 tools/perf/ui/tui/util.c 	__ui__info_window(title, text, exit_msg);
title             240 tools/perf/ui/tui/util.c static int __ui__warning(const char *title, const char *format, va_list args)
title             247 tools/perf/ui/tui/util.c 		key = ui__question_window(title, s, "Press any key...", 0);
title             252 tools/perf/ui/tui/util.c 	fprintf(stderr, "%s\n", title);
title              11 tools/perf/ui/util.h void __ui__info_window(const char *title, const char *text, const char *exit_msg);
title              12 tools/perf/ui/util.h void ui__info_window(const char *title, const char *text);
title              13 tools/perf/ui/util.h int ui__question_window(const char *title, const char *text,
title             455 tools/perf/util/bpf-loader.c 		const char *title;
title             457 tools/perf/util/bpf-loader.c 		title = bpf_program__title(prog, false);
title             458 tools/perf/util/bpf-loader.c 		if (!title)
title             459 tools/perf/util/bpf-loader.c 			title = "[unknown]";
title             462 tools/perf/util/bpf-loader.c 			 title);
title              17 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		const char *title;
title              20 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		title = bpf_program__title(prog, false);
title              21 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		if (strstr(title, ".text") != NULL)
title              27 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		if (strstr(title, "fail") != NULL) {
title              36 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		CHECK(err, title, "\n");
title             139 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
title             146 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 	err = libbpf_prog_type_by_name(title, &prog_type, &attach_type);
title             148 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 		log_err("Failed to deduct types for %s BPF program", title);
title             152 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 	prog = bpf_object__find_program_by_title(obj, title);
title             154 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 		log_err("Failed to find %s BPF program", title);
title             161 tools/testing/selftests/bpf/prog_tests/sockopt_inherit.c 		log_err("Failed to attach %s BPF program", title);
title               5 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
title              12 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 	err = libbpf_prog_type_by_name(title, &prog_type, &attach_type);
title              14 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 		log_err("Failed to deduct types for %s BPF program", title);
title              18 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 	prog = bpf_object__find_program_by_title(obj, title);
title              20 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 		log_err("Failed to find %s BPF program", title);
title              27 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 		log_err("Failed to attach %s BPF program", title);
title              34 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title)
title              41 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 	err = libbpf_prog_type_by_name(title, &prog_type, &attach_type);
title              45 tools/testing/selftests/bpf/prog_tests/sockopt_multi.c 	prog = bpf_object__find_program_by_title(obj, title);
title             134 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title)
title             141 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 	err = libbpf_prog_type_by_name(title, &prog_type, &attach_type);
title             143 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 		log_err("Failed to deduct types for %s BPF program", title);
title             147 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 	prog = bpf_object__find_program_by_title(obj, title);
title             149 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 		log_err("Failed to find %s BPF program", title);
title             156 tools/testing/selftests/bpf/prog_tests/sockopt_sk.c 		log_err("Failed to attach %s BPF program", title);