• Yonghong Song's avatar
    Add usdt support for ARM64 · c2d9880f
    Yonghong Song authored
    Specifically the following argument patterns will be
    supported:
    ```
       [-]<size>@<value>
       [-]<size>@<reg>
       [-]<size>@[<reg>]
       [-]<size>@[<reg>,<offset>]
    ```
    
    I did not use std regex library as the old gcc (e.g. 4.8.5)
    does not have a good support for it.
    Signed-off-by: default avatarYonghong Song <yhs@fb.com>
    c2d9880f
usdt.h 7.72 KB