aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHou Tao <[email protected]>2022-02-26 20:19:06 +0800
committerDaniel Borkmann <[email protected]>2022-02-28 13:50:28 +0100
commitdda7596c109fc382876118627e29db7607cde35d (patch)
treee8a0a045a4ee83def9b91cf48f74d2d3a2e2f6b9 /tools/perf/scripts/python/export-to-postgresql.py
parent68e4f238b0e9d3670a1612ad900a6e98b2b3f7dd (diff)
bpf, arm64: Feed byte-offset into bpf line info
insn_to_jit_off passed to bpf_prog_fill_jited_linfo() is calculated in instruction granularity instead of bytes granularity, but BPF line info requires byte offset. bpf_prog_fill_jited_linfo() will be the last user of ctx.offset before it is freed, so convert the offset into byte-offset before calling into bpf_prog_fill_jited_linfo() in order to fix the line info dump on arm64. Fixes: 37ab566c178d ("bpf: arm64: Enable arm64 jit to provide bpf_line_info") Suggested-by: Daniel Borkmann <[email protected]> Signed-off-by: Hou Tao <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions