Skip to content

Instantly share code, notes, and snippets.

@michaeleisel
Created June 15, 2021 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeleisel/99d9dae1f51ca8cccee4a1aae3a54721 to your computer and use it in GitHub Desktop.
Save michaeleisel/99d9dae1f51ca8cccee4a1aae3a54721 to your computer and use it in GitHub Desktop.
<?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