Synchronize so flags for loongarch64 architecture from glibc#5459
Open
zhangzikang01 wants to merge 4 commits intoiovisor:masterfrom
Open
Synchronize so flags for loongarch64 architecture from glibc#5459zhangzikang01 wants to merge 4 commits intoiovisor:masterfrom
zhangzikang01 wants to merge 4 commits intoiovisor:masterfrom
Conversation
Signed-off-by: zhangzikang01 <zhangzikang@kylinos.cn>
Signed-off-by: zhangzikang01 <zhangzikang@kylinos.cn>
Contributor
Author
|
/retest |
Collaborator
Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: zhangzikang01 zhangzikang@kylinos.cn
Arch: loongarch64
./gethostlatency
Traceback (most recent call last):
File "/usr/share/bcc/tools/./gethostlatency", line 106, in
b.attach_uprobe(name="c", sym="getaddrinfo", fn_name="do_entry", pid=args.pid)
File "/usr/lib/python3.11/site-packages/bpfcc/init.py", line 1410, in attach_uprobe
(path, addr) = BPF._check_path_symbol(name, sym, addr, pid, sym_off)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/bpfcc/init.py", line 1008, in _check_path_symbol
raise Exception("could not determine address of symbol %s in %s"
Exception: could not determine address of symbol getaddrinfo in c