mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-02 07:16:19 +00:00
linux_perf: mark internal, fix help formatting
This commit is contained in:
parent
29a9e42b64
commit
ef3b2b0380
1 changed files with 6 additions and 1 deletions
|
|
@ -29,9 +29,14 @@ PRIVATE_NAMESPACE_BEGIN
|
|||
|
||||
#ifdef __linux__
|
||||
struct LinuxPerf : public Pass {
|
||||
LinuxPerf() : Pass("linux_perf", "turn linux perf recording off or on") { }
|
||||
LinuxPerf() : Pass("linux_perf", "turn linux perf recording off or on") {
|
||||
internal();
|
||||
}
|
||||
void help() override
|
||||
{
|
||||
log("\n");
|
||||
log(" linux_perf [mode]\n");
|
||||
log("\n");
|
||||
log("This pass turns Linux 'perf' profiling on or off, when it has been configured to use control FIFOs.\n");
|
||||
log("\n");
|
||||
log("Example shell command line:\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue