mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 17:40:53 +07:00
perf sched: Fix list of events, dropping unsupported ':r' modifier
Looks to me like the :r modifier is not supported anymore, so remove it from the list of events. Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Robert Richter <robert.richter@amd.com> LKML-Reference: <AANLkTim=jawJyBj0iFd0r4-LCKzvjFW+NddzJMD5GUB9@mail.gmail.com> Signed-off-by: Stephane Eranian <eranian@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
4ad9f594d7
commit
9710118bd4
@ -1843,15 +1843,15 @@ static const char *record_args[] = {
|
||||
"-f",
|
||||
"-m", "1024",
|
||||
"-c", "1",
|
||||
"-e", "sched:sched_switch:r",
|
||||
"-e", "sched:sched_stat_wait:r",
|
||||
"-e", "sched:sched_stat_sleep:r",
|
||||
"-e", "sched:sched_stat_iowait:r",
|
||||
"-e", "sched:sched_stat_runtime:r",
|
||||
"-e", "sched:sched_process_exit:r",
|
||||
"-e", "sched:sched_process_fork:r",
|
||||
"-e", "sched:sched_wakeup:r",
|
||||
"-e", "sched:sched_migrate_task:r",
|
||||
"-e", "sched:sched_switch",
|
||||
"-e", "sched:sched_stat_wait",
|
||||
"-e", "sched:sched_stat_sleep",
|
||||
"-e", "sched:sched_stat_iowait",
|
||||
"-e", "sched:sched_stat_runtime",
|
||||
"-e", "sched:sched_process_exit",
|
||||
"-e", "sched:sched_process_fork",
|
||||
"-e", "sched:sched_wakeup",
|
||||
"-e", "sched:sched_migrate_task",
|
||||
};
|
||||
|
||||
static int __cmd_record(int argc, const char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user