Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T trappy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tooling
  • trappy
  • Issues
  • #69
Closed
Open
Created Nov 13, 2015 by Darryl Green@Darryl.GreenOwner

[FEATURE] Extend Run object constructor to get a list of custom events

Created by: derkling

The FTrace module provided by devlib allows the user to specify a simple list of events to be collected via FTrace. These events and only them are usually the interesting events for the following analysis.

For that reason, the support in Run() for a new "custom" scope could be useful to better match the devlib API. A new parameter "events" should allows to dynamically register at Run() object construction time only the list of events specified by the user.

This is expected to optimize memory and parsing time, while also solving some handshakes due to mixed usage of pre-defined and dynamically registered events.

Assignee
Assign to
Time tracking