Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • virgl
  • virglrenderer
  • Merge requests
  • !437

virgl: Add perfetto performance calls conditionally

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Gert Wollny requested to merge gerddie/virglrenderer:add-conditional-tracing into master Nov 09, 2020
  • Overview 44
  • Commits 3
  • Pipelines 24
  • Changes 10

This MR adds the possibility to compile virglrenderer with support for Perfetto tracing.

Author: Tomeu Vizoso <tomeu.vizoso@collabora.com> (v1)
v2: - Include perfetto_min.h only when perf tracing is enabled.
    - Make stubs inline code so they can be optimized away.
    - Add compile with tracing info to configuration status.
v3: - use __attribute__((cleanul))
    - add tracing to stderr as alternative 
Edited Nov 11, 2020 by Gert Wollny
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-conditional-tracing