/kernel/linux/linux-4.19/tools/perf/ui/browsers/ |
D | scripts.c | 29 const char *script_name; member 48 static int list_scripts(char *script_name) in list_scripts() argument 67 strcpy(script_name, paths[choice]); in list_scripts() 92 if (ui_browser__show(&browser->b, browser->script_name, in script_browser__run() 110 char cmd[SCRIPT_FULLPATH_LEN*2], script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local 125 .script_name = script_name, in script_browse() 136 memset(script_name, 0, SCRIPT_FULLPATH_LEN); in script_browse() 137 if (list_scripts(script_name)) in script_browse() 140 sprintf(cmd, "perf script -s %s ", script_name); in script_browse()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | scripts.c | 85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument 100 script_name[0] = 0; in list_scripts() 143 sprintf(script_name, "%s script %s", perf, script_args); in list_scripts() 145 strcpy(script_name, paths[choice]); in list_scripts() 174 char *cmd, script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local 177 memset(script_name, 0, SCRIPT_FULLPATH_LEN); in script_browse() 178 if (list_scripts(script_name, &custom, evsel)) in script_browse() 183 script_name, in script_browse()
|
/kernel/linux/linux-4.19/scripts/dtc/ |
D | dt_to_config | 16 $script_name = $0; 17 $script_name =~ s|^.*/||; 165 Usage: $script_name [options] device-tree... 979 print STDERR " For help, type '$script_name --help'\n"; 1015 print STDERR "\n$script_name $VUFX\n\n"; 1206 print STDERR "$script_name must be run from the root directory of a Linux kernel tree\n";
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | dt_to_config | 15 $script_name = $0; 16 $script_name =~ s|^.*/||; 164 Usage: $script_name [options] device-tree... 978 print STDERR " For help, type '$script_name --help'\n"; 1014 print STDERR "\n$script_name $VUFX\n\n"; 1205 print STDERR "$script_name must be run from the root directory of a Linux kernel tree\n";
|
/kernel/linux/linux-4.19/tools/perf/ |
D | builtin-script.c | 50 static char const *script_name; variable 2372 script_name = strdup(script); in parse_scriptname() 3254 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script() 3393 if (!script_name) in cmd_script() 3482 if (script_name) { in cmd_script() 3483 err = scripting_ops->start_script(script_name, argc, argv); in cmd_script() 3486 pr_debug("perf script started with script %s\n\n", script_name); in cmd_script()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-script.c | 63 static char const *script_name; variable 2664 script_name = strdup(script); in parse_scriptname() 3662 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script() 3801 if (!script_name) { in cmd_script() 3904 if (script_name) { in cmd_script() 3905 err = scripting_ops->start_script(script_name, argc, argv); in cmd_script() 3908 pr_debug("perf script started with script %s\n\n", script_name); in cmd_script()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1123 char *script_name; local 1134 script_name = "scripta"; 1141 script_name = "scriptb"; 1146 script_name = "mem"; 1155 script_name, script_ofs, (unsigned)INL(np, nc_dbc));
|
/kernel/linux/linux-4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1136 char *script_name; local 1147 script_name = "scripta"; 1154 script_name = "scriptb"; 1159 script_name = "mem"; 1168 script_name, script_ofs, (unsigned)INL(np, nc_dbc));
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | ncr53c8xx.c | 5819 char *script_name; in ncr_log_hard_error() local 5829 script_name = "script"; in ncr_log_hard_error() 5836 script_name = "scripth"; in ncr_log_hard_error() 5841 script_name = "mem"; in ncr_log_hard_error() 5847 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs, in ncr_log_hard_error()
|
/kernel/linux/linux-4.19/drivers/scsi/ |
D | ncr53c8xx.c | 5828 char *script_name; in ncr_log_hard_error() local 5838 script_name = "script"; in ncr_log_hard_error() 5845 script_name = "scripth"; in ncr_log_hard_error() 5850 script_name = "mem"; in ncr_log_hard_error() 5856 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs, in ncr_log_hard_error()
|