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

Proposal: support for third party OSS to use otel-ebpf-profiler #192

Draft
wants to merge 63 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Adding modified code

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7152591 View commit details
    Browse the repository at this point in the history
  2. Adding macros to handle different types of regs

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    281f049 View commit details
    Browse the repository at this point in the history
  3. Fixing macros

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e6cbb54 View commit details
    Browse the repository at this point in the history
  4. Deleted comments

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9d08024 View commit details
    Browse the repository at this point in the history
  5. Deleting comments

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62da719 View commit details
    Browse the repository at this point in the history
  6. Adding support for third party pid sendings

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b0c94eb View commit details
    Browse the repository at this point in the history
  7. Removing function for exposing pidEvents

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0521746 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Adding process mapping support for k8s

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    5d79474 View commit details
    Browse the repository at this point in the history
  2. Removing socket fd

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    46483d3 View commit details
    Browse the repository at this point in the history
  3. Adding another slash for path

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ebbfd56 View commit details
    Browse the repository at this point in the history
  4. Removing full path

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b767097 View commit details
    Browse the repository at this point in the history
  5. WIP: debug

    afek854 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    acea99f View commit details
    Browse the repository at this point in the history
  6. WIP: debug

    afek854 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    91ddc4e View commit details
    Browse the repository at this point in the history
  7. Addding full path

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8564a96 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Removing logs and adding support for loop processing

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    37f52bf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Removing loop over processes

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    98ca808 View commit details
    Browse the repository at this point in the history
  2. Removing socket path

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9d9b4d9 View commit details
    Browse the repository at this point in the history
  3. Resolving conflicts

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aa029f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from kubescape/feature/integ

    Feature/integ
    amitschendel authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c74f1fd View commit details
    Browse the repository at this point in the history
  5. Removing root /proc path

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    48241c2 View commit details
    Browse the repository at this point in the history
  6. Removing param

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a2477f1 View commit details
    Browse the repository at this point in the history
  7. Fixing test

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    359a038 View commit details
    Browse the repository at this point in the history
  8. Adding kprobes objects

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9256910 View commit details
    Browse the repository at this point in the history
  9. Adding support for both types (kprobe/perf_event) and moving the choi…

    …ce to go tags instead of Makefile
    
    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0171838 View commit details
    Browse the repository at this point in the history
  10. Adding comment to the support pkg

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3b4d53f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from kubescape/feature/integ

    Feature/integ
    amitschendel authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cd9f5e9 View commit details
    Browse the repository at this point in the history
  12. Fixing naming of external build

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    157a027 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4 from kubescape/feature/integ

    Fixing naming of external build
    amitschendel authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fbb3913 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    64c3f2c View commit details
    Browse the repository at this point in the history
  2. Removing compilation changes

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    002255c View commit details
    Browse the repository at this point in the history
  3. Adding ebpf code

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f9a1f63 View commit details
    Browse the repository at this point in the history
  4. WIP: Added kprobe maps

    afek854 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    26921c1 View commit details
    Browse the repository at this point in the history
  5. WIP: Load Kprobes

    afek854 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6e1bd38 View commit details
    Browse the repository at this point in the history
  6. Adding exception on .vscode

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5192b73 View commit details
    Browse the repository at this point in the history
  7. Removing comments

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f18529a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from kubescape/feature/integ

    Feature/integ
    amitschendel authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    20d4985 View commit details
    Browse the repository at this point in the history
  9. Removing external managed code support

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    481403f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from kubescape/feature/integ

    Removing external managed code support
    amitschendel authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    01bcfe8 View commit details
    Browse the repository at this point in the history
  11. Removing unused help

    Signed-off-by: Amit Schendel <[email protected]>
    amitschendel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    95621e6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7 from kubescape/feature/integ

    Removing unused help
    amitschendel authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0e96fa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    84dfc42 View commit details
    Browse the repository at this point in the history
  2. WIP: debug

    afek854 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8107e61 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. WIP: added base identifier

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6aea0bf View commit details
    Browse the repository at this point in the history
  2. WIP: debug

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    13e00fc View commit details
    Browse the repository at this point in the history
  3. WIP: Use sp from their state

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d599e7b View commit details
    Browse the repository at this point in the history
  4. WIP: Update sp to host struct

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68cb9b8 View commit details
    Browse the repository at this point in the history
  5. WIP: Update sp to host struct

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e1a64fd View commit details
    Browse the repository at this point in the history
  6. WIP: Update sp to host struct

    afek854 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    924ddf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    77b98c7 View commit details
    Browse the repository at this point in the history
  2. WIP: debug

    afek854 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2ae0038 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    26404b9 View commit details
    Browse the repository at this point in the history
  2. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ac64390 View commit details
    Browse the repository at this point in the history
  3. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    df3e99f View commit details
    Browse the repository at this point in the history
  4. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    24c5700 View commit details
    Browse the repository at this point in the history
  5. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7c45bd9 View commit details
    Browse the repository at this point in the history
  6. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d16532e View commit details
    Browse the repository at this point in the history
  7. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    26e8d74 View commit details
    Browse the repository at this point in the history
  8. WIP: debug

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3219686 View commit details
    Browse the repository at this point in the history
  9. WIP: debuga

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9000fe8 View commit details
    Browse the repository at this point in the history
  10. WIP: Work version

    afek854 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b5c3d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. WIP: Removed debug prints

    afek854 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9237413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7853fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565539f View commit details
    Browse the repository at this point in the history