Searched refs:input_name (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/perf/util/
H A Ddata-convert.h14 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,
H A Dutil.h22 extern const char *input_name;
H A Ddata-convert-json.c313 int bt_convert__perf2json(const char *input_name, const char *output_name, argument
348 .path = input_name,
H A Dutil.c31 const char *input_name; variable
/linux-master/tools/perf/
H A Dbuiltin-data.c40 OPT_STRING('i', "input", &input_name, "file", "input file name"),
78 return bt_convert__perf2json(input_name, to_json, &opts);
82 return bt_convert__perf2ctf(input_name, to_ctf, &opts);
H A Dbuiltin-evlist.c70 OPT_STRING('i', "input", &input_name, "file", "Input file name"),
94 return __cmd_evlist(input_name, &details);
H A Dbuiltin-buildid-list.c86 .path = input_name,
95 if (filename__fprintf_build_id(input_name, stdout) > 0)
137 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dbuiltin-mem.c31 char const *input_name; member in struct:perf_mem
283 .path = input_name,
467 .input_name = "perf.data",
481 OPT_STRING('i', "input", &input_name, "file",
506 if (!mem.input_name || !strlen(mem.input_name)) {
508 mem.input_name = "-";
510 mem.input_name = "perf.data";
H A Dbuiltin-report.c1310 OPT_STRING('i', "input", &input_name, "file",
1554 if (!input_name || !strlen(input_name)) {
1556 input_name = "-";
1558 input_name = "perf.data";
1561 data.path = input_name;
1692 if (strcmp(input_name, "-") != 0)
H A Dbuiltin-inject.c119 const char *input_name; member in struct:perf_inject
1943 inject->input_name, inject->output.path);
2204 .input_name = "-",
2228 OPT_STRING('i', "input", &inject.input_name, "file",
2294 if (!strcmp(inject.input_name, "-")) {
2311 has_kcore_dir(inject.input_name)) {
2321 data.path = inject.input_name;
2322 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) {
2329 if (strcmp(inject.input_name, "-"))
H A Dbuiltin-stat.c2440 OPT_STRING('i', "input", &input_name, "file", "input file name"),
2464 if (!input_name || !strlen(input_name)) {
2466 input_name = "-";
2468 input_name = "perf.data";
2471 perf_stat.data.path = input_name;
H A Dbuiltin-annotate.c755 OPT_STRING('i', "input", &input_name, "file",
903 data.path = input_name;
H A Dbuiltin-kwork.c1794 .path = input_name,
2376 OPT_STRING('i', "input", &input_name, "file",
2395 OPT_STRING('i', "input", &input_name, "file",
2420 OPT_STRING('i', "input", &input_name, "file",
2433 OPT_STRING('i', "input", &input_name, "file",
H A Dbuiltin-c2c.c3024 OPT_STRING('i', "input", &input_name, "file",
3070 if (!input_name || !strlen(input_name))
3071 input_name = "perf.data";
3073 data.path = input_name;
H A Dbuiltin-lock.c1951 .path = input_name,
2086 .path = input_name,
2566 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dbuiltin-timechart.c1605 .path = input_name,
1945 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dbuiltin-kmem.c1946 OPT_STRING('i', "input", &input_name, "file", "input file name"),
1999 data.path = input_name;
H A Dbuiltin-trace.c4117 .path = input_name,
4722 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"),
4919 trace.max_stack = input_name ? PERF_MAX_STACK_DEPTH : sysctl__max_stack();
5066 if (input_name)
/linux-master/tools/perf/ui/browsers/
H A Dres_sample.c78 input_name ? "-i " : "",
79 input_name ? input_name : "",
H A Dscripts.c186 input_name ? "-i " : "",
187 input_name ? input_name : "") < 0)
/linux-master/drivers/platform/x86/
H A Dasus-wmi.h67 const char *input_name; member in struct:asus_wmi_driver
H A Deeepc-wmi.c203 .input_name = "Eee PC WMI hotkeys",
H A Dasus-nb-wmi.c643 .input_name = "Asus WMI hotkeys",
/linux-master/sound/soc/codecs/
H A Daudio-iio-aux.c135 char *input_name; local
139 input_name = kasprintf(GFP_KERNEL, "%s IN", chan->name);
140 if (!input_name)
155 widgets[0] = SND_SOC_DAPM_INPUT(input_name);
164 routes[0].source = input_name;
177 kfree(input_name);
/linux-master/drivers/clk/
H A Dclk-qoriq.c1112 const char *input_name; local
1115 input_name = __clk_get_name(clk);
1116 clk = clk_register_fixed_factor(NULL, name, input_name,

Completed in 421 milliseconds

12