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

Support all the JFR event attribute types #4

Open
12 of 24 tasks
gunnarmorling opened this issue Dec 25, 2021 · 0 comments
Open
12 of 24 tasks

Support all the JFR event attribute types #4

gunnarmorling opened this issue Dec 25, 2021 · 0 comments

Comments

@gunnarmorling
Copy link
Member

gunnarmorling commented Dec 25, 2021

  • boolean
  • char
  • byte
  • short
  • int
  • long
  • float
  • double
  • String
  • Thread
  • Class
  • ClassLoader
  • StackTrace
  • jdk.ReservedStackActivation::method: jdk.types.Method
  • jdk.GCHeapSummary::heapSpace: jdk.types.VirtualSpace
  • jdk.MetaspaceSummary::metaspace: jdk.types.MetaspaceSizes
  • jdk.PSHeapSummary::oldObjectSpace: jdk.types.ObjectSpace
  • jdk.G1EvacuationYoungStatistics::statistics: jdk.types.G1EvacuationStatistics
  • jdk.PromotionFailed::promotionFailed: jdk.types.CopyFailed
  • jdk.CompilerInlining::callee: jdk.types.CalleeMethod
  • jdk.OldObjectSample::object: jdk.types.OldObject
  • jdk.OldObjectSample::root: jdk.types.OldObjectGcRoot
  • jdk.ModuleRequire::source: jdk.types.Module
  • jdk.ModuleExport::exportedPackage: jdk.types.Package
@gunnarmorling gunnarmorling changed the title Add custom duration data type Support all the JFR event attribute types Dec 26, 2021
gunnarmorling added a commit that referenced this issue Dec 26, 2021
Also adding CLASS_NAME() function
gunnarmorling added a commit that referenced this issue Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant