diff options
| -rw-r--r-- | tools/perf/builtin-sched.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index abd4b8497bc4..29e7ffd85690 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
| @@ -1843,15 +1843,15 @@ static const char *record_args[] = { | |||
| 1843 | "-f", | 1843 | "-f", |
| 1844 | "-m", "1024", | 1844 | "-m", "1024", |
| 1845 | "-c", "1", | 1845 | "-c", "1", |
| 1846 | "-e", "sched:sched_switch:r", | 1846 | "-e", "sched:sched_switch", |
| 1847 | "-e", "sched:sched_stat_wait:r", | 1847 | "-e", "sched:sched_stat_wait", |
| 1848 | "-e", "sched:sched_stat_sleep:r", | 1848 | "-e", "sched:sched_stat_sleep", |
| 1849 | "-e", "sched:sched_stat_iowait:r", | 1849 | "-e", "sched:sched_stat_iowait", |
| 1850 | "-e", "sched:sched_stat_runtime:r", | 1850 | "-e", "sched:sched_stat_runtime", |
| 1851 | "-e", "sched:sched_process_exit:r", | 1851 | "-e", "sched:sched_process_exit", |
| 1852 | "-e", "sched:sched_process_fork:r", | 1852 | "-e", "sched:sched_process_fork", |
| 1853 | "-e", "sched:sched_wakeup:r", | 1853 | "-e", "sched:sched_wakeup", |
| 1854 | "-e", "sched:sched_migrate_task:r", | 1854 | "-e", "sched:sched_migrate_task", |
| 1855 | }; | 1855 | }; |
| 1856 | 1856 | ||
| 1857 | static int __cmd_record(int argc, const char **argv) | 1857 | static int __cmd_record(int argc, const char **argv) |
