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

Systemtap: add new role "attached" for "probe" kind , and run CPreProcessor as a guest parser #3607

Merged
merged 9 commits into from
Dec 24, 2022

Commits on Dec 23, 2022

  1. operator: record the base position on matchloc objects

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    51bdd21 View commit details
    Browse the repository at this point in the history
  2. operator: add _makepromise

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6f2d92c View commit details
    Browse the repository at this point in the history
  3. SystemTap: new role "attached" in "probe" kind

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    58f3983 View commit details
    Browse the repository at this point in the history
  4. main: use reference counting to manage ptrArray objects

    cvx operator may require the way to share an array object within
    EsObjects.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    36abc28 View commit details
    Browse the repository at this point in the history
  5. dsl: add cvx operator

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    19f854b View commit details
    Browse the repository at this point in the history
  6. prelude: introduce @1 ~ @9 and 1@ ~ 9@ procedures

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ae17644 View commit details
    Browse the repository at this point in the history
  7. SystemTap: run CPreProcessor parser as a guest on %{...%} areas

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    74fc45a View commit details
    Browse the repository at this point in the history
  8. docs(web): unify the representations for the expected prefixes in com…

    …mit headers
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ecf4c2e View commit details
    Browse the repository at this point in the history
  9. docs(web): write more about prefixes used in commit headers

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d56036c View commit details
    Browse the repository at this point in the history