Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-stat.c138 static const char *post_cmd = NULL; variable
766 if (post_cmd) { in run_perf_stat()
767 ret = system(post_cmd); in run_perf_stat()
1761 OPT_STRING(0, "post", &post_cmd, "command", in cmd_stat()