Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dperf.c298 const char *alias_command; in handle_alias() local
301 alias_command = (*argv)[0]; in handle_alias()
302 alias_string = alias_lookup(alias_command); in handle_alias()
319 alias_string + 1, alias_command); in handle_alias()
323 die("Bad alias.%s string", alias_command); in handle_alias()
328 alias_command); in handle_alias()
334 die("empty alias for %s", alias_command); in handle_alias()
336 if (!strcmp(alias_command, new_argv[0])) in handle_alias()
337 die("recursive alias: %s", alias_command); in handle_alias()