Commit c484648
committed
tracing: Add enabling of events to boot instances
Add the format of:
trace_instance=foo,sched:sched_switch,irq_handler_entry,initcall
That will create the "foo" instance and enable the sched_switch event
(here were the "sched" system is explicitly specified), the
irq_handler_entry event, and all events under the system initcall.
Link: https://lkml.kernel.org/r/20230207173026.386114535@goodmis.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Ross Zwisler <zwisler@google.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>1 parent cb1f98c commit c484648
4 files changed
Lines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6278 | 6278 | | |
6279 | 6279 | | |
6280 | 6280 | | |
| 6281 | + | |
| 6282 | + | |
| 6283 | + | |
| 6284 | + | |
| 6285 | + | |
| 6286 | + | |
| 6287 | + | |
| 6288 | + | |
| 6289 | + | |
| 6290 | + | |
| 6291 | + | |
| 6292 | + | |
| 6293 | + | |
| 6294 | + | |
6281 | 6295 | | |
6282 | 6296 | | |
6283 | 6297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10188 | 10188 | | |
10189 | 10189 | | |
10190 | 10190 | | |
| 10191 | + | |
| 10192 | + | |
| 10193 | + | |
| 10194 | + | |
10191 | 10195 | | |
10192 | 10196 | | |
10193 | 10197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| 1337 | + | |
| 1338 | + | |
1337 | 1339 | | |
1338 | 1340 | | |
1339 | 1341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3750 | 3750 | | |
3751 | 3751 | | |
3752 | 3752 | | |
3753 | | - | |
3754 | | - | |
| 3753 | + | |
| 3754 | + | |
3755 | 3755 | | |
3756 | | - | |
3757 | 3756 | | |
3758 | 3757 | | |
3759 | 3758 | | |
| |||
3806 | 3805 | | |
3807 | 3806 | | |
3808 | 3807 | | |
3809 | | - | |
| 3808 | + | |
3810 | 3809 | | |
3811 | 3810 | | |
3812 | 3811 | | |
| |||
3834 | 3833 | | |
3835 | 3834 | | |
3836 | 3835 | | |
3837 | | - | |
| 3836 | + | |
3838 | 3837 | | |
3839 | 3838 | | |
3840 | 3839 | | |
| |||
0 commit comments