Commit f398238
perf build-id: Reduce size of "size" variable
Later clean up of the dso_id to include a build_id will suffer from
alignment and size issues. The size can only hold up to a value of
BUILD_ID_SIZE (20) and the mmap2 event uses a byte for the value.
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250724163302.596743-2-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>1 parent fcc7cc3 commit f398238
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2248 | 2248 | | |
2249 | 2249 | | |
2250 | 2250 | | |
2251 | | - | |
| 2251 | + | |
| 2252 | + | |
| 2253 | + | |
2252 | 2254 | | |
2253 | 2255 | | |
2254 | 2256 | | |
| |||
2308 | 2310 | | |
2309 | 2311 | | |
2310 | 2312 | | |
2311 | | - | |
| 2313 | + | |
| 2314 | + | |
| 2315 | + | |
2312 | 2316 | | |
2313 | 2317 | | |
2314 | 2318 | | |
| |||
0 commit comments