Home
last modified time | relevance | path

Searched refs:alias_command (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/
Dperf.c282 const char *alias_command; in handle_alias() local
285 alias_command = (*argv)[0]; in handle_alias()
286 alias_string = alias_lookup(alias_command); in handle_alias()
303 alias_string + 1, alias_command); in handle_alias()
307 die("Bad alias.%s string", alias_command); in handle_alias()
312 alias_command); in handle_alias()
318 die("empty alias for %s", alias_command); in handle_alias()
320 if (!strcmp(alias_command, new_argv[0])) in handle_alias()
321 die("recursive alias: %s", alias_command); in handle_alias()