Created
June 15, 2021 14:15
-
-
Save michaeleisel/99d9dae1f51ca8cccee4a1aae3a54721 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<package> | |
<id>asdfasdfasd.insto</id> | |
<title>insto</title> | |
<owner> | |
<name>Michael Eisel</name> | |
</owner> | |
<import-schema>kdebug-strings</import-schema> | |
<ktrace-point-schema> | |
<id>com-eisel-asdf</id> | |
<title>coolTitle</title> | |
<event-pattern> | |
<class>1</class> | |
<subclass>50</subclass> | |
<code>8</code> | |
<arg1>?id</arg1> | |
</event-pattern> | |
</ktrace-point-schema> | |
<instrument> | |
<id>com.eisel.asdf</id> | |
<title>Page faults</title> | |
<category>System</category> | |
<purpose>stuff</purpose> | |
<icon>Generic</icon> | |
<create-table> | |
<id>timings-table</id> | |
<schema-ref>com-eisel-asdf</schema-ref> | |
</create-table> | |
<graph> | |
<title>tracing</title> | |
<lane> | |
<title>trace</title> | |
<table-ref>timings-table</table-ref> | |
<plot> | |
<value-from>timestamp</value-from> | |
</plot> | |
</lane> | |
</graph> | |
<list> | |
<title>tracing</title> | |
<table-ref>timings-table</table-ref> | |
<column>timestamp</column> | |
</list> | |
</instrument> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment