forked from nocoast/android_external_oprofile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog-2006
296 lines (213 loc) · 7.75 KB
/
ChangeLog-2006
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
2006-12-14 Maynard Johnson <[email protected]>
* doc/oprofile.xml:
* events/Makefile.am:
* events/ppc64/cell-be/events:
* events/ppc64/cell-be/unit_masks:
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_events.c:
* utils/opcontrol:
* utils/ophelp.c Add support for Cell Broadband Engine
2006-12-14 Dave Nomura <[email protected]>
* daemon/init.c: move open_opd_files call to initialization phase
2006-12-11 Maynard Johnson <[email protected]>
* m4/kerneloption.m4:
* m4/kernelversion.m4: eliminate/replace usage of obsolete kernel
header linux/config.h
2006-12-06 Daniel Jacobowitz <[email protected]>
* libopt++/popt_options.cpp: complete fix for static
initialisation ordering bug on ARM
2006-11-24 John Levon <[email protected]>
* doc/oprofile.xml:
* doc/oprofile.1.in: warn about braces parsing in differential
mode.
* doc/opreport.1.in:
* doc/oparchive.1.in:
* doc/opannotate.1.in:
* doc/opgprof.1.in: point explicitly to oprofile(1)
* pp/opreport_options.cpp: --xml is incompatible with
differential profiles.
2006-11-22 Philippe Elie <[email protected]>
* libop/op_alloc_counter.c: reapply 2006-8-03 Jeremiah Lott patch
which was accidentally reverted, as a sideeffect this patch change
counter allocation order. It can't hurt since our storage don't
take care about counter number.
* libop/tests/alloc_counter_tests.c: add a test case for this patch.
Take care about counter allocation order change.
2006-11-19 Maynard Johnson <[email protected]>
* doc/oprofile.xml: Document platforms where callgraph is supported
2006-11-17 Dave Nomura <[email protected]>
* doc/Makefile.am:
* doc/opreport.1.in:
* doc/opreport.xsd:
* doc/oprofile.xml:
* libop/op_alloc_counter.c:
* libpp/Makefile.am:
* libpp/arrange_profiles.cpp:
* libpp/format_output.cpp:
* libpp/format_output.h:
* libpp/op_header.cpp:
* libpp/profile_container.cpp:
* libpp/symbol.cpp:
* libpp/symbol.h:
* libpp/xml_utils.cpp:
* libpp/xml_utils.h:
* libutil++/Makefile.am:
* libutil++/bfd_support.cpp:
* libutil++/cverb.cpp:
* libutil++/cverb.h:
* libutil++/op_bfd.cpp:
* libutil++/op_bfd.h:
* libutil++/xml_output.cpp:
* libutil++/xml_output.h:
* pp/common_option.cpp:
* pp/common_option.h:
* pp/oparchive_options.cpp:
* pp/opgprof_options.cpp:
* pp/opreport.cpp:
* pp/opreport_options.cpp:
* pp/opreport_options.h: XML output support.
2006-8-03 Jeremiah Lott <[email protected]>
* libop/op_alloc_counter.c: allocate_counter(...) was returning
prior to considering all possible allocation strategies.
2006-11-15 Adam Bordelon <[email protected]>
* doc/internals.xml:
* doc/opannotate.1.in:
* doc/oparchive.1.in:
* doc/opcontrol.1.in:
* doc/opgprof.1.in:
* doc/opreport.1.in:
* doc/oprofile.xml: Documented --session-dir option.
* daemon/init.c:
* daemon/liblegacy/init.c:
* daemon/oprofiled.c:
* libop/Makefile.am:
* libop/op_config.c:
* libop/op_config.h:
* libop/op_config_24.h:
* libop/op_mangle.c:
* libpp/profile_spec.c:
* pp/common_option.cpp:
* utils/opcontrol: Added --session-dir option, to place sample database in dir instead of default location (/var/lib/oprofile), and program can be run as normal user.
2006-11-15 John Levon <[email protected]>
* events/x86-64/hammer/events: fix event names with '/' in them
(bug 1597054)
* libop/op_events.c: check for '/' and fail if so
2006-11-09 Philippe Elie <[email protected]>
* doc/opreport.1.in:
* doc/oprofile.xml: --long-filenames : -f is the short opt, not -l
2006-10-16 Richard Purdie <[email protected]>
* libutil++/bfd_support.cpp: Ignore uninteresting arm mapping symbols
2006-10-16 Richard Purdie <[email protected]>
* utils/opcontrol: Remove a bashism in validate_separate_args()
2006-10-13 Maynard Johnson <[email protected]>
* doc/opcontrol.1.in: Document callgraph support for PowerPC
2006-09-25 Jon Callan <[email protected]>
* libopt++/popt_options.cpp: fix static init order problem, seen
on ARM.
2006-09-21 Dean Gaudet <[email protected]>
* events/i386/core_2/events: rename some events
* events/i386/core_2/unit_masks: various fixes for
double-counting events
2006-09-21 Mark A. Greer <[email protected]>
* events/ppc/7450/events:
* events/ppc/7450/unit_masks:
* utils/ophelp.c: ppc 745x event improvements.
2006-09-15 Will Cohen <[email protected]>
* Makefile.am: Add ChangeLog-2004 and ChangeLog-2005 to distro.
2006-09-15 Will Cohen <[email protected]>
* configure.in: Bump to 0.9.3cvs.
2006-09-15 Will Cohen <[email protected]>
* configure.in: Bump to 0.9.2.
2006-09-11 Will Cohen <[email protected]>
* configure.in: Bump to 0.9.2.1rc1.
2006-09-11 Will Cohen <[email protected]>
* events/i386/core_2/unit_masks:
* events/i386/core_2/events: Correct names and masks.
2006-09-07 Benjamin LaHaise <[email protected]>
* events/i386/core_2/events: Correct some event names.
2006-09-05 Will Cohen <[email protected]>
* configure.in: bump to 0.9.2
2006-09-05 Will Cohen <[email protected]>
* libpp/symbol_container.cpp: Explicit casting.
2006-08-27 Ray Bryant <[email protected]>
* events/x86-64/hammer/events:
* events/x86-64/hammer/unit_masks:
* libop/op_events.h: make names match the BKDG names from AMD
2006-08-22 Benjamin LaHaise <[email protected]>
* events/Makefile.am:
* events/i386/core_2/events:
* events/i386/core_2/unit_masks:
* libop/op_cpu_type.h:
* libop/op_cpu_type.c:
* libop/op_events.c:
* utils/ophelp.c: support Intel Core 2 events
2006-07-15 Luca Barbato <[email protected]>
* events/Makefile.am:
* events/ppc/7450/events:
* events/ppc/7450/unit_masks:
* libop/op_cpu_type.h:
* libop/op_cpu_type.c:
* libop/op_events.c:
* utils/ophelp.c: support PowerPC G4 events
2006-06-21 Ralf Baechle <[email protected]>
* libop/op_cpu_type.h:
* utils/ophelp.c:
* libop/op_cpu_type.c:
* libop/op_events.c:
* events/Makefile.am:
* events/mips/5K:
* events/mips/20K:
* events/mips/25K:
* events/mips/34K: add new MIPS support.
2006-05-13 Benjamin LaHaise <[email protected]>
* events/Makefile.am:
* events/i386/core/events:
* events/i386/core/unit_masks:
* libop/op_cpu_type.h:
* libop/op_cpu_type.c:
* libop/op_events.c:
* module/x86/cpu_type.c:
* utils/ophelp.c: support Intel Core Duo events
2006-03-01 Andreas Krebbel <[email protected]>
* utils/opcontrol: (do_save_setup): Save KERNEL_RANGE and XEN_RANGE
values into setup file.
(do_load_setup): Print KERNEL_RANGE, XENIMAGE and XEN_RANGE values in
verbose mode.
2006-03-19 John Levon <[email protected]>
* daemon/opd_anon.c: bump LRU size to avoid significant maps
parsing overhead.
2006-03-19 John Levon <[email protected]>
* daemon/opd_anon.c:
* daemon/opd_sfile.h:
* daemon/opd_sfile.c: make sure we protect trans->last
if it's an anon sf, and we need to do cleanup. Speed
cleanup somewhat.
2006-02-17 Maynard Johnson <[email protected]>
* doc/oprofile.xml:
* events/ppc64/power5+/events:
* events/ppc64/power5+/event_mappings:
* events/ppc64/unit_masks:
* events/Makefile.am:
* libop/op_events.c:
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* utils/opcontrol:
* utils/ophelp.c: Add support for Power5+
2006-02-10 Will Cohen <[email protected]>
* utils/opcontrol: Use full paths for which and dirname.
2006-01-22 John Levon <[email protected]>
* doc/oprofile.xml: mention 2.4 + power management
2006-01-16 Mike Carlson <[email protected]>
* doc/opcontrol.1.in: fix typo
2006-01-16 Jose Renato Santos <[email protected]>
* daemon/init.c:
* daemon/opd_interface.h:
* daemon/opd_kernel.h:
* daemon/opd_kernel.c:
* daemon/opd_trans.c:
* daemon/oprofiled.h:
* daemon/oprofiled.c:
* doc/opcontrol.1.in:
* utils/opcontrol: Added support for Xen
See ChangeLog-2005 for earlier changelogs.