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

feat(cli): 1D: PPROF extensions: Start and Stop profiling functions #3674

Open
wants to merge 47 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2024

  1. rename env var

    aaron-kasten committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9a1d38e View commit details
    Browse the repository at this point in the history
  2. 1b commit

    aaron-kasten committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    40a870a View commit details
    Browse the repository at this point in the history
  3. lock checks

    aaron-kasten committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2e68367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c939d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fixup comments

    Aaron H. Alpar committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1e0454e View commit details
    Browse the repository at this point in the history
  2. remove unused functions

    Aaron H. Alpar committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0a8318f View commit details
    Browse the repository at this point in the history
  3. extend coverage

    Aaron H. Alpar committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    dd93a5d View commit details
    Browse the repository at this point in the history
  4. add PPROF dump code

    aaron-kasten committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7736838 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2f0f41 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. happy lint

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b9436a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pprof_extensions-c-1c' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1d
    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d8bae0e View commit details
    Browse the repository at this point in the history
  3. dump pem tests

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3a59a94 View commit details
    Browse the repository at this point in the history
  4. fixup regexp

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9bf6715 View commit details
    Browse the repository at this point in the history
  5. less code to test

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0ef8742 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd6131d View commit details
    Browse the repository at this point in the history
  7. PR feedback

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9991a40 View commit details
    Browse the repository at this point in the history
  8. clarity

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dbb10b1 View commit details
    Browse the repository at this point in the history
  9. attempt better coverage

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    adb63d9 View commit details
    Browse the repository at this point in the history
  10. coverage

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    af8beb9 View commit details
    Browse the repository at this point in the history
  11. remove redundnt variable

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    43f8565 View commit details
    Browse the repository at this point in the history
  12. merge and test

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6892d38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c349c25 View commit details
    Browse the repository at this point in the history
  14. fixups

    aaron-kasten committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5b06ebf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    e09b963 View commit details
    Browse the repository at this point in the history
  2. Update internal/pproflogging/pproflogging.go

    Co-authored-by: Shikhar Mall <[email protected]>
    aaron-kasten and Shrekster committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8ca44c5 View commit details
    Browse the repository at this point in the history
  3. Update internal/pproflogging/pproflogging.go

    Co-authored-by: Shikhar Mall <[email protected]>
    aaron-kasten and Shrekster committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6411f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5977145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62cac45 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pprof_extensions-c-1b' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1b
    aaron-kasten committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c54154d View commit details
    Browse the repository at this point in the history
  7. happy lint

    aaron-kasten committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0dd6d26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d66d413 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'pprof_extensions-c-1b' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1b
    aaron-kasten committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e442f05 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'pprof_extensions-c-1b' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1c
    aaron-kasten committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    149ef6d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update internal/pproflogging/pproflogging.go

    Co-authored-by: Shikhar Mall <[email protected]>
    aaron-kasten and Shrekster committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a2f8f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2226ee1 View commit details
    Browse the repository at this point in the history
  3. Update internal/pproflogging/pproflogging_test.go

    Co-authored-by: Shikhar Mall <[email protected]>
    aaron-kasten and Shrekster committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5c991da View commit details
    Browse the repository at this point in the history
  4. comment for writer

    aaron-kasten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    deb5af0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'pprof_extensions-c-1b' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1b
    aaron-kasten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3de9ad5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pprof_extensions-c-1b' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1c
    aaron-kasten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    49149d1 View commit details
    Browse the repository at this point in the history
  7. merge c-1b

    aaron-kasten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    319362f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5531d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    33d6869 View commit details
    Browse the repository at this point in the history
  2. better coverage

    aaron-kasten committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6cc2a95 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Merge branch 'pprof_extensions-c-1c' of ssh://github.com/kastenhq/kop…

    …ia into pprof_extensions-c-1d
    aaron-kasten committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1adc74c View commit details
    Browse the repository at this point in the history
  2. fixup merge

    aaron-kasten committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1e7666b View commit details
    Browse the repository at this point in the history