|
@@ -3363,6 +3363,10 @@ int cmd_sched(int argc, const char **argv)
|
|
OPT_STRING(0, "time", &sched.time_str, "str",
|
|
OPT_STRING(0, "time", &sched.time_str, "str",
|
|
"Time span for analysis (start,stop)"),
|
|
"Time span for analysis (start,stop)"),
|
|
OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"),
|
|
OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"),
|
|
|
|
+ OPT_STRING('p', "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
|
|
|
|
+ "analyze events only for given process id(s)"),
|
|
|
|
+ OPT_STRING('t', "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
|
|
|
|
+ "analyze events only for given thread id(s)"),
|
|
OPT_PARENT(sched_options)
|
|
OPT_PARENT(sched_options)
|
|
};
|
|
};
|
|
|
|
|