We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The log contains C source code associated with the printed instructions. It looks like this:
; int zero = 0; @ pyperf.h:230 *(u32 *)(r10 -352) = r1 *(u32 *)(r10 -8) = r2 r2 = r10 r2 += -8 ; Event* event = bpf_map_lookup_elem(&eventmap, &zero); @ pyperf.h:231 r1 = 0xffff9e4145103800 r0 = call bpf_map_lookup_elem#1(r1, r2, r3, r4, r5)
The lines can be detected and collected when parsing, and the reconstructed code can be displayed.
The displayed code can also be highlighted depending on main log view (i.e. selected and dependent lines).
The text was updated successfully, but these errors were encountered:
theihor
No branches or pull requests
The log contains C source code associated with the printed instructions. It looks like this:
The lines can be detected and collected when parsing, and the reconstructed code can be displayed.
The displayed code can also be highlighted depending on main log view (i.e. selected and dependent lines).
The text was updated successfully, but these errors were encountered: