Searched refs:script_name (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/ui/browsers/ |
D | scripts.c | 28 const char *script_name; member 47 static int list_scripts(char *script_name) in list_scripts() argument 66 strcpy(script_name, paths[choice]); in list_scripts() 91 if (ui_browser__show(&browser->b, browser->script_name, in script_browser__run() 109 char cmd[SCRIPT_FULLPATH_LEN*2], script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local 124 .script_name = script_name, in script_browse() 135 memset(script_name, 0, SCRIPT_FULLPATH_LEN); in script_browse() 136 if (list_scripts(script_name)) in script_browse() 139 sprintf(cmd, "perf script -s %s ", script_name); in script_browse()
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 23 static char const *script_name; variable 1125 script_name = strdup(script); in parse_scriptname() 1841 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script() 1980 if (!script_name) in cmd_script() 2061 if (script_name) { in cmd_script() 2062 err = scripting_ops->start_script(script_name, argc, argv); in cmd_script() 2065 pr_debug("perf script started with script %s\n\n", script_name); in cmd_script()
|
/linux-4.4.14/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));
|
/linux-4.4.14/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()
|