/Linux-v5.10/tools/perf/ |
D | builtin-mem.c | 27 char const *input_name; member 235 .path = input_name, in report_raw_events() 393 .input_name = "perf.data", in cmd_mem() 407 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 436 if (!mem.input_name || !strlen(mem.input_name)) { in cmd_mem() 438 mem.input_name = "-"; in cmd_mem() 440 mem.input_name = "perf.data"; in cmd_mem()
|
D | builtin-buildid-list.c | 56 .path = input_name, in perf_session__list_build_ids() 65 if (filename__fprintf_build_id(input_name, stdout) > 0) in perf_session__list_build_ids() 100 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
D | builtin-evlist.c | 54 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist() 78 return __cmd_evlist(input_name, &details); in cmd_evlist()
|
D | builtin-data.c | 65 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_data_convert() 89 return bt_convert__perf2ctf(input_name, to_ctf, &opts); in cmd_data_convert()
|
D | perf.h | 11 extern const char *input_name;
|
D | builtin-report.c | 1147 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1361 if (!input_name || !strlen(input_name)) { in cmd_report() 1363 input_name = "-"; in cmd_report() 1365 input_name = "perf.data"; in cmd_report() 1368 data.path = input_name; in cmd_report() 1483 if (strcmp(input_name, "-") != 0) in cmd_report()
|
D | builtin-inject.c | 46 const char *input_name; member 841 .input_name = "-", in cmd_inject() 858 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 906 data.path = inject.input_name; in cmd_inject()
|
D | builtin-annotate.c | 494 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 591 data.path = input_name; in cmd_annotate()
|
D | builtin-stat.c | 1976 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report() 1994 if (!input_name || !strlen(input_name)) { in __cmd_report() 1996 input_name = "-"; in __cmd_report() 1998 input_name = "perf.data"; in __cmd_report() 2001 perf_stat.data.path = input_name; in __cmd_report()
|
D | perf.c | 49 const char *input_name; variable
|
D | builtin-lock.c | 866 .path = input_name, in __cmd_report() 953 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
|
D | builtin-c2c.c | 2693 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report() 2731 if (!input_name || !strlen(input_name)) in perf_c2c__report() 2732 input_name = "perf.data"; in perf_c2c__report() 2734 data.path = input_name; in perf_c2c__report()
|
D | builtin-kmem.c | 1901 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_kmem() 1954 data.path = input_name; in cmd_kmem()
|
D | builtin-timechart.c | 1596 .path = input_name, in __cmd_timechart() 1937 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_timechart()
|
D | builtin-sched.c | 1801 .path = input_name, in perf_sched__read_events() 2987 .path = input_name, in perf_sched__timehist() 3415 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
|
D | builtin-trace.c | 4188 .path = input_name, 4758 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), 4990 trace.max_stack = input_name ? PERF_MAX_STACK_DEPTH : sysctl__max_stack(); 5137 if (input_name)
|
D | builtin-script.c | 3104 .path = input_name, in find_scripts() 3488 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3623 data.path = input_name; in cmd_script()
|
/Linux-v5.10/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()
|
D | hists.c | 2411 free((void *)input_name); in switch_data_file() 2412 input_name = tmp; in switch_data_file()
|
/Linux-v5.10/tools/perf/util/ |
D | data-convert-bt.h | 7 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
|
/Linux-v5.10/drivers/platform/x86/ |
D | asus-wmi.h | 62 const char *input_name; member
|
D | eeepc-wmi.c | 226 .input_name = "Eee PC WMI hotkeys",
|
D | asus-nb-wmi.c | 623 .input_name = "Asus WMI hotkeys",
|
/Linux-v5.10/drivers/clk/ |
D | clk-qoriq.c | 1081 const char *input_name; in input_clock() local 1084 input_name = __clk_get_name(clk); in input_clock() 1085 clk = clk_register_fixed_factor(NULL, name, input_name, in input_clock()
|