Commit 7c3737c
committed
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt:
"Three tracing fixes:
- Make local osnoise_instances static
- Copy just actual size of histogram strings
- Properly check missing operands in histogram expressions"
* tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
tracing/histogram: Fix check for missing operands in an expression
tracing/histogram: Do not copy the fixed-size char array field over the field size
tracing/osnoise: Make osnoise_instances static2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1953 | 1953 | | |
1954 | 1954 | | |
1955 | 1955 | | |
1956 | | - | |
| 1956 | + | |
1957 | 1957 | | |
1958 | | - | |
| 1958 | + | |
| 1959 | + | |
1959 | 1960 | | |
1960 | 1961 | | |
1961 | 1962 | | |
| |||
2580 | 2581 | | |
2581 | 2582 | | |
2582 | 2583 | | |
2583 | | - | |
| 2584 | + | |
| 2585 | + | |
2584 | 2586 | | |
2585 | 2587 | | |
2586 | 2588 | | |
| |||
3025 | 3027 | | |
3026 | 3028 | | |
3027 | 3029 | | |
3028 | | - | |
| 3030 | + | |
3029 | 3031 | | |
3030 | 3032 | | |
3031 | 3033 | | |
| |||
4920 | 4922 | | |
4921 | 4923 | | |
4922 | 4924 | | |
4923 | | - | |
| 4925 | + | |
4924 | 4926 | | |
4925 | 4927 | | |
4926 | 4928 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments