forked from nocoast/android_external_oprofile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
605 lines (417 loc) · 18.9 KB
/
ChangeLog
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
2011-01-05 William Cohen <[email protected]>
* utils/opcontrol: Add argument checking for numerical arguments
2010-12-16 John Villalovos <[email protected]>
* events/Makefile.am:
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_hw_specific.h:
* libop/op_events.c:
* utils/ophelp.c:
* events/i386/westmere/events (new):
* events/i386/westmere/unit_masks (new): Add support for Intel
Westmere micro-architecture processors
2010-12-15 Will Cohen <[email protected]>
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_hw_specific.h: User-space identification of processors
that support Intel architectural events
2010-12-14 Suravee Suthikulpanit <[email protected]>
* oprofile/daemon/opd_ibs_trans.c: Fix non-x86 build issue
due to cpuid instruction
2010-11-7 Suravee Suthikulpanit <[email protected]>
* oprofile/utils/opcontrol:
* oprofile/daemon/init.c:
* oprofile/daemon/opd_extended.h:
* oprofile/daemon/opd_extended.c:
* oprofile/daemon/opd_ibs.h:
* oprofile/daemon/opd_ibs.c:
* oprofile/daemon/opd_ibs_trans.h:
* oprofile/daemon/opd_ibs_trans.c:
* oprofile/events/x86-64/family10/unit_masks:
* oprofile/daemon/opd_ibs_macro.h: Additional IBS supports for
family12/14/15h including:
- IBS Op branch target address log
- IBS Op memory access log
- IBS Op extended count bits
2010-11-7 Suravee Suthikulpanit <[email protected]>
* events/Makefile.am:
* libop/op_events.c:
* libop/op_cpu_type.h:
* libop/op_cpu_type.c:
* utils/ophelp.c:
* events/x86-64/family12h/events: New File
* events/x86-64/family12h/unit_masks: New File
* events/x86-64/family14h/events: New File
* events/x86-64/family14h/unit_masks: New File
* events/x86-64/family15h/events: New File
* events/x86-64/family15h/unit_masks: New File
Add support for new AMD processors (family12h/14h/15h)
2010-10-15 Roland Grunberg <[email protected]>
* libop/op_xml_events.c:
* libop/op_xml_out.c:
* libop/op_xml_out.h:
* doc/ophelp.xsd: Add unit mask type attribute for an event in
the ophelp schema
2010-10-15 Maynard Johnson <[email protected]>
* doc/ophelp.xsd:
* libop/op_xml_events.c: Fix schema validation issues and error in
xml generation
2010-10-13 Maynard Johnson <[email protected]>
* libabi/opimport.cpp: Fix uninitialized variable warning when
building with gcc 4.4
2010-10-13 Maynard Johnson <[email protected]>
* events/mips/Makefile.am: Correction to 8/26 MIPS patch
to add events and unit_masks to makefile
2010-10-07 William Cohen <[email protected]>
* events/i386/arch_perfmon/events: Correct filter values.
2010-08-26 Paul Lind <[email protected]>
* libop/op_cpu_type.[h,c]:
* libop/op_events.c:
* utils/ophelp.c: Add "mips/74K" and "mips/1004K" as valid cpu types,
and change number of available 34K counters to 2.
* libop/tests/alloc_counter_tests.c: correct 34K test to 2 counters.
* events/mips/24K/events: correct the performance counters for 24K.
* events/mips/34K/events: correct the performance counters for 34K.
* events/mips/74K/[events,unit_masks]: Add events for 74K.
* events/mips/1004K/[events,unit_masks]: Add events for 1004K.
2010-08-13 Maynard Johnson <[email protected]>
* utils/opcontrol:
* doc/opcontrol.1.in: Update help and man page for opcontrol to indicate
that buffer values may be reset to default values by passing a '0'
2010-08-02 Maynard Johnson <[email protected]>
* utils/opcontrol:
* libpp/profile_spec.cpp:
* pp/oparchive.cpp: Moved the copying of stats to opcontrol::do_dump_data
and removed the unnecessary and confusing message that indicated
when overflow stats were not available.
2010-07-13 Maynard Johnson <[email protected]>
* events/arm/armv7-common/events: (new)
* events/arm/armv7-common/unit_masks: (new)
* events/arm/armv7-ca9/events: (new)
* events/arm/armv7-ca9/unit_masks: (new)
I neglected to do 'cvs add' for these new files in the
previous commit; doing so now.
2010-07-01 Will Deacon <[email protected]>
* events/arm/armv7-common/events:
* events/arm/armv7-common/unit_masks:
* events/arm/armv7/events: factor out ARMv7 common architectural events
* events/Makefile.am:
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_events.c:
* utils/ophelp.c: correct usage of core terminology for v7 and MPCore
* events/arm/armv7-ca9/events:
* events/arm/armv7-ca9/unit_masks: add support for Cortex-A9 events
2010-06-21 John Villalovos <[email protected]>
* libop/op_cpu_type.[h,c]:
* libop/op_events.c:
* utils/ophelp.c: Add "i386/nehalem" as a valid cpu_type. This will
allow the kernel in the future (if desired) to use "i386/nehalem"
instead of "i386/core_i7". Core i7 processors can be either Nehalem
or Westmere microarchitecture but the "i386/core_i7" cpu_type in
Oprofile is only for Nehalem microarchitecture processors.
2010-06-11 William Cohen <[email protected]>
* libregex/stl.pat.in: Avoid machine specific configuration.
2010-05-18 Daniel Hansel <[email protected]>
* doc/oprofile.xml: Document that only kernel versions 2.6.13 or
later provide support for anonymous mapped regions
2010-04-13 Maynard Johnson <[email protected]>
* libutil++/bfd_support.cpp: Fix up translate_debuginfo_syms
so it doesn't rely on section index values being the same
between real image and debuginfo file (to resolve problem
reported by Will Cohen on Fedora 12)
2010-03-25 Oliver Schneider <[email protected]>
* libpp/parse_filename.cpp: Catch case where a basic_string::erase
error can occur in opreport when parsing an invalid sample file name
2010-03-25 Maynard Johnson <[email protected]>
* events/mips/loongson2/events: New File
* events/mips/loongson2/unit_masks: New File
I neglected to do 'cvs add' for these new two new files
back on Nov 25, 2009 when I committed the initial
loongson2 support. This change corrects that error.
2010-03-01 Gabor Loki <[email protected]>
* daemon/opd_pipe.c: Fix memory leak
* utils/opcontrol: Fix messages sending method to opd_pipe
2010-01-20 Maynard Johnson <[email protected]>
* m4/qt.m4: Fix qt lib check so it works on base 64-bit system
2009-12-07 Robert Richter <[email protected]>
* agents/Makefile.am:
* configure.in: adding config option to disable oprofile user check
2009-11-25 Chen Jie <[email protected]>
* events/Makefile.am:
* events/mips/loongson2/events: New File
* events/mips/loongson2/unit_masks: New File
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_events.c: Add default event for loongson2
* libutil/op_cpufreq.c: Add freq estimation for high performance mips processors
* utils/ophelp.c: Add support for ICT loongson2
2009-11-25 Maynard Johnson <[email protected]>
* configure.in: bump version in AM_INIT_AUTOMAKE to 0.9.7cvs
2009-11-24 Maynard Johnson <[email protected]>
* configure.in: bump version in AM_INIT_AUTOMAKE to 0.9.6
2009-10-29 William Cohen <[email protected]>
* daemon/opd_perfmon.c: Fix start-daemon problem on ia64
2009-10-29 Maynard Johnson <[email protected]>
* events/ppc64/power7/events:
* events/ppc64/power7/event_mappings: Updates to POWER7 events and
groups
2009-10-28 Maynard Johnson <[email protected]>
* doc/opreport.xsd: Fix up schema and bump version to match 2009-06-18 fix;
other schema fixups for correctness and to facilitate XML document-to-schema
validation works
* libpp/xml_utils.cpp: bump schema version
* libpp/format_output.cpp:
* libpp/format_output.h: Fix regression in XML callgraph output
caused by 2009-06-18 fix
2009-10-26 Robert Richter <[email protected]>
* doc/oprofile.1.in: fix user-space daemon logfile in man page
2009-10-26 Maynard Johnson <[email protected]>
* libutil++/bfd_support.cpp:
* libutil++/bfd_support.h: Fix regression in handling separate
debuginfo files
2009-10-23 Robert Richter <[email protected]>
* autogen.sh: create copies with libtoolize instead of symlinks
2009-10-23 Suravee Suthikulpanit <[email protected]>
* events/x86-64/family10/events:
* events/x86-64/family10/unit_masks: Update events and unitmasks
from publication 31116 revision 3.34 and fixes
2009-10-23 Maynard Johnson <[email protected]>
* README_PACKAGERS: Add mention of new opjitconv binary
2009-10-14 Maynard Johnson <[email protected]>
* agents/jvmpi/jvmpi_oprofile.cpp: Add extra #includes since new
libstdc++ header files do not include standard C header files
2009-10-13 Maynard Johnson <[email protected]>
* utils/opcontrol: Remove incorrect redundant invocation of
get_image_range
2009-10-09 Robert Richter <[email protected]>
* libop/op_xml_events.c:
* libop/op_xml_out.c:
* libop/op_xml_out.h:
* libutil++/xml_output.cpp: fix buffer overflows in xml generator
2009-09-14 Suravee Suthikulpanit <[email protected]>
* utils/opcontrol: Fix timer mode
2009-09-08 Robert Richter <[email protected]>
* utils/opcontrol: fix deinit; kill daemon only if running to prevent
unnecessary "Daemon not running" message
2009-09-08 Robert Richter <[email protected]>
* utils/opcontrol: fix help message
2009-09-04 Robert Richter <[email protected]>
* utils/opcontrol: Do stop only if enabled
2009-08-20 Suravee Suthikulpanit <[email protected]>
* libop/op_xml_events.c:
* libop/op_xml_out.h:
* libop/op_xml_out.c: Fix ophelp -X output for IBS events
* utils/ophelp.c: Fix ophelp output for "counter:cpuid" and
"ext:xxx" case.
2009-07-31 Maynard Johnson <[email protected]>
* configure.in: bump version in AM_INIT_AUTOMAKE to 0.9.6cvs
2009-07-31 Maynard Johnson <[email protected]>
* configure.in: bump version in AM_INIT_AUTOMAKE to 0.9.5
2009-07-31 Andi Kleen <[email protected]>
* events/i386/nehalem/events: Fix name of event 0xa7
2009-07-20 Jeffrey Yasskin <[email protected]>
* libutil++/bfd_support.h(find_nearest_line):
* libutil++/bfd_support.cpp(find_nearest_line):
* libutil++/op_bfd.h(op_bfd::get_linenr):
* libutil++/op_bfd.cpp(op_bfd::get_linenr): Change the type of offset
from unsigned int to bfd_vma to accommodate addresses above 4G
2009-07-17 Maynard Johnson <[email protected]>
* libutil++/bfd_support.cpp: Fix logic error from previous
patch to this file
2009-07-14 Maynard Johnson <[email protected]>
* Makefile.am: Add ChangeLog-2008 to EXTRA_DIST
2009-07-10 Maynard Johnson <[email protected]>
* libpp/profile_spec.cpp:
* pp/oparchive.cpp:
* utils/opcontrol: Handle bad samples from kernel due to overflows
2009-06-29 Maynard Johnson <[email protected]>
* events/ppc64/power7/events:
* events/ppc64/power7/event_mappings: Update to IBM POWER7 events
and groups
2009-06-23 Maynard Johnson <[email protected]>
* libutil++/bfd_support.cpp: Discard symbols from sections that do
not have SEC_LOAD flag set; this prevents issues with bogus symbol
size computation, resulting in "samples_range(): start > end" message
2009-06-23 Maynard Johnson <[email protected]>
* libpp/profile_spec.cpp:
* pp/common_option.cpp: Fix image-path option to be appended
to archive path
2009-06-18 Maynard Johnson <[email protected]>
* libpp/format_output.h:
* libpp/format_output.cpp: Make sure that all callgraph symbols are
reported, even if 0 samples
2009-06-05 William Cohen <[email protected]>
* libutil++/bfd_support.cpp: Avoid calling bfd_find_nearest_line
with NULL syms argument
2009-06-05 Andi Kleen <[email protected]>
* libop/op_events.h: (find_event_by_name):
* libop/op_events.c: (find_event_by_name): Match unit mask.
* libop/op_parse_event.c: (parse_events): Set unit_mask_valid
* libop/op_parse_event.h: (parsed_eventd): Add unit_mask_valid
* libop/tests/alloc_counter_tests.c: (do_test):
* libop/tests/parse_event_tests.c:
* daemon/opd_ibs: (ibs_parse_and_set_events):
* gui/oprof_start.cpp (alloc_selected_events):
* utils/ophelp.c: (resolve_events, show_unit_mask):
Update find_event_by_name call.
2009-06-05 Andi Kleen <[email protected]>
* libop/tests/alloc_counter_tests.c:
Don't use non existent unit masks in P4 counter tests.
2009-06-03 Suravee Suthikulpanit <[email protected]>
* events/x86-64/family10/events:
* events/x86-64/family10/unit_masks: Update events and unitmasks
for the AMD Six-core Opteron processor support from
publication 31116 revision 3.28
2009-05-27 Suravee Suthikulpanit <[email protected]>
* utils/opcontrol: Fix IBS initialization
2009-05-27 Suravee Suthikulpanit <[email protected]>
* daemon/oprofiled.c:
* daemon/opd_ext.c: Fix extended feature initialization
2009-05-27 Suravee Suthikulpanit <[email protected]>
* doc/oprofile.xml:
* doc/internals.xml: Add Extended-Interface and IBS documentation,
2009-05-19 Andi Kleen <[email protected]>
* utils/ophelp.c: (cleanup) Fix cleanup crash.
2009-05-19 Andi Kleen <[email protected]>
* events/i386/atom/events: Use hardcoded counters. Readd
UNHALTED_REFERENCE_CLOCK.
* events/i386/nehalem/events:
* events/i386/nehalem/unit_masks: Use hardcoded counters.
Clarify CPU_CLOCKS_UNHALTED.REF_P
2009-05-19 Andi Kleen <[email protected]>
* libop/op_hw_specific.h: (arch_get_filter):
Return -1 when CPUID is not available.
2009-05-18 Brian Bloniarz <[email protected]>
* libutil/op_file.c: Fix crash when chasing broken symlinks
2009-05-13 Maynard Johnson <[email protected]>
* pp/oparchive.cpp: Fixes for oparchive session-dir as reported in
bugs 2646389 and 2646376
2009-05-13 Maynard Johnson <[email protected]>
* utils/opcontrol: Fix for session-dir setup, bug report 2646398
2009-05-13 Brian Bloniarz <[email protected]>
* utils/opcontrol: Replace bash built-in let with posix statements
2009-05-07 Andi Kleen <[email protected]>
* utils/ophelp.c:
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_events.c:
* libop/op_hw_specific.h: Add workaround_nehalem_aaj79
* events/Makefile.am:
* events/i386/atom/events: Add Atom support (New file)
* events/i386/atom/unit_masks: Add Atom support (New file)
* events/i386/nehalem/events: Add Nehalem support (New file)
* events/i386/nehalem/unit_masks: Add Nehalem support (New file)
* events/i386/core_i7/events: Add Core i7 support (New file)
* events/i386/core_i7/unit_masks: Add Core i7 support (New file)
2009-05-07 Maynard Johnson <[email protected]>
* oprof-compat/events/Makefile.am:
* oprof-compat/events/ppc64/ibm-compat-v1/event_mappings: (new)
* oprof-compat/events/ppc64/ibm-compat-v1/events: (new)
* oprof-compat/events/ppc64/ibm-compat-v1/unit_masks: (new)
* oprof-compat/libop/op_cpu_type.c:
* oprof-compat/libop/op_cpu_type.h:
* oprof-compat/libop/op_events.c:
* oprof-compat/utils/ophelp.c: Add support for IBM ppc64 architected events
2009-05-06 Andi Kleen <[email protected]>
* utils/ophelp.c: Use word wrap to output event descriptions
2009-05-01 Andi Kleen <[email protected]>
* events/i386/arch_perfmon/events: Update event names to conform to manual.
2009-05-01 Maynard Johnson <[email protected]>
* configure.in:
* m4/binutils.m4: Workaround to make oprofile build on recent SUSE
2009-04-29 Andi Kleen <[email protected]>
* libop/op_events.c: Add support for include and unit mask merging
statements in event files
2009-04-29 Andi Kleen <[email protected]>
* libop/op_events.c: Allow make check to accumulate some errors
before exiting
2009-04-28 Maynard Johnson <[email protected]>
* events/Makefile.am:
* events/ppc64/power7/event_mappings: (new)
* events/ppc64/power7/events: (new)
* events/ppc64/power7/unit_masks: (new)
* libop/op_cpu_type.c:
* libop/op_cpu_type.h:
* libop/op_events.c:
* utils/ophelp.c: Add support for IBM POWER7 processor
2009-04-22 Maynard Johnson <[email protected]>
* agents/jvmpi/jvmpi_oprofile.cpp: Change this file to use LGPL license
to allow JVMPI agent library to link to non-GPL code
2009-04-17 Suravee Suthikulpanit <[email protected]>
* utils/opcontrol: Add IBS support, patch 4 of 4
2009-04-17 Suravee Suthikulpanit <[email protected]>
* pp/opannotate.cpp: Add IBS support, patch 3 of 4
2009-04-17 Suravee Suthikulpanit <[email protected]>
* events/x86-64/family10/events:
* events/x86-64/family10/unit_masks: Add IBS support, patch 2 of 4
2009-04-17 Suravee Suthikulpanit <[email protected]>
* daemon/Makefile.am:
* daemon/opd_extended.c:
* daemon/opd_ibs.c: New File
* daemon/opd_ibs.h: New File
* daemon/opd_ibs_macro.h: New File
* daemon/opd_ibs_trans.c: New File
* daemon/opd_ibs_trans.h: New File
* daemon/opd_interface.h:
* daemon/opd_sfile.c:
* daemon/opd_sfile.h:
* daemon/opd_trans.c:
* libdb/db_insert.c:
* libdb/odb.h: Add IBS support, patch 1 of 4
2009-04-15 Maynard Johnson <[email protected]>
* libpp/xml_utils.cpp: Fix binary count total in XML output
when using --separate=lib
2009-04-08 William Cohen <[email protected]>
* configure.in: Add check for basename declaration
2009-04-01 Suravee Suthikulpanit <[email protected]>
* daemon/Makefile.am:
* daemon/opd_events.c:
* daemon/opd_extended.h: New File
* daemon/opd_extended.c: New File
* daemon/opd_printf.h:
* daemon/opd_sfile.h:
* daemon/opd_sfile.c:
* daemon/opd_stats.c:
* daemon/opd_trans.h:
* daemon/opd_trans.c:
* daemon/oprofiled.c:
* libop/op_events.h:
* libop/op_events.c:
* libop/op_alloc_counter.c:
* utils/ophelp.c: Add Extended Feature Interface
2009-03-17 Suraveee Suthikulpanit <[email protected]>
* events/Makefile.am
* events/x86-64/family11h/events: New event file
* events/x86-64/family11h/unit_masks: New Unitmask file
* libop/op_cpu_type.c: Adding family11h
* libop/op_cpu_type.h: Adding family11h
* libop/op_events.c: Adding family11h
* utils/ophelp.c: Adding family11h and update documents
2009-03-17 Maynard Johnson <[email protected]>
* libop/op_allocate_counter.c: Make map_event_to_counter handle
a non-native cpu_type
2009-03-05 Robert Richter <[email protected]>
* libutil++/bfd_support.cpp: suppress 'unused parameter' warning
2009-02-10 Maynard Johnson <[email protected]>
* libabi/tests/abi_test.cpp:
* libregex/tests/java_test.cpp:
* libregex/tests/regex_test.cpp: Use C++ style #includes
for stdlib and string
2009-02-09 Kjetil Barvik <[email protected]>
* libabi/tests/abi_test.cpp:
* libregex/tests/java_test.cpp:
* libregex/tests/regex_test.cpp:
* libutil/tests/file_tests.c: Fix gcc warnings
2009-02-06 Maynard Johnson <[email protected]>
* libutil++/bfd_support.cpp:
* libutil++/bfd_support.h:
* libutil++/op_bfd.cpp: Fixup debuginfo processing for ppc64
2009-02-03 Carl Love <[email protected]>
* utils/opcontrol:
* doc/oprofile.xml:
* events/ppc64/cell-be/events:
* events/ppc64/cell-be/unit_masks: Added IBM CELL SPU event profiling support
2009-01-05 Maynard Johnson <[email protected]>
* m4/binutils.m4: Fix error in AC_CHECK_LIB action
See ChangeLog-2008 for earlier changelogs.