Searched refs:output_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | data-convert-json.c | 278 int bt_convert__perf2json(const char *input_name, const char *output_name, in bt_convert__perf2json() argument 324 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666); in bt_convert__perf2json() 374 data.path, output_name); in bt_convert__perf2json()
|
/linux-6.1.9/drivers/clk/ti/ |
D | fapll.c | 608 const char *output_name; in ti_fapll_setup() local 615 i, &output_name)) in ti_fapll_setup() 636 output_name, name, pll_clk); in ti_fapll_setup() 643 clk_register_clkdev(synth_clk, output_name, NULL); in ti_fapll_setup()
|
/linux-6.1.9/tools/perf/ |
D | builtin-stat.c | 192 static const char *output_name; variable 1219 OPT_STRING('o', "output", &output_name, "file", "output file name"), 1969 if (output_name) in __cmd_record() 1970 data->path = output_name; in __cmd_record() 2248 if (!STAT_RECORD && output_name && strcmp(output_name, "-")) in cmd_stat() 2251 if (output_name && output_fd) { in cmd_stat() 2285 output = fopen(output_name, mode); in cmd_stat()
|
D | builtin-timechart.c | 1537 static int __cmd_timechart(struct timechart *tchart, const char *output_name) in __cmd_timechart() argument 1636 write_svg_file(tchart, output_name); in __cmd_timechart() 1639 (tchart->last_time - tchart->first_time) / (double)NSEC_PER_SEC, output_name); in __cmd_timechart() 1934 const char *output_name = "output.svg"; in cmd_timechart() local 1942 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_timechart() 2010 return __cmd_timechart(&tchart, output_name); in cmd_timechart()
|
D | builtin-trace.c | 4810 const char *output_name = NULL; local 4822 OPT_STRING('o', "output", &output_name, "file", "output file name"), 5180 if (output_name != NULL) { 5181 err = trace__open_output(&trace, output_name); 5215 if (output_name != NULL)
|