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

Add a generic palette to highlight kernel / jitted code #203

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Dec 27, 2020

  1. Add a generic palette to highlight kernel / jitted code

    The "java" and "js" colour palettes have a very useful feature of
    being able to highlight which frames are jitted or kernel functions
    based on the annotations added to the function makes by the
    stackcollapse programs. Unfortunately they also make a number of
    assumptions based on the function names which are very specific to
    those languages, and cause nonsensical results with other runtimes.
    
    This PR adds a new generic "annotated" colour palette that only uses
    the function name annotations, and can thus be used regardless of
    the runtime being profiled.
    asherkin committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    57cbd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3f422 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    4caf2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1c10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cd595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f19b29d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Run rustfmt

    asherkin committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    16e2494 View commit details
    Browse the repository at this point in the history