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

Non lttng ctf #36

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

Non lttng ctf #36

wants to merge 5 commits into from

Commits on Jun 27, 2015

  1. metadata: Add typedef struct test.

    This test validates typedefing a struct and that it is not a
    struct field that is registered as the typedef.
    
    Signed-off-by: Matthew Khouzam <[email protected]>
    MatthewKhouzam committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    aaacb37 View commit details
    Browse the repository at this point in the history
  2. metadata: test if a field in a typdef is also typedefed

    Validate if typedefing only occurs at one level of a scope.
    
    Signed-off-by: Matthew Khouzam <[email protected]>
    MatthewKhouzam committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    bf45afb View commit details
    Browse the repository at this point in the history
  3. metada: relative scoped length sequences

    A sequence's length can be a relative scope starting with ctf keywords such
    as trace, stream or event. This test exercises getting a scoped length with
    its more complete name.
    
    Signed-off-by: Matthew Khouzam <[email protected]>
    MatthewKhouzam committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    c41cbbf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Update metadata

    MatthewKhouzam committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    426a64d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MatthewKhouzam/patch-1

    Update metadata
    TheMatthew committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    cc025cc View commit details
    Browse the repository at this point in the history