Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-stat.c131 static const char *post_cmd = NULL; variable
1098 if (post_cmd) { in run_perf_stat()
1099 ret = system(post_cmd); in run_perf_stat()
2513 OPT_STRING(0, "post", &post_cmd, "command", in cmd_stat()