From: Andrii Nakryiko Date: Tue, 7 Mar 2023 23:31:13 +0000 (-0800) Subject: Merge branch 'libbpf: usdt arm arg parsing support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1d51a62d060d02f99ee407959e24ad10a40e053;p=linux.git Merge branch 'libbpf: usdt arm arg parsing support' Puranjay Mohan says: ==================== This series add the support of the ARM architecture to libbpf USDT. This involves implementing the parse_usdt_arg() function for ARM. It was seen that the last part of parse_usdt_arg() is repeated for all architectures, so, the first patch in this series refactors these functions and moved the post processing to parse_usdt_spec() Changes in V2[1] to V3: - Use a tabular approach to find register offsets. - Add the patch for refactoring parse_usdt_arg() ==================== Signed-off-by: Andrii Nakryiko --- d1d51a62d060d02f99ee407959e24ad10a40e053