Skip to content
New issue

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

Handle .su files with full file paths #77

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Commits on Mar 2, 2023

  1. Handle .su files with full file paths

    Some build systems (Zephyr) will emit full paths into the .su files:
    
    ```plaintext
    /home/noah/zephyr/qemu/qemu-app/src/main.c:184:13:prv_run_stack_metrics_example     1032    static
    /home/noah/zephyr/qemu/qemu-app/src/main.c:147:12:prv_run_example_memory_metrics    16      static
    /home/noah/zephyr/qemu/qemu-app/src/main.c:60:6:memfault_platform_get_device_info   8       static
    /home/noah/zephyr/qemu/qemu-app/src/main.c:178:6:memfault_metrics_heartbeat_collect_data    96      dynamic,bounded
    /home/noah/zephyr/qemu/qemu-app/src/main.c:190:6:main       48      dynamic,bounded
    ```
    
    This breaks the .su parsing code. Add a fix to match on the basename
    instead.
    noahp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7621dd2 View commit details
    Browse the repository at this point in the history