/linux/tools/perf/ |
H A 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()
|
H A D | builtin-mem.c | 33 const char *input_name; member 272 .path = input_name, in report_raw_events() 475 .input_name = "perf.data", in cmd_mem() 509 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 534 if (!mem.input_name || !strlen(mem.input_name)) { in cmd_mem() 536 mem.input_name = "-"; in cmd_mem() 538 mem.input_name = "perf.data"; in cmd_mem()
|
H A D | builtin-buildid-list.c | 91 .path = input_name, in perf_session__list_build_ids() 101 if (filename__fprintf_build_id(input_name, stdout) > 0) in perf_session__list_build_ids() 152 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
H A D | builtin-report.c | 1329 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1580 if (!input_name || !strlen(input_name)) { in cmd_report() 1582 input_name = "-"; in cmd_report() 1584 input_name = "perf.data"; in cmd_report() 1588 data.path = input_name; in cmd_report() 1741 if (strcmp(input_name, "-") != 0) in cmd_report()
|
H A D | builtin-inject.c | 125 const char *input_name; member 2138 inject->input_name, inject->output.path); in copy_kcore_dir() 2362 .input_name = "-", in cmd_inject() 2393 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 2460 if (!strcmp(inject.input_name, "-")) { in cmd_inject() 2477 has_kcore_dir(inject.input_name)) { in cmd_inject() 2495 data.path = inject.input_name; in cmd_inject()
|
H A D | builtin-stat.c | 2237 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report() 2261 if (!input_name || !strlen(input_name)) { in __cmd_report() 2263 input_name = "-"; in __cmd_report() 2265 input_name = "perf.data"; in __cmd_report() 2268 perf_stat.data.path = input_name; in __cmd_report()
|
H A D | builtin-annotate.c | 710 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 860 data.path = input_name; in cmd_annotate()
|
H A D | builtin-kwork.c | 1796 .path = input_name, in perf_kwork__read_events() 2373 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2392 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2417 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2430 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
|
H A D | builtin-c2c.c | 3012 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report() 3059 if (!input_name || !strlen(input_name)) in perf_c2c__report() 3060 input_name = "perf.data"; in perf_c2c__report() 3062 data.path = input_name; in perf_c2c__report()
|
H A D | builtin-lock.c | 1859 .path = input_name, in __cmd_report() 1996 .path = input_name, in __cmd_contention() 2587 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
|
H A D | builtin-kmem.c | 1939 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_kmem() 1993 data.path = input_name; in cmd_kmem()
|
H A D | builtin-sched.c | 1930 .path = input_name, in perf_sched__read_events() 3291 .path = input_name, in perf_sched__timehist() 3852 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
|
H A D | builtin-trace.c | 4672 .path = input_name, in trace__replay() 5378 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), in cmd_trace() 5571 trace.max_stack = input_name ? PERF_MAX_STACK_DEPTH : sysctl__max_stack(); in cmd_trace() 5741 if (input_name) in cmd_trace()
|
/linux/tools/perf/util/ |
H A 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,
|
H A D | util.h | 22 extern const char *input_name;
|
H A D | data-convert-json.c | 314 int bt_convert__perf2json(const char *input_name, const char *output_name, in bt_convert__perf2json() argument 326 .path = input_name, in bt_convert__perf2json()
|
H A D | util.c | 31 const char *input_name; variable
|
/linux/tools/perf/ui/browsers/ |
H A D | res_sample.c | 78 input_name ? "-i " : "", in res_sample_browse() 79 input_name ? input_name : "", in res_sample_browse()
|
H A D | scripts.c | 166 .path = input_name, in find_scripts() 359 input_name ? "-i " : "", in script_browse() 360 input_name ? input_name : "") < 0) in script_browse()
|
/linux/drivers/platform/x86/ |
H A D | quickstart.c | 43 char input_name[32]; member 206 snprintf(data->input_name, sizeof(data->input_name), "Quickstart Button %u", data->id); in quickstart_probe() 209 data->input_device->name = data->input_name; in quickstart_probe()
|
H A D | asus-wmi.h | 68 const char *input_name; member
|
H A D | eeepc-wmi.c | 203 .input_name = "Eee PC WMI hotkeys",
|
H A D | asus-nb-wmi.c | 672 .input_name = "Asus WMI hotkeys",
|
/linux/sound/soc/codecs/ |
H A D | audio-iio-aux.c | 138 char *input_name __free(kfree) = kasprintf(GFP_KERNEL, "%s IN", chan->name); in audio_iio_aux_add_dapms() 139 if (!input_name) in audio_iio_aux_add_dapms() 150 widgets[0] = SND_SOC_DAPM_INPUT(input_name); in audio_iio_aux_add_dapms() 159 routes[0].source = input_name; in audio_iio_aux_add_dapms()
|
/linux/drivers/clk/ |
H A D | clk-qoriq.c | 1110 const char *input_name; in input_clock() local 1113 input_name = __clk_get_name(clk); in input_clock() 1114 clk = clk_register_fixed_factor(NULL, name, input_name, in input_clock()
|