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

Update Perfetto and fix tests #378

Merged
merged 50 commits into from
Sep 13, 2024
Merged

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    83ec7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25741e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2959d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    209aa94 View commit details
    Browse the repository at this point in the history
  5. Fixed papi submodule URL.

    ajanicijamd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bc1fad2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    659104c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5a1e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    e18cf6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5094d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f3cdbfa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fixed the Perfetto build

    ajanicijamd committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    234c3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837af7c View commit details
    Browse the repository at this point in the history
  3. Updated Perfetto to v46.0

    ajanicijamd committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f55b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c49f41a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0e2793 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    f300b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff3568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40bc184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69905a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42ffe97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a82f8ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31b17c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8143d39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae7ee01 View commit details
    Browse the repository at this point in the history
  10. Fixed formatting

    ajanicijamd committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d710cfd View commit details
    Browse the repository at this point in the history
  11. Fixed formatting

    ajanicijamd committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d667d88 View commit details
    Browse the repository at this point in the history
  12. Test workflow update

    Adding DOMNITRACE_INSTALL_PERFETTO_TOOLS=ON to ubuntu-jammy workflow
    dgaliffiAMD authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    66c2ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Update redhat.yml

    dgaliffiAMD authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e85ccc8 View commit details
    Browse the repository at this point in the history
  2. Update opensuse.yml

    dgaliffiAMD authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c8348fd View commit details
    Browse the repository at this point in the history
  3. Update dockerfiles

    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    891a199 View commit details
    Browse the repository at this point in the history
  4. Update Workflows

    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    eeacde2 View commit details
    Browse the repository at this point in the history
  5. Add -Wno-mismatched-new-delete to Perfetto cmake

    This warning / error is generated when we also compile the
    perfetto tools: /src/trace_processor/trace_processor_shell.c
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    988456a View commit details
    Browse the repository at this point in the history
  6. Fix C Flags

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6f9629f View commit details
    Browse the repository at this point in the history
  7. Fix the OpenSuse workflow

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    678316e View commit details
    Browse the repository at this point in the history
  8. Update Ubuntu Focal workflow

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    57c30e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Revert "Update dockerfiles"

    This reverts commit 891a199.
    
    We'll move this to it's own PR.
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e41f50f View commit details
    Browse the repository at this point in the history
  2. Update ubuntu workflows

    Remove the INSTALL_PERFETTO_TOOLS and
    add `pip install --upgrade perfetto`
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0bb9b0d View commit details
    Browse the repository at this point in the history
  3. Add error checking to script

    Check if the provided path to trace_processor is valid before using
    Enable verbose logging for testing
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3fa63d6 View commit details
    Browse the repository at this point in the history
  4. Update Perfetto module to v47.0 and use GitHub URL

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    92dbecb View commit details
    Browse the repository at this point in the history
  5. Disable verbose logs

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bd3ea2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e68c926 View commit details
    Browse the repository at this point in the history
  7. Install trace_processor_shell as a part of setup

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c30fdac View commit details
    Browse the repository at this point in the history
  8. Fix download path of trace_processor_shell

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    15cd0d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    a598b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750e5f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf41035 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Remove upgrading pip modules in workflows

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5513f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa59a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fixed Python formatting

    ajanicijamd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f066074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b57b0 View commit details
    Browse the repository at this point in the history