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 missing tracepoint components and groups #1413

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pshipton
Copy link
Member

@pshipton pshipton commented Sep 19, 2024

@@ -261,9 +278,15 @@ The following table lists all the tracepoint groups (`<group>`). Each group is a
|Component name or names | Group name | Description |
|----------------------------|-------------------|---------------------------------------------------------------------------------------------------------------------------|
|**j9mm** | `gclogger` | A set of tracepoints that record each garbage collection cycle. Equivalent to `-verbose:gc` output |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also applies to omrmm. The list of groups is incomplete; I found this list (in OMR and OpenJ9):

	adaptivethread
	ageblending
	aging
	allocate
	alloclarge
	allocthreshold
	arraylet
	bytecodeMethods
	cardscrubbing
	checkjni
	checkvm
	classinit
	compact
	compiledMethods
	concurrent
	copyforwardscheme
	cuda
	darkMatterComparison
	dispatcher
	double_map
	dynamiccollectionset
	exvmaccess
	file
	gclogger
	heap
	j9file
	j9filestrean
	j9gs
	j9heap
	j9hypervisor
	j9mem
	j9mmap
	j9ri
	j9shared
	j9shmem
	j9shsem
	j9sig
	j9signal
	j9sl
	j9sock
	j9sysinfo
	j9syslog
	j9virt_rwlock
	j9vmem
	kickoff
	loaresize
	markdelegate
	mem
	methodArguments
	mmap
	nativeMethods
	nlsmessage
	omrfilestream
	omrshared
	omrshmem
	omrshsem
	omrsock
	oracle
	OSCache
	parallel
	percolate
	perfmon
	reclaim
	rememberedset
	resize
	runtimeexec
	scavenge
	scavenger
	signal
	sl
	stackremember
	staticMethods
	stringtable
	sysinfo
	syslog
	tarok
	testset1
	throw
	unload
	verboseclass

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

Successfully merging this pull request may close these issues.

3 participants