Searched refs:pre_cmd (Results 1 – 5 of 5) sorted by relevance
29 int (*pre_cmd)(struct peak_canfd_priv *priv); member
70 if (priv->pre_cmd) { in pucan_write_cmd()71 err = priv->pre_cmd(priv); in pucan_write_cmd()
594 priv->ucan.pre_cmd = pciefd_pre_cmd; in pciefd_can_probe()
296 HISI_PMU_EVENT_ATTR(pre_cmd, 0x04),
130 static const char *pre_cmd = NULL; variable 1067 if (pre_cmd) { in run_perf_stat() 1068 ret = system(pre_cmd); in run_perf_stat() 2537 OPT_STRING(0, "pre", &pre_cmd, "command", in cmd_stat()