| /Linux-v6.6/tools/perf/ | 
| D | builtin-mem.c | 31 	char const		*input_name;  member 283 		.path  = input_name,  in report_raw_events() 467 		.input_name		 = "perf.data",  in cmd_mem() 481 	OPT_STRING('i', "input", &input_name, "file",  in cmd_mem() 506 	if (!mem.input_name || !strlen(mem.input_name)) {  in cmd_mem() 508 			mem.input_name = "-";  in cmd_mem() 510 			mem.input_name = "perf.data";  in cmd_mem()
  | 
| D | builtin-data.c | 40 		OPT_STRING('i', "input", &input_name, "file", "input file name"), 78 		return bt_convert__perf2json(input_name, to_json, &opts);  in cmd_data_convert() 82 		return bt_convert__perf2ctf(input_name, to_ctf, &opts);  in cmd_data_convert()
  | 
| D | builtin-buildid-list.c | 86 		.path  = input_name,  in perf_session__list_build_ids() 95 	if (filename__fprintf_build_id(input_name, stdout) > 0)  in perf_session__list_build_ids() 137 	OPT_STRING('i', "input", &input_name, "file", "input file name"),  in cmd_buildid_list()
  | 
| D | builtin-evlist.c | 70 	OPT_STRING('i', "input", &input_name, "file", "Input file name"),  in cmd_evlist() 94 	return __cmd_evlist(input_name, &details);  in cmd_evlist()
  | 
| D | builtin-report.c | 1238 	OPT_STRING('i', "input", &input_name, "file",  in cmd_report() 1475 	if (!input_name || !strlen(input_name)) {  in cmd_report() 1477 			input_name = "-";  in cmd_report() 1479 			input_name = "perf.data";  in cmd_report() 1482 	data.path  = input_name;  in cmd_report() 1603 	if (strcmp(input_name, "-") != 0)  in cmd_report()
  | 
| D | builtin-inject.c | 119 	const char		*input_name;  member 1943 		       inject->input_name, inject->output.path);  in copy_kcore_dir() 2204 		.input_name  = "-",  in cmd_inject() 2228 		OPT_STRING('i', "input", &inject.input_name, "file",  in cmd_inject() 2288 		if (!strcmp(inject.input_name, "-")) {  in cmd_inject() 2305 		    has_kcore_dir(inject.input_name)) {  in cmd_inject() 2315 	data.path = inject.input_name;  in cmd_inject() 2316 	if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) {  in cmd_inject() 2323 		if (strcmp(inject.input_name, "-"))  in cmd_inject()
  | 
| D | builtin-annotate.c | 535 	OPT_STRING('i', "input", &input_name, "file",  in cmd_annotate() 670 	data.path = input_name;  in cmd_annotate()
  | 
| D | builtin-stat.c | 2395 	OPT_STRING('i', "input", &input_name, "file", "input file name"),  in __cmd_report() 2417 	if (!input_name || !strlen(input_name)) {  in __cmd_report() 2419 			input_name = "-";  in __cmd_report() 2421 			input_name = "perf.data";  in __cmd_report() 2424 	perf_stat.data.path = input_name;  in __cmd_report()
  | 
| D | builtin-kwork.c | 1397 		.path  = input_name,  in perf_kwork__read_events() 1743 	OPT_STRING('i', "input", &input_name, "file",  in cmd_kwork() 1762 	OPT_STRING('i', "input", &input_name, "file",  in cmd_kwork() 1787 	OPT_STRING('i', "input", &input_name, "file",  in cmd_kwork()
  | 
| D | builtin-c2c.c | 3024 	OPT_STRING('i', "input", &input_name, "file",  in perf_c2c__report() 3070 	if (!input_name || !strlen(input_name))  in perf_c2c__report() 3071 		input_name = "perf.data";  in perf_c2c__report() 3073 	data.path  = input_name;  in perf_c2c__report()
  | 
| D | builtin-lock.c | 1917 		.path  = input_name,  in __cmd_report() 2031 		.path  = input_name,  in __cmd_contention() 2456 	OPT_STRING('i', "input", &input_name, "file", "input file name"),  in cmd_lock()
  | 
| D | builtin-kmem.c | 1946 	OPT_STRING('i', "input", &input_name, "file", "input file name"),  in cmd_kmem() 1999 	data.path = input_name;  in cmd_kmem()
  | 
| D | builtin-timechart.c | 1605 		.path  = input_name,  in __cmd_timechart() 1945 	OPT_STRING('i', "input", &input_name, "file", "input file name"),  in cmd_timechart()
  | 
| D | builtin-sched.c | 1844 		.path  = input_name,  in perf_sched__read_events() 3025 		.path  = input_name,  in perf_sched__timehist() 3491 	OPT_STRING('i', "input", &input_name, "file",  in cmd_sched()
  | 
| /Linux-v6.6/tools/perf/util/ | 
| D | data-convert.h | 14 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, 18 int bt_convert__perf2json(const char *input_name, const char *to_ctf,
  | 
| D | util.h | 21 extern const char *input_name;
  | 
| D | data-convert-json.c | 311 int bt_convert__perf2json(const char *input_name, const char *output_name,  in bt_convert__perf2json()  argument 346 		.path = input_name,  in bt_convert__perf2json()
  | 
| D | util.c | 31 const char *input_name;  variable
  | 
| /Linux-v6.6/tools/perf/ui/browsers/ | 
| D | res_sample.c | 78 		     input_name ? "-i " : "",  in res_sample_browse() 79 		     input_name ? input_name : "",  in res_sample_browse()
  | 
| D | scripts.c | 185 			input_name ? "-i " : "",  in script_browse() 186 			input_name ? input_name : "") < 0)  in script_browse()
  | 
| /Linux-v6.6/sound/soc/codecs/ | 
| D | audio-iio-aux.c | 135 	char *input_name;  in audio_iio_aux_add_dapms()  local 139 	input_name = kasprintf(GFP_KERNEL, "%s IN", chan->name);  in audio_iio_aux_add_dapms() 140 	if (!input_name)  in audio_iio_aux_add_dapms() 155 	widgets[0] = SND_SOC_DAPM_INPUT(input_name);  in audio_iio_aux_add_dapms() 164 	routes[0].source = input_name;  in audio_iio_aux_add_dapms() 177 	kfree(input_name);  in audio_iio_aux_add_dapms()
  | 
| /Linux-v6.6/drivers/platform/x86/ | 
| D | asus-wmi.h | 68 	const char		*input_name;  member
  | 
| D | eeepc-wmi.c | 203 	.input_name = "Eee PC WMI hotkeys",
  | 
| D | asus-nb-wmi.c | 614 	.input_name = "Asus WMI hotkeys",
  | 
| /Linux-v6.6/drivers/clk/ | 
| D | clk-qoriq.c | 1112 	const char *input_name;  in input_clock()  local 1115 	input_name = __clk_get_name(clk);  in input_clock() 1116 	clk = clk_register_fixed_factor(NULL, name, input_name,  in input_clock()
  |