diff options
Diffstat (limited to 'meta/packages/lttng/lttng-control-0.18/dynticks.patch')
-rw-r--r-- | meta/packages/lttng/lttng-control-0.18/dynticks.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta/packages/lttng/lttng-control-0.18/dynticks.patch b/meta/packages/lttng/lttng-control-0.18/dynticks.patch deleted file mode 100644 index c9bf2e9be7..0000000000 --- a/meta/packages/lttng/lttng-control-0.18/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 \ | ||