Commit aa07d71
committed
tracing: Have trace events system open call tracing_open_generic_tr()
Instead of having the trace events system open call open code the taking of
the trace_array descriptor (with trace_array_get()) and then calling
trace_open_generic(), have it use the tracing_open_generic_tr() that does
the combination of the two. This requires making tracing_open_generic_tr()
global.
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>1 parent 194c2c7 commit aa07d71
3 files changed
+5
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4156 | 4156 | | |
4157 | 4157 | | |
4158 | 4158 | | |
4159 | | - | |
| 4159 | + | |
4160 | 4160 | | |
4161 | 4161 | | |
4162 | 4162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1440 | 1440 | | |
1441 | 1441 | | |
1442 | 1442 | | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
1447 | | - | |
1448 | | - | |
1449 | 1443 | | |
1450 | 1444 | | |
1451 | | - | |
1452 | | - | |
| 1445 | + | |
1453 | 1446 | | |
1454 | | - | |
1455 | | - | |
1456 | | - | |
1457 | 1447 | | |
1458 | | - | |
| 1448 | + | |
1459 | 1449 | | |
1460 | | - | |
1461 | 1450 | | |
1462 | 1451 | | |
1463 | 1452 | | |
1464 | | - | |
| 1453 | + | |
1465 | 1454 | | |
1466 | 1455 | | |
1467 | 1456 | | |
| |||
0 commit comments