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

Adding a emulator #4

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

Adding a emulator #4

wants to merge 40 commits into from

Commits on Oct 28, 2024

  1. Adding a emulator

    Zhihua Lai committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    95c0b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1402e5 View commit details
    Browse the repository at this point in the history
  3. Add Python/ctypesgen dependencies for emulator

    Zhihua Lai committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c2f9d3a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add jbpf_agent_hooks.h and generate py

    Zhihua Lai committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    599d4bf View commit details
    Browse the repository at this point in the history
  2. Add time helper functions

    Zhihua Lai committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0ff68cd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Test emulator

    Zhihua Lai committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0df1607 View commit details
    Browse the repository at this point in the history
  2. Add missing file

    Zhihua Lai committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ffb1756 View commit details
    Browse the repository at this point in the history
  3. Add missing fields

    Zhihua Lai committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    00afacc View commit details
    Browse the repository at this point in the history
  4. Fix time event initialization

    Zhihua Lai committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f2a4667 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Refactor

    Zhihua Lai committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d265206 View commit details
    Browse the repository at this point in the history
  2. Remove protobuf, update jbpf_stats_report.o

    Zhihua Lai committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4226e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb218aa View commit details
    Browse the repository at this point in the history
  4. Clang-format

    Zhihua Lai committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5389d66 View commit details
    Browse the repository at this point in the history
  5. Fix cppcheck issue

    Zhihua Lai committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4bc910e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 11, 2024

  1. Refactor default values

    Zhihua Lai committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4c54ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Enable ASAN in tests, ignore ODR, cleanup

    Zhihua Lai committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5466dbc View commit details
    Browse the repository at this point in the history
  2. Clangformat

    Zhihua Lai committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    59aec7b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Support custom helper functions and refactor

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    246ed9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into zhihua/emulator

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    28ffd1f View commit details
    Browse the repository at this point in the history
  3. Fix clang-format

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4cd4dd6 View commit details
    Browse the repository at this point in the history
  4. Move definitions above users include file

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8bf0c30 View commit details
    Browse the repository at this point in the history
  5. Remove XRAN

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cc289ea View commit details
    Browse the repository at this point in the history
  6. Add Custom init code

    Zhihua Lai committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    40a46b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge branch 'main' into zhihua/emulator

    Zhihua Lai committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    66760a3 View commit details
    Browse the repository at this point in the history
  2. Add yaml_to_json, refactor

    Zhihua Lai committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    79ecc8d View commit details
    Browse the repository at this point in the history
  3. Fix path

    Zhihua Lai committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eb8c034 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    ef43054 View commit details
    Browse the repository at this point in the history
  2. Match codelet_descriptor in yaml

    Zhihua Lai committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c06b0cc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add missing define agent hooks

    Zhihua Lai committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a299a60 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Revert

    Zhihua Lai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7e1352e View commit details
    Browse the repository at this point in the history
  2. jbpf_handle_out_bufs should return how many messages that have been p…

    …rocessed
    Zhihua Lai committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e3d1ceb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge branch 'main' into zhihua/emulator

    Zhihua Lai committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e2f31aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86baefe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

  1. Add debug printf

    Zhihua Lai committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4271775 View commit details
    Browse the repository at this point in the history
  2. Continued work

    Zhihua Lai committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6bb25e9 View commit details
    Browse the repository at this point in the history
  3. Clang

    Zhihua Lai committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    864584d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bb3984 View commit details
    Browse the repository at this point in the history