| /linux/tools/perf/ |
| H A D | builtin-mem.c | 34 const char *input_name; member 273 .path = input_name, in report_raw_events() 476 .input_name = "perf.data", in cmd_mem() 510 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 535 if (!mem.input_name || !strlen(mem.input_name)) { in cmd_mem() 537 mem.input_name = "-"; in cmd_mem() 539 mem.input_name = "perf.data"; in cmd_mem()
|
| 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-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-evlist.c | 77 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist() 101 return __cmd_evlist(input_name, &details); in cmd_evlist()
|
| H A D | builtin-report.c | 1330 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1581 if (!input_name || !strlen(input_name)) { in cmd_report() 1583 input_name = "-"; in cmd_report() 1585 input_name = "perf.data"; in cmd_report() 1589 data.path = input_name; in cmd_report() 1743 if (strcmp(input_name, "-") != 0) in cmd_report()
|
| H A D | builtin-inject.c | 125 const char *input_name; member 2127 inject->input_name, inject->output.path); in copy_kcore_dir() 2351 .input_name = "-", in cmd_inject() 2382 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 2449 if (!strcmp(inject.input_name, "-")) { in cmd_inject() 2466 has_kcore_dir(inject.input_name)) { in cmd_inject() 2484 data.path = inject.input_name; in cmd_inject()
|
| H A D | builtin-stat.c | 2330 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report() 2354 if (!input_name || !strlen(input_name)) { in __cmd_report() 2356 input_name = "-"; in __cmd_report() 2358 input_name = "perf.data"; in __cmd_report() 2361 perf_stat.data.path = input_name; in __cmd_report()
|
| H A D | builtin-annotate.c | 711 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 861 data.path = input_name; in cmd_annotate()
|
| H A D | builtin-kwork.c | 1796 .path = input_name, in perf_kwork__read_events() 2390 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2409 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2434 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork() 2447 OPT_STRING('i', "input", &input_name, "file", in cmd_kwork()
|
| H A D | builtin-c2c.c | 3094 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report() 3172 if (!input_name || !strlen(input_name)) in perf_c2c__report() 3173 input_name = "perf.data"; in perf_c2c__report() 3175 data.path = input_name; in perf_c2c__report()
|
| H A D | builtin-lock.c | 1859 .path = input_name, in __cmd_report() 1997 .path = input_name, in __cmd_contention() 2594 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-timechart.c | 1604 .path = input_name, in __cmd_timechart() 1945 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_timechart()
|
| H A D | builtin-sched.c | 1919 .path = input_name, in perf_sched__read_events() 3280 .path = input_name, in perf_sched__timehist() 3841 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
|
| H A D | builtin-trace.c | 4696 .path = input_name, in trace__replay() 5407 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), in cmd_trace() 5602 trace.max_stack = input_name ? PERF_MAX_STACK_DEPTH : sysctl__max_stack(); in cmd_trace() 5772 if (input_name) in cmd_trace()
|
| /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()
|
| H A D | hists.c | 2442 free((void *)input_name); in switch_data_file() 2443 input_name = tmp; in switch_data_file()
|
| /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 | 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()
|
| /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/platform/x86/ |
| H A D | asus-wmi.h | 69 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 | 691 .input_name = "Asus WMI hotkeys",
|
| /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()
|