/tools/perf/ |
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-mem.c | 27 char const *input_name; member 245 .path = input_name, in report_raw_events() 403 .input_name = "perf.data", in cmd_mem() 417 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 446 if (!mem.input_name || !strlen(mem.input_name)) { in cmd_mem() 448 mem.input_name = "-"; in cmd_mem() 450 mem.input_name = "perf.data"; in cmd_mem()
|
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() 88 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 | 1073 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1268 if (!input_name || !strlen(input_name)) { in cmd_report() 1270 input_name = "-"; in cmd_report() 1272 input_name = "perf.data"; in cmd_report() 1275 data.path = input_name; in cmd_report() 1377 if (strcmp(input_name, "-") != 0) in cmd_report()
|
D | builtin-inject.c | 42 const char *input_name; member 772 .input_name = "-", in cmd_inject() 787 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 837 data.path = inject.input_name; in cmd_inject()
|
D | builtin-stat.c | 1612 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report() 1628 if (!input_name || !strlen(input_name)) { in __cmd_report() 1630 input_name = "-"; in __cmd_report() 1632 input_name = "perf.data"; in __cmd_report() 1635 perf_stat.data.path = input_name; in __cmd_report()
|
D | builtin-annotate.c | 497 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 585 data.path = input_name; in cmd_annotate()
|
D | perf.c | 49 const char *input_name; variable
|
D | builtin-lock.c | 870 .path = input_name, in __cmd_report() 957 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
|
D | builtin-c2c.c | 2730 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report() 2766 if (!input_name || !strlen(input_name)) in perf_c2c__report() 2767 input_name = "perf.data"; in perf_c2c__report() 2769 data.path = input_name; in perf_c2c__report()
|
D | builtin-kmem.c | 1906 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_kmem() 1958 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-trace.c | 3565 .path = input_name, in trace__replay() 4112 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), in cmd_trace() 4272 trace.max_stack = input_name ? PERF_MAX_STACK_DEPTH : sysctl__max_stack(); in cmd_trace() 4420 if (input_name) in cmd_trace()
|
D | builtin-sched.c | 1795 .path = input_name, in perf_sched__read_events() 2966 .path = input_name, in perf_sched__timehist() 3371 OPT_STRING('i', "input", &input_name, "file", in cmd_sched()
|
D | builtin-script.c | 3087 .path = input_name, in find_scripts() 3461 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script() 3589 data.path = input_name; in cmd_script()
|
/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 | 2342 free((void *)input_name); in switch_data_file() 2343 input_name = tmp; in switch_data_file()
|
/tools/perf/util/ |
D | data-convert-bt.h | 7 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
|