diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-11-25 13:59:37 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-11-25 13:59:37 +0000 |
| commit | 2f2de3f3a109cfe9179ff5165dd47c9f32416f04 (patch) | |
| tree | 453996c704034d924dcbb93b20dfb2b98af4a949 /meta/packages/lttng/lttng-control-0.42 | |
| parent | e6fccbb463f2522bb0d20bf07054ce5428a3c1be (diff) | |
| download | poky-2f2de3f3a109cfe9179ff5165dd47c9f32416f04.tar.gz | |
lttng-control: 0.42 -> 0.43
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3228 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lttng/lttng-control-0.42')
| -rw-r--r-- | meta/packages/lttng/lttng-control-0.42/dynticks.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta/packages/lttng/lttng-control-0.42/dynticks.patch b/meta/packages/lttng/lttng-control-0.42/dynticks.patch deleted file mode 100644 index c9bf2e9be7..0000000000 --- a/meta/packages/lttng/lttng-control-0.42/dynticks.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | Index: ltt-control-0.6-28042006/facilities/dynticks.xml | ||
| 2 | =================================================================== | ||
| 3 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | ||
| 4 | +++ ltt-control-0.6-28042006/facilities/dynticks.xml 2006-06-05 18:03:41.000000000 +0100 | ||
| 5 | @@ -0,0 +1,18 @@ | ||
| 6 | +<?xml version="1.0"?> | ||
| 7 | +<facility name="dynticks"> | ||
| 8 | + <description>Dynamic Timer Events</description> | ||
| 9 | + | ||
| 10 | + <event name="handler_entry"> | ||
| 11 | + <description>Dynticks Handler Entered</description> | ||
| 12 | + </event> | ||
| 13 | + | ||
| 14 | + <event name="handler_exit"> | ||
| 15 | + <description>Dynticks Handler Exitted</description> | ||
| 16 | + </event> | ||
| 17 | + | ||
| 18 | + <event name="reprogram"> | ||
| 19 | + <description>Dynticks Reprogram</description> | ||
| 20 | + <field name="ticks"><description>Number of ticks to sleep for</description><uint size="4"></field> | ||
| 21 | + </event> | ||
| 22 | + | ||
| 23 | +</facility> | ||
| 24 | Index: ltt-control-0.6-28042006/facilities/Makefile.am | ||
| 25 | =================================================================== | ||
| 26 | --- ltt-control-0.6-28042006.orig/facilities/Makefile.am 2006-04-28 21:26:26.000000000 +0100 | ||
| 27 | +++ ltt-control-0.6-28042006/facilities/Makefile.am 2006-06-05 18:04:30.000000000 +0100 | ||
| 28 | @@ -1,6 +1,7 @@ | ||
| 29 | |||
| 30 | EXTRA_DIST = \ | ||
| 31 | core.xml \ | ||
| 32 | +dynticks.xml \ | ||
| 33 | fs.xml \ | ||
| 34 | ipc.xml \ | ||
| 35 | kernel.xml \ | ||
| 36 | @@ -21,6 +22,7 @@ | ||
| 37 | |||
| 38 | facilities_DATA = \ | ||
| 39 | core.xml \ | ||
| 40 | +dynticks.xml \ | ||
| 41 | fs.xml \ | ||
| 42 | ipc.xml \ | ||
| 43 | kernel.xml \ | ||
