aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog-2001
blob: acc5be4a4f6b2633ba52492f215def5a3557e4ea (plain)
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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2001-12-31  Philippe Elie  <ph_e@club-internet.fr>

	* module/op_init.c:
	* module/oprofile.c: export cpu type preparing for user space
	  cpu detection change
	* module/oprofile.h: preparatory work to add support for
	  preempt patch

	* pp/oprofpp.cpp: cleanup #if 0 ... #else ... #endif
	* pp/orofpp_util.cpp: allow to deduce image name from
	  shared lib samples files name produced with
	  --separate-samples

	* gui/oprof_start.cpp: minor fix

2001-12-31  John Levon  <moz@compsoc.man.ac.uk>

	* various files: use op_cpu enum for cpu type
 
	* all .cvsignore:
	* Rules.make.in:
	* all Makefile.in: hide .d files in .deps directories

2001-12-31  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in: move config.h.in to maintainerclean - it is included
	in a tarball so a distclean shouldn't remove it
 
2001-12-31  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update
 
	* gui/ui/oprof_start.base.ui:
	* doc/oprofile.sgml:
	* doc/oprofile.1.in: small updates
 
	* oprofile.c: more detail on locking requirements for wake_up
 
2001-12-31  Michel Dagenais  <michel.dagenais@polymtl.ca>

	* gui/oprof_start.cpp:
	* gui/oprof_start.h: show total samples so far
 
2001-12-29  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.c:
	* dae/op_start: --separate-samples is working

	* gui/oprof_start.cpp:
	* gui/oprof_start_config.cpp:
	* gui/oprof_start_config.h:
	* gui/ui/oprof_start.base.ui: handle separating for
	  shared libs, off by default.

	* doc/oprofile.sgml:
	* doc/oprofile.1.in: document --show-shared-libs

	* pp/opf_filter.h:
	* pp/opf_container.cpp: new class samples_files_t
	  to easier access to subset of symbols/samples or
	  source filename from multiple image

	* pp/Makefile.in:
	* pp/op_time.cpp:
	* pp/opf_filter.cpp:
	* pp/oprofpp.cpp:
	* pp/oprofpp.h:
	* pp/oprofpp_util.cpp: implement --show-shared-libs except
	  for opf_filter

	* util/file_manip.h:
	* util/file_manip.cpp: new function to manipulate sample
	  file name and list of sample file name.

2001-12-27  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_stop: always do an op_dump before stopping
	* gui/oprof_start.cpp: op_dump before op_stop
	  no longer required

2001-12-26  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp:
	* pp/opf_filter.h:
	* pp/oprofpp.h:
	* pp/opf_filter.cpp:	
	* pp/oprofpp_util.cpp:
	* pp/oprofpp.cpp:
	* pp/op_time.c: remove some use of global var
	  samplefile and imagefile

	* pp/oprofpp.cpp: do_dump_gprof() free memory
	  too soon. (was bugged from 2001-12-05)

	* doc/oprofile.sgml: remove mention about oprof-thread

2001-12-23  Philippe Elie  <ph_e@club-internet.fr>

	* util/string_manip.h:
	* util/string_manip.cpp: separate_token() new function

	* pp/opf_filter.cpp:
	* pp/oprofpp.cpp:
	* pp/oprofpp.h:
	* pp/oprofpp_util.cpp:
	* doc/oprofil.1.in:
	* doc/oprofile.sgml: add support for --exclude-symbol

	* TODO: update

2001-12-22  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start: add --separate-samples
	* dae/oprofiled.c: ditto
	* dae/opd_proc.c:
	* dae/opd_util.h:
	* dae/opd_util.c:
	* dae/oprofiled.h: implementation of above
	* pp/op_time.cpp: 
	* doc/oprofile.1.in:
	* doc/oprfile.sgml: handle and document above
	* pp/oprofpp_util.cpp: minor change related

	* dae/oprofiled.c: bug fix while blocking signal

	* doc/Makefile.in: avoid unecessary build of html doc

2001-12-22  Dave Jones <davej@suse.de>

	* config.h.in: Readd to CVS.

2001-12-18  Dave Jones <davej@suse.de>

	* Makefile.in: Make documentation build again.

2001-12-14  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_proc.c: memory leak fix in opd_init_images()

2001-12-12  Philippe Elie  <ph_e@club-internet.fr>

	* module/oprofile.h: change slightly op_hash()

	* util/file_manip.h:
	* util/file_manip.cpp:
	* util/string_manip.h:
	* util/string_manip.cpp:
	* util/child_reader.h:
	* util/child_reader.cpp: cleanup John's FIXME

	* dae/opd_util.h:
	* dae/opd_util.c: move libiberty things to ...
	* util/misc.h:
	* util/misc.c: here
	* util/Makefile.in: update
	* dae/Makefile.in:
	* pp/Makefile.in:

	* doc/Makefile.in: install the html doc

2001-12-10  John Levon  <moz@compsoc.man.ac.uk>

	* dae/oprofiled.c: fix sigprocmask() blooper
 
2001-12-09  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update again
 
	* util/child_reader.h:
	* util/child_reader.cpp: 
	* util/file_manip.cpp:
	* util/string_manip.cpp: pedantic cleanup + FIXMEs

2001-12-09  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: add FIXME comment

	* util/file_manip.h: add FIXME comment, 
	  avoid warning with //
 
2001-12-09  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

2001-12-09  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_proc.c: verbprintf() what cause the
	  deletion of a sample file + minor cleanup
	* doc/oprofile.sgml: document samples files backup

2001-12-07  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.h:
	* dae/opd_proc.c: handle an accessed field of
	  deleted of deleted procs to defer deleting
	  the procs. This greatly reduce the Nr of lost
	  samples due to no proc information.

2001-12-06  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.h:
	* dae/opd_proc.c: separate stats for kernel
	  and modules address space and minor cleanup

2001-12-05  Philippe Elie  <ph_e@club-internet.fr>

	* Rules.make.in:
	* dae/Makefile.in:
	* events/Makefile.in:
	* pp/Makefile.in: 
	* util/Makefile.in: tidy
	* module/Makefile.in:
	* gui/Makefile.in: use auto-deps

	* util/child_reader.h: allow to compile with -ansi
	* util/child_reader.cpp: fix memory leak fix
	* pp/oprofpp.cpp: fix memory leak

	* TODO: update

2001-12-05  Philippe Elie  <ph_e@club-internet.fr>

	* autogen.sh: use autoheader to create config.h
	* configure.in: handle missing libiberty.h and
	  missing xcalloc in libiberty.a
	* dae/opd_util.cpp:
	* dae/opd_proc.c: 
	* dae/opd_util.h:
	* dae/oprofiled.c:
	* evets/Makefile.in
	* pp/oprof_convert.c:
	* pp/oprofpp.cpp:
	* pp/oprofpp_util.cpp: replace opd_malloc() and related
	  by xmalloc.
	* util/op_popt.c: add call to xmalloc_set_program_name()
	* ./cvsignore: add config.h, config.h.in

2001-12-04  Dave Jones <davej@suse.de>

	* events/op_events_desc.c:
	  Add recognition for alternative PIII string.
	  Reported by Lev Iserovich <lev@ciprico.com>
	
2001-12-04  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_util.c:
	* dae/opd_util.c: move common fuctionnality to ...
	* util/file_manip.h
	* util/file_manip.c: here
	* pp/oprof_convert.c: reflect above change
	* pp/oprof_convert.c:
	* pp/opf_filter.cpp: ditto + minor cleanup
	* gui/Makefile.in:
	* pp/Makefile.in: reflect above change

2001-12-02  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.h:
	* pp/oprofpp.cpp:
	* pp/oprofpp_util.cpp:
	* pp/opf_filter.cpp: small tidies

2001-12-01  Philippe Elie  <ph_e@club-internet.fr>

	* Makefile.in: build util sub-dir first

	* dae/opd_util.h:
	* dae/opd_util.c: move opd_GetContext() ...
	* util/opd_popt.h:
	* util/opd_popt.c: in these new files

	* pp/oprofpp.cpp:
	* pp/opf_filter.cpp:
	* pp/op_time.cpp:
	* dae/oprofiled.c: free the poptContext + cleanup popt

	* events/op_help.c:
	* events/Makefile.in: use the popt library

	* pp/oprofpp.cpp: allow to use --output-linenr-info with
	  --list-symbols.
	* doc/oprofile.1.in:
	* doc/oprofile.sgml: reflect it

2001-12-01  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_proc.c:
	* dae/opd_util.c:
	* dae/opd_util.h:
	* dae/oprofiled.c: backup if needed old samples files
	  in a separate directory

	* pp/oprofpp.h:
	* pp/oprofpp_util.cpp: cleanup + minor buglet fix

	* util/file_manip.h:
	* util/file_manip.cpp: create_file_list() new to create
	  a list of all the file in a directory

	* pp/op_time.cpp: new utility
	* pp/Makefile.in: handle op_time

	* doc/oprofile.sgml: 
	* doc/oprofile.1.in: Document op_time

2001-11-30  Philippe Elie  <ph_e@club-internet.fr>

	* configure.in: cvs add Rules.make.in.

2001-11-30  Dave Jones <davej@suse.de>

	* configure.in: suppress reference to an inexistant
	  Rules.make.in

2001-11-29  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp_util.cpp: do not remove leading underscore to
	  avoid C++ demangling failure

2001-11-27  Philippe Elie  <ph_e@club-internet.fr>

	* configure.in:
	* pp/Makefile.in: work-around for gcc 3.0 and bfd pre-1998

	* doc/oprofile.sgml: typo

2001-11-26  Philippe Elie  <ph_e@club-internet.fr>

	* Rules.make.in: new to add autodeps and share commons
	  definitions
	* all Makefile.in except module, gui: use autodeps

	* doc/oprofile.1.in: typo

	* util/filemanip.h: missing std::

2001-11-25  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile-tests/understanding/persistent.cpp: new
	* util/persistent.h: new. An attempt to provide a better
	  configuration saving/restoring library. Not yet linked to
	  oprof_start.

2001-11-22  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp_util.cpp: take care than get_linenr() get
	  line nr and filename info from bfd for the right symbol
	  and not for the nearest symbol with debug info (#484660)

2001-11-15  Philippe Elie  <ph_e@club-internet.fr>

	* module/oprofile.h: work around against a gcc
	  2.91.66 code generation bug in oprof_exit()

2001-11-14  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start: do not pass bufsize, note_bufsize and
	  kernel_only as option to the daemon but ...
	* dae/oprofiled.c: read them from sysctl

	* dae/opd_proc.c: in opd_handle_old_sample_file() do not
	  delete sample file if mtime differ but backup it.

	* doc/oprofile.sgml:
	* pp/oprof_convert.c:
	* pp/oprofpp_util.cpp: replace session number by
	  backup number

	* util/string_manip.cpp: fix stupid bug in rtrim()

2001-11-13  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprof_start.h:
	* gui/oprof_start.cpp:
	* dae/opd_util.h:
	* dae/opd_util.cpp: small cleanup

	* module/oprofile.c: simplify a little what the
	  nmi handler

	* doc/oprofile.sgml: clarify op_to_source options

	* pp/child_reader.cpp:
	* pp/child_reader.h: move these ...
	* util/child_reader.cpp:
	* util/child_reader.h: here
	* util/file_manip.h:
	* util/file_manip.cpp: new
	* gui/Makefile.in:
	* gui/oprof_start_util.h:
	* gui/oprof_start_util.cpp:
	* pp/Makefile.in:
	* pp/opf_filter.cpp: use child_reader and file_manip

	* pp/oprofpp_util.cpp: change ordering of opening in
	  opp_bfd ctr to avoid cryptic error message

	* TODO: update

2001-11-12  Philippe Elie  <ph_e@club-internet.fr>

	* events: new directory

	* events/Makefile.in:
	* events/op_events.c:
	* events/op_events_desc.c:
	* events/op_help.c: new, splitted from op_events.c

	* pp/oprofpp_util.cpp: new, splitted from oprofpp.cpp

	* pp/oprofpp.h:
	* pp/oprofpp.c:
	* op_user.h:
	* all Makefile.in: update
	* op_events.c: remove

2001-11-12  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: last commit was bad
	
	* pp/oprofpp.c: use sstream

2001-11-12  Philippe Elie  <ph_e@club-internet.fr>

	* util: new directory
	* util/string_manip.cpp:
	* util/string_manip.h: new
	* Makefile.in: handle util directory
	* pp/Makefile.in:
	* pp/opf_filter.h:
	* pp/opf_filter.cpp:
	* gui/Makefile.in:
	* gui/oprof_start_util.cpp:
	* gui/oprof_start_util.h: update to use string_manip.cpp

	* op_events.c:
	* op_user.h:
	* pp/opf_filter.h:
	* pp/opf_filter.cpp:
	* pp/opf_container.cpp: remove dead code

2001-11-11  Dave Jones <davej@suse.de>

	* module/oprofile.[c|h]: Change MSR defines from
	  MSR_IA32_xxx from MSR_P6_xxx, based on info on
	  Linux kernel from Mikael Pettersson that these MSRs
	  don't exist on Pentium 4.

2001-11-11  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprof_start.cpp: fix record_config()

	* op_user.h: fix one comment

2001-11-10  Bob Montgomery  <bob_montgomery@hp.com>

	* module/oprofile.c: fix pid/pgrp filter to reset counter 

2001-11-08  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* configure.in: bump to 0.0.8cvs
 
2001-11-07  John Levon  <moz@compsoc.man.ac.uk>

	* acinclude.m4:
	* configure.in: fixes for configuration when Qt2 not found

	* child_reader.h:
	* child_reader.cpp: compile with gcc 3.0
 
2001-11-07  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: bump to 0.0.7
 
2001-11-07  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* module/oprofile.h:
	* module/oprofile.c: fail if hard_get_current() exists
	  - this won't work
 
2001-11-06  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in: reformat options
	* doc/oprofile.sgml: clarify options that require argument.
	  Document short option

	* gui/oprof_start_util.cpp: fix basename()

	* pp/oprofpp.cpp:
	* pp/oprofpp.h:
	* pp/opf_filter.cpp: better options handling

	* module/oprofile.c: update one comment

	* TODO: update

2001-11-06  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* module/oprofile.h:
	* module/oprofile.c: support for hard_get_current()
 
2001-11-06  John Levon  <moz@compsoc.man.ac.uk>

	* module/oprofile.h:
	* module/oprofile.c: make allow_unload exist for UP
	  too (default to 1)
 
2001-11-05  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* module/oprofile.c: fix nr_interrupts sysctl

2001-11-04  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start:
	* gui/oprof_start.cpp:
	* gui/oprof_start_config.cpp:
	* gui/oprof_start_config.h:
	* gui/ui/oprof_start.base.ui: handle note table size sysctl

	* module/op_syscalls.c: handle dname hash coding collision with
	  a linear search.

	* module/oprofile.c:
	* module/oprofile.h:
	* module/op_syscalls.c: Use a struct to hold the whole
	  sysctl settable things rather global var.

2001-11-03  Philippe Elie  <ph_e@club-internet.fr>

	* modules/oprofile.h: add a sysctl struct to hold
	  all sysctl set-able variable
	
	* modules/oprofile.c: two bugs fixes.

2001-11-02  Philippe Elie  <ph_e@club-internet.fr>

	* modules/oprofile.h: minor cleanup
	* modules/oprofile.c: better handling of irq statistics

2001-10-31  John Levon  <moz@compsoc.man.ac.uk>

	* module/oprofile.c: add comment about unfixable
	  races.
 
2001-10-30  John Levon  <moz@compsoc.man.ac.uk>

	* Move module code into module/ subdir. Bye
	  bye CVS history :/
 
2001-10-30  John Levon  <moz@compsoc.man.ac.uk>

	* op_x86.c: complain properly about lAPIC-less
	  machines
 
2001-10-26  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update
 
2001-10-26  H. J. Lu <hjl@users.sf.net>

	* Makefile.in: use $(LD) not ld
 
2001-10-25  Philippe Elie  <ph_e@club-internet.fr>

	* configure.in: fix version.h checking for gcc 2.91.66

2001-10-25  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in:
	* doc/Makefile.in:
	* dae/Makefile.in:
	* pp/Makefile.in:
	* gui/Makefile.in: add $DESTDIR to prefix (part from
	  H.J. Lu)

2001-10-25  H. J. Lu  <hjl@users.sf.net>

	* configure.in: better version.h workaround

	* doc/*.1:
	* doc/Makefile.in: better .so manpage install

2001-10-25  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml: minor change.
	* pp/opf_filter.cpp: repair short option -a and -s

2001-10-24  Philippe Elie  <ph_e@club-internet.fr>

	* pp/op_to_source: remove from cvs
	* pp/Makefile.in: opf_filter application renamed to op_to_source
	* pp/child_reader.h: new
	* pp/child_reader.cpp: new, allow to fork a child and read
	  its stdout/stderr
	* pp/opf_filter.h:
	* pp/opf_filter.cpp: use child_reader to launch objdump.
	  op_to_source -a and -s must be specified with long
	  form --assembly and --source-with-assembly. This also
	  speed-up assembly output. Doc not updated.

2001-10-18  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: workaround #2, hopefully fixing
	  Mandrake (bug #471448)
 
2001-10-17  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: don't mask when restoring MSR values
 
	* doc/Makefile.in: don't use man symlinks
 
2001-10-17  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: save original counter setup
	  and restore on unload (bug #464094)

2001-10-16  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* oprofile.h: workaround for Mandrake randomly
	  back-porting things.
 
2001-10-16  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c:
	* gui/oprof_start.cpp:
	* gui/oprof_start_config.cpp:
	* gui/oprof_start_config.h:
	* gui/oprof_start_util.cpp:
	* pp/opf_container.cpp:
	* pp/opf_filter.h:
	* pp/opf_filter.cpp:
	* pp/oprof_convert.cpp: add note device to gui,
	  general cleanup
	 
2001-10-16  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h: fix likely() macro
 
2001-10-14  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update
 
	* op_syscalls.c:
	* op_user.h:
	* oprofile.h:
	* oprofile.c:
	* dae/op_start:
	* dae/opd_proc.c:
	* dae/oprofiled.h:
	* dae/oprofiled.c: use a separate map buffer.
 
2001-10-14  John Levon  <moz@compsoc.man.ac.uk>

	* acinclude.m4: don't give up if we can't find moc
 
2001-10-14  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: merge no-thread code
 
2001-10-14  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c:
	* dae/oprofiled.c:
	* op_user.h:
	* oprofile.h:
	* op_syscalls.c: use string pool. Prime hash table
	  with common entries. Consider parent in name_hash.
 
2001-10-13  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml: minor change
	* pp/opf_filter.cpp: better warning

2001-10-13  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: 0.0.6 has been released -> 0.0.7cvs
 
2001-10-12  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* doc/oprofile.sgml: new docs for annotation filter
 
2001-10-12  John Levon  <moz@compsoc.man.ac.uk>

	* pp/opf_filter.cpp: make output filters more like diff (needs doc),
	  briefer info message
 
2001-10-12  John Levon  <moz@compsoc.man.ac.uk>

	* doc/Makefile.in: add FIXME

	* gui/oprof_start.cpp: fix std::

	* acinclude.m4: more fixes
 
2001-10-12  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprof_start_util.cpp: use select() rather non-blocking
	  mode to read output from the child process

2001-10-11  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml:
	* doc/oprofile.1.in:
	* pp/opf_filter: make --output and --no-output more intuitive

2001-10-09  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml:
	* doc/oprofile.1.in: clarify doc
	* pp/opf_filter.cpp: corner case fix in --output-dir and
	  --source-dir handling.

2001-10-08  John Levon  <moz@compsoc.man.ac.uk>

	* acinclude.m4:
	* configure.in:
	* gui/Makefile.in: fix idiot config bug of mine
 
2001-10-06  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp:
	* pp/op_to_source: small cleanup

2001-10-05  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in:
	* doc/oprofile.sgml:
	* pp/op_to_source:
	* pp/opf_filter.cpp: implement --output and --no-output to
 	  allow output file generation filtering

2001-10-04  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update
 
2001-10-03  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in:
	* doc/oprofile.sgml:
	* pp/op_to_source:
	* pp/opf_filter.cpp: implement --source-dir and --output-dir
	  to generated separated annoted source file.

2001-10-03  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.cpp
	* pp/oprofpp.h
	* pp/opf_filter.cpp: minor cleanup

2001-10-03  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* Makefile.in: remove generated files on make distclean

	* acinclude.m4: update from source
 
2001-10-02  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.cpp: fix a silly bug in do_list_symbols (oprofpp -l)

2001-10-02  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: fix

	* Makefile.in: dist fix
 
2001-10-02  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* configure.in: -> 0.0.5 for release
 
2001-10-01  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_container.cpp:
	* pp/opf_filter.h: comment
	* pp/opf_filter.cpp: speed-up

2001-09-30  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_container.cpp:
	* pp/opf_filter.cpp:
	* pp/oprofpp.cpp:
	* pp/oprofpp.h: cleanup

2001-09-30  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprof_start.cpp:
	* gui/oprof_start.h:
	* gui/ui/oprof_start.base.ui: cleanup

2001-09-29  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp: check if we need debug info to work.

	* gui/oprof_start.cpp: use one config file by counter. Store
	  selected counter in oprof_start_config

	* gui/oprof_start.cpp:
	* gui/persistent_config.h: remove dirty flag in 
	  persistent_config_t template class

2001-09-29  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update
 
	* gui/oprof_start.cpp:
	* gui/ui/oprof_start_base.ui:
	* gui/oprof_start_config.h:
	* gui/oprof_start_config.cpp: add verbose option
 
	* pp/opf_container.cpp:
	* pp/opf_filter.cpp: some FIXMEs and little cleanups
 
2001-09-29  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.cpp: bug fix when calling the bfd lib.

2001-09-29  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprof_start.cpp: two minor fixes.

2001-09-28  John Levon  <moz@compsoc.man.ac.uk>

	* various files: the footer is now a header !

	* dae/opd_start.c: fix msync !!

	* gui/oprof_start.cpp:
	* gui/oprof_start_util.h:
	* gui/oprof_start_util.cpp: better default event count
	  value. Save CPU type to oprofile file.

2001-09-28  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.c: fix op_to_source [-a] [-s]

2001-09-28  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml: oops, correct bad merging with
 	  John's last update.

2001-09-27  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in: minor change
	* op_events.c: remove --gui-description stuff
	* pp/opf_filter.cpp: remove use of temporary array to
	  pass argument to the popt library

2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: updates

	* gui/oprof_start_util.cpp: fix compile, revert
	  g++ extension (different on g++ 3.0) 

2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start_util.cpp: use g++ extension to
	  avoid using temporary files
 
2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start_util.cpp: fix crasher bug
 
2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start.h:
	* gui/oprof_start.cpp: get per-counter config working
 
2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* pp/Makefile.in:
	* pp/oprofpp.c:
	* pp/oprofpp.cpp: rename file
 
2001-09-27  John Levon  <moz@compsoc.man.ac.uk>

	* pp/opf_container.cpp:
	* pp/oprofpp.h:
	* pp/oprofpp.c: speed improvements
 
2001-09-26  Philippe Elie  <ph_e@club-internet.fr>

	* configure.in: typo

	* pp/oprofpp.c: fix oprofpp -s.
	  Use std::string (work not yet finish)
	* pp/oprofpp.h:	ditto
	* pp/opf_filter.cpp: ditto

2001-09-26  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: add nr_interrupts
 
	* gui/oprof_start.h:
	* gui/oprof_start.cpp:
	* gui/oprof_start_util.h:
	* gui/oprof_start_util.cpp:
	* gui/oprof_start_config.h:
	* gui/oprof_start_config.cpp:
	* gui/ui/oprof_start_base.ui: add daemon status
	  display, fix basename()
	 
2001-09-26  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: remove broken bit

	* pp/Makefile.in: fix options
 
	* doc/oprofile.sgml: minor changes
 
2001-09-26  Philippe Elie  <ph_e@club-internet.fr>

	* pp/Makefile.in: increase level of warning
	* pp/oprof_convert.c: minor fix to avoid warning
	* dae/opd_util.c: ditto
	* pp/oprofpp.c: get_linenr() never return null in
	  filename  (fix bug #464482). symcomp() ensure
	  correct vma comparison (fix #464093)
	* dae/opd_util.c: minor fixe in op_poptGetContext()
	* gui/oprof_start.cpp: minor cleanup

2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_stop:
	* gui/oprof_start_config.cpp: use pidof instead

2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start_config.cpp: fix is_profiler_started() too 
 
2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_stop: fix terribly stupid error
 
2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* op_event.c: whooops
 
2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start.cpp: std:: fix
 
	* dae/op_start:
	* op_events.c: robustness fix

2001-09-25  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start.cpp: fix silly bug
 
2001-09-24  John Levon  <moz@compsoc.man.ac.uk>

	* pp/opf_filter.cpp: "fix" compile error
 
2001-09-24  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprofile:
	* gui/Makefile.in: remove old gui
 
2001-09-24  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start: make a little more robust
 
2001-09-24  John Levon  <moz@compsoc.man.ac.uk>

	* include/sstream:
	* Makefile.in:
	* configure.in:
	* pp/Makefile.in:
	* gui/Makefile.in: configure/make fixes

	* op_events.c: re-order for Athlon 
	 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: small cleanup
 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* op_x86.c: support for 2.4.10
 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start.h:
	* gui/oprof_start.cpp: rework validator stuff a bit
 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* gui/oprof_start.cpp: use std::find_if
 
	* gui/oprof_start_config.cpp:
	* gui/oprof_start_util.cpp: minor tidies
 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_dump:
	* dae/op_start: echo errors to stderr
 
	* gui/oprof_start_util.h:
	* gui/oprof_start_util.cpp:
	* gui/oprof_start.cpp: use fork/exec to spawn children

2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* gui/Makefile.in:
	* gui/oprof_start_config.h: 
	* gui/oprof_start_config.cpp: 
	* gui/oprof_start_util.h: 
	* gui/oprof_start_util.cpp: 
	* gui/oprof_start.h: 
	* gui/oprof_start.cpp: new file for util functions
 
2001-09-23  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_util.c:
	* dae/opd_util.h:
	* dae/oprofiled.c: 
	* pp/oprofpp.c: 
	* pp/opf_filter.cpp: 
	* configure.in: enable __builtin_expect, fix popt problem

	* pp/oprof_convert.c: small fixes
 
	* op_events.c: shorten event descriptions for GUI 

	* gui/*: many more updates
 
	* pp/Makefile.in: fix
 
2001-09-21  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: removed over-verbose line

	* configure.in:
	* oprofile.h:
	* oprofile.c: add likely/unlikely, take note lock on dump
 
2001-09-21  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.h: move declaration of counter_array_t to
	* pp/oprofpp.h: here
	* pp/oprofpp.c: define and use counter_array_t + minor cleanup
	* pp/opf_filter.cpp: remove definition of counter_array_t

2001-09-21  Philippe Elie  <ph_e@club-internet.fr>

	* Makefile.in: remove aclocal.m4 in distclean
	* pp/Makefile.in: use $(CXX) and $(CXXFLAGS)

	* pp/opf_container.cpp:
	* pp/opf_filter.cpp:
	* pp/opf_filter.h:
	* pp/oprofpp.c:
	* pp/oprofpp.h: cleanup

2001-09-20  Philippe Elie  <ph_e@club-internet.fr>

	* Makefile.in: minor change in module building
	* pp/Makefile.in: link oprofpp with opf_filter
	* pp/op_to_source: avoid pipe from oprofpp to opf_filter
	* pp/opf_filter.h: remove a few member function
	* pp/opf_container.cpp: ditto + minor cleanup
	* pp/opf_filter.cpp: oprofpp is no longer piped to opf_filter
	  but linked with it. Many change, needs additional cleanup
	* pp/oprofpp.c: group all stuff in two class. Rather a
	  a C with class than a full C++ file for now. Fix a bug
	  in filename handling.
	* pp/oprofpp.h: add opp_bfd and opp_samples_files class.
	
	* dae/opd_util.c: add a few explicit cast for C++ compile
	* dae/opd_util.h: wrap function declaratio with extern "C"

2001-09-19  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: fix silly read valid bug
 
2001-09-19  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in: whoops, missed op_util.o from build
 
2001-09-19  John Levon  <moz@compsoc.man.ac.uk>

	* dae/oprofiled.c: fix little bug, tidy a bit

	* TODO: update
 
2001-09-18  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in:
	* op_syscalls.c:
	* op_util.c:
	* oprofile.h: move some code around

	* oprofile.c: fix a tiny bug

2001-09-18  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c:
	* dae/oprofiled.h: implement hashing of images

	* doc/oprofile.sgml: fix -- issue and use <screen>
 
2001-09-18  John Levon  <moz@compsoc.man.ac.uk>

	* .cvsignore:
	* README: update
 
	* configure.in: small cleanup
 
	* op_init.c: add comment

	* oprofile.h: 
	* op_syscalls.c:
	* op_x86.c: move fixmap stuff, remove disable APIC

	* oprofile.c: init failure fix 
 
	* doc/oprofile.sgml:
	* dae/opd_proc.c: fix handle_old_sample_files() bug,
	  check mtime hasn't changed on a new map
 
2001-09-16  John Levon  <moz@compsoc.man.ac.uk>

	* acinclude.m4:
	* autogen.sh:
	* configure.in:
	* gui/Makefile.in:
	* gui/ui/Makefile.in:
	* gui/ui/oprof_start.base.ui:
	* gui/oprof_start.h: autoconfiscation for Qt2

	* gui/oprof_start_config.cpp: add comments
 
2001-09-16  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp: fix unrecognized input
	* pp/opf_container.cpp: better error messages. put
	  op_nr_counters in the global namespace (gcc 2.91
	  work around)

2001-09-16  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.cpp: small tidy
 
2001-09-16  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp: minor tidy

	* gui/oprof_start.base.ui: new oprof_start gui
	* gui/oprof_start.cpp: new, derived class of oprof_start_base
	* gui/oprof_start.h: ditto
	* gui/oprof_start_impl.cpp: implementation of oprof_start class
	* gui/oprof_start_config.cpp: utilities function for oprof_start
	* gui/oprof_start_config.h: ditto
	* gui/persistent_config.h: utility template
	* gui/oprof_start_main.cpp: main() for oprof_start
	* gui/Makefile.in: handle this stuff

2001-09-15  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: some cleanup

2001-09-15  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: allow non-matching mtimes in order
	  to allow pp on different machines. Make conflicting
	  counter specifications a fatal error

2001-09-15  John Levon  <moz@compsoc.man.ac.uk>

	* all Makefile.in: install should depend on all

	* pp/oprofpp.c: fixes for Athlon 4 counters. Enable debug info
	  for list-symbol. Some stricter checking

2001-09-15  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: some static variable to global
	* op_user.h: export these

	* oprofile.c: typo in comment

	* dae/opd_proc.c: fix size of samples files

2001-09-13  Dave Jones  <davej@suse.de>

	* doc/oprofile.1.in:
	  Update so it doesn't say 'Intel only'
	* dae/op_start:
	  Fix output so that it prints [0-3] instead of [0-4[

2001-09-12  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.c: fix cpu type output for opf_filter

	* dae/op_stop: return error code properly

2001-09-12  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: print name of cpu type
 
	* dae/op_stop:
	* dae/op_start: re-organise, tidy
 
2001-09-12  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: fix small but triggerable
	  SMP dump race
 
2001-09-12  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* oprofile.c:
	* op_x86.c: move some code about
 
	* op_syscalls.c: add comment
 
2001-09-12  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: remove warning
 
	* op_user.h: 
	* op_events.c: fix and clean up cpu type detection
 
	* op_init.c: fix email
 
	* oprofile.c: add IRQ stats. Not sure whether to keep...
 
2001-09-12  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* oprofile.c: use cpu_number_map (pedantry thing)
 
2001-09-07  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.c: remove /proc/.../cpu_type. Check if user
	  mode cpu type detection is identical to module cpu type
	* op_events.h:
	* op_events.c: add op_get_cpu_type(). script can get cpu_type
	  by op_help --get-cpu-type
	* gui/oprofile: use it	
	* dae/oprofiled.c: ditto
	* dae/op_start: ditto, pass expected_cpu_type to module
	* doc/oprofile.sgml: update
	* doc/oprofile.1.in: update
	* pp/oprofpp.c: get cpu_type from samples file
	* pp/opf_filter.cpp: get cpu type from stdin

2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: use j not i in msync !
 
2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start: more sanity checking of options
 
2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: update a bit
 
2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* <most files>: make op_nr_counters a var (no pp support for > 2 yet)
	 
	* dae/oprofiled.c: don't print help when counter event etc. are wrong
 
2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* oprofile.c: use MODULE_LICENSE
 
2001-09-06  John Levon  <moz@compsoc.man.ac.uk>

	* op_user.h: add missing prototype

	* dae/op_start: fix counter extraction
 
2001-09-05  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.c: fix a few corner case, cleanup.
	* dae/opd_proc: ditto.	

	* dae/op_start: better handling of counter number

	* dae/opd_proc: minor change.

	* op_user.h: enable support for four counters
	* oprofile.c: ditto. Split functions

	* op_events.c: expose op_get_cpu_type_str(int) to world.

2001-09-04  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* oprofile.c: don't restore delivery mode to LVTPC (causes
	APIC error on SMP). Fix for silly sem hang with do_dump
 
2001-09-04  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start: fix typo bug
 
2001-09-04  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: some small tidies
 
2001-09-04  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: change lvtpc_apic_restore to be more careful !
 
2001-09-02  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: don't allow unload on SMP unless allow_unload
	  is set. Still needs docs (no point till SMP works).
 
2001-09-02  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_dump: complain if not root more clearly.
 
2001-09-02  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: remove bogus setting for NMI oopser.
	  smp_apic_restore() -> lvtpc_apic_restore()

2001-09-01  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.c: fix pmc_setup()

	* pp/Makefile.in:
	* dae/Makefile.in: fix uninstall problem

2001-08-31  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.h:
	* dae/oprofiled.h:
	* op_user.h:
	* oprofpp.h:
	* dae/opd_util.h: share commmon declarations, put it in
	  op_user.h, include op_user.h in other .h when necessary.
	* op_events.c:
	* all Makefile.in: update dependancies.
 
2001-08-30  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.c: use loop instead of fixed counter number
 
2001-08-26  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: add option to op_help for the gui
	* gui/oprofile: use op_help to build description
	  of events, accept Athlon (only 2 counters)
 
2001-08-25  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprofpp.c:
	* dae/op_start: use loop instead of fixed number of counter.
 
2001-08-24  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprof_convert.c: add v4 --> v5 conversion
 
2001-08-23  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.c: correct some comment.
 
2001-08-22  Philippe Elie  <ph_e@club-internet.fr>

	* op_user.h:
	* dae/opd_proc.c:
	* dae/opd_util.c:
	* dae/opd_util.h:
	* dae/oprofiled.h:
	* dae/oprofiled.c:
	* dae/oprofiled.c: row to column file format, lot of changes.
 
2001-08-21  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: Add Athlon string/unit maks description
 
2001-08-20  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: change in handling of search/check events
	* dae/oprofiled.c:
	* dae/oprofiled.h:
	* oprofile.c:
	* oprofile.h:
	* pp/oprofpp.c:
	* pp/oprofpp.h:	reflects caller/prototype, lot of changes.

2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
  
	* Makefile.in:
	* op_x86.c:
	* oprofile.h:
	* oprofile.c: a prototype detector for SMP hardware,
	  some small cleanup
 
2001-08-20  Dave Jones  <davej@suse.de>

	* doc/oprofile.sgml:
	  Updated to reflect new Athlon/Duron capabilities.
	* pp/oprof_convert.c:
	* pp/oprofpp.c: use EXIT_FAILURE | EXIT_SUCCESS
	  in exit() calls.
	* oprofile.c: Make non-exported functions static
	  and remove duplicate definitions.

2001-08-19  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start: handle celeries in cpu type

2001-08-19  John Levon  <moz@compsoc.man.ac.uk>

	* op_init.c:
	* oprofile.h:
	* oprofile.c: small tidies of the Athlon support

2001-08-19  Dave Jones  <davej@suse.de>

	* op_events.c:
	* op_init.c: 
	* oprofile.h:
	* oprofile.c:
	* dae/op_start:
	* dae/oprofiled.h:
	* dae/oprofiled.c: initial Athlon support

2001-08-19  Philippe Elie  <ph_e@club-internet.fr>

	* oprofile.c: use symbolic constant for all apic setup, no generated
	  code change

2001-08-18  Philippe Elie  <ph_e@club-internet.fr>
 
	* Makefile.in:
	* dae/Makefile.in:
	* pp/Makefile.in:
	* doc/Makefile.in:
	* gui/Makefile.in: add uninstall target
 
2001-08-18  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: tiny cleanup
 
2001-08-17  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_proc.c:
	* TODO: minor cleanup.

2001-08-16  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprofile:
	* dae/op_start:
	* doc/oprofile.1.in: document and use op_dump

2001-08-16  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: bump version to 0.0.5cvs
 
2001-08-16  John Levon  <moz@compsoc.man.ac.uk>

	* all Makefile.in: mkdir install files

2001-08-15  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_proc.c: fix a FILE* leak in opd_get_ascii_maps()

2001-08-14  John Levon  <moz@compsoc.man.ac.uk>

	* op_syscalls.c: don't return negative hashes !
	  revert dname len "fix"
	  use a much better hash function

	* dae/opd_proc.c: protect against negative hashes
 
2001-08-14  John Levon  <moz@compsoc.man.ac.uk>

	* op_syscalls.c: some small fixes

	* oprofile.c: add back unmasking code during set_gate, but only
	  LVTPC
 
2001-08-11  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h: 2.4.8 doesn't either. *sigh*. looks like we need
	  some autoconfery :(
 
2001-08-11  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h: 2.4.7-linus doesn't include the Andrew Morton
	  complete_and_exit(). Hopefully this will make it into 2.4.8,
	  I'm banking on this.

2001-08-11  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_dump:
	* doc/oprofile.sgml:
	* dae/Makefile.in: a little utility for dumping

2001-08-11  Dave Jones  <davej@suse.de>

	* oprofile.h:
	* oprofile.c: back-compat code and use of new struct completion
	  for the thread

2001-08-11  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: corner case where an a miss against a full count,
	  we were attributing wrong (reported by Bob Montgomery)

2001-08-11  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: use a simple cli/sti when installing the NMI
	  handler. It should work and avoids the unmasking problem.

2001-08-10  John Levon  <moz@compsoc.man.ac.uk>

	* dae/oprofiled.h: fix header include (from Dave Jones)

	* op_syscalls.c:
	* oprofile.c: fix undefined symbol (from Dave Jones)

2001-08-10  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: small tidy in apic setup
 
2001-08-02  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: fix mod unload race, small fixes
 
	* dae/op_start: make sysctl error actually appear
 
	* doc/oprofile.sgml: document need for modutils 2.4.6

	* op_syscalls.c: fix stupid mod use count problem
 
2001-07-28  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: d'oh, fat-fingered a slow memleak in the
	  a-ksymoops modules fix
 
2001-07-27  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprof_convert.c: fix bug when conversion skip more than one
	  version.

2001-07-27  John Levon  <moz@compsoc.man.ac.uk>

	* doc/Makefile.in: ln -s -> ln -sf

	* dae/opd_util.c: actually include the right header
 
	* dae/opd_util.h: compile freestanding from oprofiled.h

2001-07-26  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: fix comment
 
	* doc/oprofile.sgml: document symbolless modules not working

	* dae/Makefile.in:
	* dae/opd_proc.c:
	* dae/oprofiled.h: catch modules with no symbols via query_module()
	  and ignore samples for them quickly
 
2001-07-25  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start: beautify the output of op_start --help
	* pp/op_to_source: ditto. better argument checking.

	* pp/oprof_convert.c:
	* pp/oprofpp.h:
	* dae/oprofiled.h: fix problem with opd_footer, don't bump 
	  opd_footer version number !

2001-07-25  John Levon  <moz@compsoc.man.ac.uk>

	* pp/Makefile.in:
	* pp/oprof_convert.c: convert to v4
 
	* pp/oprofpp.c: use opd_strdup
	 
2001-07-25  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_util.c: small tidy
 
2001-07-24  Philippe Elie  <ph_e@club-internet.fr>

	* dae/opd_util.c:
	* dae/opd_util.h: add relative path name to absolute path name stuff
	* pp/oprofpp.c: use it.
	* pp/op_to_source: simplify code to reflect above change.

2001-07-25  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: fix uninitialised pointer access (reported by
	<bobm@fc.hp.com>) that could segfault oprofile in case of
	module load/unload activity

	* Makefile.in:
	* dae/opd_proc.c:
	* dae/opd_util.c:
	* dae/opd_util.h:
	* dae/oprofiled.c:
	* dae/oprofiled.h:
	* pp/Makefile.in:
	* pp/oprofpp.c:
	* pp/oprofpp.h: use mtime() instead of md5sum(). Still doesn't handle
	  "./a; gcc -o a a.c; ./a"
 
2001-07-22  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in:
	* doc/oprofile.sgml:
	* pp/opf_filter.h:
	* pp/opf_filter.cpp:
	* pp/opf_container.cpp: implement and document filtering for assembly
	  output.

2001-07-21  Philippe Elie  <ph_e@club-internet.fr>
 
	* doc/oprofile.sgml:
	* gui/oprofile:
	* oprofile.c: remove edge_detect support.
 
	* pp/oprofpp.c: check counter range for each event type.
	* oprofile.c: ditto.
	* gui/oprofile: ditto and save setup for each event type.
	* oprofile.h: op_check_range() : display the allowed range.

2001-07-18  Philippe Elie  <ph_e@club-internet.fr>
 
	* dae/op_start: disable all counters before starting the setup.

2001-07-18  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: add in bit I forgot about not profiling ring 0 
 
2001-07-18  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: added a warning about very low counter values
	  (from Philippe, modified)
 
2001-07-15  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c:
	* oprofile.h:
	* dae/op_start:
	* dae/oprofiled.c:
	* doc/oprofile.sgml: remove ability to set different values on
	  different CPUs
 
2001-07-15  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: remove done thing
 
2001-07-15  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: backup old sample files if the profiling
	  details (count, unit mask etc.) disagree. Fixes #435245
 
2001-07-15  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.c: fix oprofiled --version to work even if the
	  profiler is not already started.

	* gui/oprofile: many cleanup. Fix bug track #435248. Make the gui more
	  independant on the number of counter.

	* pp/op_to_source: fix bug in command line arguments handling.
	
	* pp/opf_filter.h:
	* pp/opf_filter.cpp:
	* pp/opf_container.cpp: Apply some cleanup suggested by John, principally
	  change few inheritance to composition.

	* pp/oprof_convert.c: fix --version.

2001-07-14  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.sgml:
	* doc/oprofile.1.in: minor doc fix.

2001-07-14  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: small tidies
 
2001-07-01  Philippe Elie  <ph_e@club-internet.fr>

	* doc/oprofile.1.in:
	* doc/oprofile.sgml: document op_to_source, oprof_convert and the
	  oprofile gui

	* gui/oprofile: onStartProfiling() check that count is in the allowed
	  range. onStopProfiling() flush the samples
 
2001-07-14  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in: dist fix

2001-07-14  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml: make it clear we want vmlinux not vmlinuz

	* doc/html/: remove generated files from CVS

	* Makefile.in: changes to create HTML files on dist 
 
2001-06-30  John Levon  <moz@compsoc.man.ac.uk>

	* pp/Makefile.in: fix the fix

	* pp/opf_filter.h: very minor changes
 
2001-06-29  John Levon  <moz@compsoc.man.ac.uk>

	* pp/Makefile.in: fix up for opf_filter

	* configure.in: add AC_PROG_CXX

2001-06-29  Philippe Elie  <ph_e@club-internet.fr>

	* pp/opf_filter.cpp:
	* pp/opf_container.cpp:
	* pp/opf_filter.h:
	* pp/op_to_source: new file which provide a source annotation utility.
	* pp/Makefile.in: build and install opf_filter / op_to_source

2001-06-29  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* dae/opd_util.h: hide __attribute__((malloc)) warnings
	  when necessary. Document --with-cc bug.
 
2001-06-29  Philippe Elie  <ph_e@club-internet.fr>

	* gui/oprofile: more saving of the user setup.

2001-06-27  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_util.c: document get_line() restriction
 
2001-06-27  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.c: fix cpu_speed_str/cpu_speed variable setup logic.

	* gui/oprofile: save advanced setup form to persistent storage.
	  Add many validation.

2001-06-25  John Levon  <moz@compsoc.man.ac.uk>

	* op_events.c:
	* pp/oprof_convert.c: add missing headers, remove CVS blip
 
	* dae/opd_util.h: specify malloc attribute. gives warnings on
	  older compilers, who cares. I doubt this will help but it can't
	  harm
 
2001-06-25  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprof_convert.c: continue if an error with one file occurs
 
	* dae/op_stop: remove rmmod again - it is user's choice on when/whether
	  to unload
 
2001-06-23  Philippe Elie  <ph_e@club-internet.fr>

	* pp/op_start: add missing support for specifying the log filename.
	  Get correct cpu speed information for smp as suggested by John.

	* dae/oprofiled.c: Correct a warning with some older version of the
	  popt library.
	* pp/oprofpp: as above.

	* gui/oprofile: advanced setup form added.

	* pp/oprof_convert.c: version and help option support.

2001-06-23  John Levon  <moz@compsoc.man.ac.uk>

	* pp/.cvsignore: add oprof_convert
 
2001-06-23  Philippe Elie  <ph_e@club-internet.fr>

	* pp/oprof_convert.c: new utility to convert samples files when the opd_footer
	  struct is changed.
	* pp/Makefile.in: reflect the above change. Tidy some unnecessary blank.
	* Makefile.in: Tidy some unnecessary blank/tabulation.

2001-06-23  John Levon  <moz@compsoc.man.ac.uk>

	* README: update
 
2001-06-22  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: always have smp_apic_restore()
 
2001-06-22  John Levon  <moz@compsoc.man.ac.uk>

	* various: made spacing more consistent in C source,
	  removed unused utility functions.
 
2001-06-22  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: actually call smp_apic_restore() on UP

	* dae/op_start: don't remove the module immediately after
	  inserting it !
 
2001-06-22  Philippe Elie  <ph_e@club-internet.fr>

	* dae/oprofiled.h, pp/oprofpp.h: change the opd_footer struct.
	  Bump OPD_VERSION to reflect the file format change.
	* pp/oprofpp.c: reflect the above change
	* dae/oprofiled.c: reflect the above change, many options supressed
	  because setup is read from the /proc/sys/dev/oprofile files.
	* dae/opd_proc: suppress some "extern variable" which no longer exist.
	* dae/op_start: reflect the above change

2001-06-22  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start: add --ctr[0|1]-edge-detect
	* gui/oprofile: add edge detect stuff
	* oprofile.c: add edge-detect stuff, the edge-detect is an
	  experimental feature which do not work actually (no effect for now).
	  Because this is experimental no documentation are provided on this
	  option.

2001-06-22  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* dae/op_stop:
	* doc/oprofile.sgml:
	* op_init.c:
	* op_syscalls.c:
	* oprofile.h:
	* oprofile.c: add and document the ability 
	  to make the module unloadable. Not well tested
	  (but seems to work).
 
	* doc/oprofile.sgml: document compile-time options
	  better, thank Philippe
 
2001-06-21  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: remove stale comments. fix theoretical
	  memory leaks when setting up the sysctls fails, small tidy
 
2001-06-19  John Levon  <moz@compsoc.man.ac.uk>

	* README: 
	* doc/oprofile.sgml:
	* doc/html/: s/sourceforge/sf/
 
2001-06-16  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: op_check_events() fix two bad use of 
	  op_check_unit_mask(). op_get_um_desc() fix a typo.

2001-06-14  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: struct op_unit_mask, struct op_unit_desc allow up to
	  seven unit masks. Reflect this change in data, op_check_unit_mask()
	  and callers of op_check_unit_mask().

2001-06-12  John Levon  <moz@compsoc.man.ac.uk>

	* results/intro: tidy up

	* results/kernel-compile/time-aves.pl: fix regexps
 
	* results/latex/: results from the LaTeX runs
 
2001-06-09  Philippe Elie  <ph_e@club-internet.fr>

	* dae/op_start: avoid chmod to a non existing directory and setup access
	  mode from 700 to 755. Replace use of the sysctl utility by a
	  do_sysctl() function.

	* gui/oprofile: some cleanup and bugfix.

	* pp/oprofpp.c: add new output options --list-all-symbols-details,
	  --output-linenr-info

	* doc/oprofile.1.in:
	* doc/oprofile.sgml: update documentation about the new oprofpp
	  option

2001-06-09  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: fix build with CONFIG_MODVERSIONS
	  enabled.
 
2001-06-04  John Levon  <moz@compsoc.man.ac.uk>

	* dae/oprofiled.c: move logfile message to
	  before close(1) to not need to use stderr
 
2001-06-03  John Levon  <moz@compsoc.man.ac.uk>

	* gui/: new directory

	* Makefile.in:
	* configure.in:
	* gui/.cvsignore:
	* gui/Makefile.in:
	* gui/oprofile: Philippe's prototype tcl/tk startup
	  script. Requires more work.
 
2001-06-03  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.h: remove libiberty header that was
	  apparently breaking install on slackware
 
2001-06-03  John Levon  <moz@compsoc.man.ac.uk>

	* README: update
 
2001-06-03  Philippe Elie  <ph_e@club-internet.fr>

	* op_events.c: allow unit mask option to be bit mask

2001-06-01  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: actually use opd_get_count -
	  fix bug with counter 1 reported results

	* dae/op_start: fix broken shell scripting

	* dae/oprofpp.c: fix list-symbols output

2001-04-30  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start: better error reporting

	* dae/opd_proc.c: fix indentation
 
2001-04-08  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: 0.0.3 has been released. Bump cvs version
	  to 0.0.4

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: remove forced dumping. It was
	causing overhead spikes

	* doc/html/results.html:
	* doc/oprofile.sgml:
	* dae/op_start: Hopefully document dump clearly enough

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h:
	* op_syscalls.c: 2.4.3 and above have a rw mmap_sem

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* doc/html/: added missing files

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml:
	* doc/html/resources.html: add URLs

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: fix gprof output bug. It works OK now,
	  but MULTIPLIER == 1 will break for some reason

2001-04-05  John Levon  <moz@compsoc.man.ac.uk>

	* doc/oprofile.sgml:
	* doc/html/: finish SGML documentation (for now)

2001-04-04  John Levon  <moz@compsoc.man.ac.uk>

	* doc/Makefile.in:
	* doc/oprofile.sgml:
	* doc/oprofile: start SGML documentation

2001-04-04  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* Makefile.in:
	* doc/Makefile.in:
	* doc/oprofile.1.in: add a manpage
 
2001-04-04  John Levon  <moz@compsoc.man.ac.uk>

	* pp/oprofpp.c: get some sort of half-working output
	in gprof format. Currently the numbers are screwed up,
	need a major trawl through gprof source to see what's
	going on. 

2001-04-04  John Levon  <moz@compsoc.man.ac.uk>

	* dae/Makefile.in:
	* dae/md5.c:
	* dae/md5.h:
	* dae/opd_proc.c:
	* dae/oprofiled.h:
	* pp/Makefile.in:
	* pp/oprofpp.c:
	* pp/oprofpp.h: use md5sums to verify sample file
	  integrity. Stored in each sample file footer are
	  md5sums of the binary. These are checked by the daemon
	  when re-using an old file, and by the post-processor.
	  Bump OPD_VERSION to reflect the file format change.

	* dae/oprofiled.c: make start up more friendly 
	
	* dae/op_start: make script more friendly

2001-03-10  John Levon  <moz@compsoc.man.ac.uk>

	* dae/opd_proc.c: fixed some error messages

	* results/kernel-compile/raw/ccu.gnuplot: add
 
2001-02-05  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* results/intro: update

	* results/kernel-compile/: update, add FIG files

	* results/lmbench: lmbench results

	* results/output/kernel-ac12-output: add readprofile output

2001-02-04  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* op_syscalls.c: small re-org, some micro-optimisations
	  to do_hash()

	* pp/oprofpp.c: clean up --list-symbol output a little

	* results/kernel-compile/overhead: update with results

	* results/kernel-compile/time-aves.pl: add gnuplot output

	* results/kernel-compile/raw/ : raw output files

	* results/output/ : new dir for example output

	* results/output/libc-2.1.92.so: output from libc profile

	* results/output/kernel-ac12-output: output from kernel profile

	* results/output/do_anonymous_page: detailed symbol profile

	* results/output/oprofile.module: output for oprofile module

2001-02-03  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* oprofile.h:
	* op_syscalls.c: make do_hash() non-recursive

	* oprofile.c: make thread wake up half as often

	* dae/opd_proc.c: quiesce dump sysctl
	  make resilient against broken sample (don't exceed mmap)

	* pp/oprofpp.c: --gcc-demangle -> --demangle, just too
	  annoying to live
 
2001-02-01  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.h: add op_save_syscalls()

	* oprofile.c: let interrupt_sleep_on() die
	  add kernel_only option
	  sysctl dumps everything it can now
 
	* op_syscalls.c: add op_save_syscalls() 

	* dae/opd_proc.c:
	* dae/oprofiled.c:
	* dae/op_start: add --kernel-only
 
	* doc/guide.lyx: mention --kernel-only
 
	* TODO: update
 
2001-02-01  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in: split out op_init.c

	* autogen.sh: new file

	* configure.in: fix --with-cc. Split out op_init.c
	
	* op_init.c: new file, to allow rest -march=i686

	* oprofile.c: cut out init stuff to op_init.c 

	* opd_proc.c: more verbose

	* results/kernel-compile/time-aves.pl: work with other
	  time format too 
	 
2001-01-25  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: add --with-cc option

	* pp/oprofpp.c: fix const discard warnings

2001-01-25  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: must check for liberty *after*
	  libdl

2001-01-24  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: we're not using op_check_ctr()
		return value, so don't have one

2001-01-23  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in:
	* op_syscalls.c:
	* oprofile.c:
	* oprofile.h: stripped the NMI error handling stuff

	* op_events.c: fixed silly bug in the other place too :P
	
	* dae/oprofiled.c: improved error messages

2001-01-22  John Levon  <moz@compsoc.man.ac.uk>

	* op_events.c: fix silly bug so you can set both
		counters at once

	* oprofile.c: don't disable/enable counters in
		the interrupt handler. It's expensive and
		doesn't really buy anything.
		Fix a silly EBUSY bug when open fails once.

	* dae/op_start: don't remove old sample files
		pass correct event to daemon for ctr1

2001-01-22  John Levon  <moz@compsoc.man.ac.uk>

	* op_syscalls.c:do_hash(): use strcpy not strncpy. 
		It's probably faster, and if d_name.len is corrupted
		the kernel has bigger things to worry about.

2001-01-22  John Levon  <moz@compsoc.man.ac.uk>

	* dae/guide.lyx:
	* dae/guide.html: update docs a little

2001-01-22  John Levon  <moz@compsoc.man.ac.uk>

	* dae/op_start:
	* op_user.h: bump up hash table size

	* results/kernel-compile/overhead: intro to kernel
		compile tests

	* results/kernel-compile/time-aves.pl: script
		to generate averages + overheads

	* op_syscalls.c: three fixes to do_hash(). It's
		going to be a pain to make iterative :(

2001-01-21  John Levon  <moz@compsoc.man.ac.uk>

	* results/: Started a collection of results

2001-01-20  John Levon  <moz@compsoc.man.ac.uk>

	* TODO: update

	* configure.in: add comment

	* Makefile.in: moved oprofile_k.c to op_syscalls.c, op_user.h added

	* op_syscalls.c: rename of oprofile_k.c
		map buffer is dead now
		use vmalloc() and friends for hash map
		Reworking of hash_map stuff into abb's linked
		hash map structure

	* op_user.h: new file representing shared structs etc.
		between daemon and kernel module
		Reworked OP_ flags in count.
		Reworked hash map structure

	* oprofile.c: get along with the new UP APIC stuff in 2.4.0ac9
		remove extraneous lock_kernel()
		default buffer size added
		map buffer died
		Use up_and_exit() in kernel thread to fix zombies :P
		Set diethreaddie = 0 in start_thread()
		oprof_put_mapping() added
		we weren't turning OFF kernel/user counting when asked to

	* oprofile.h: move shared stuff to op_user.h
		increase the watermark to a much safer 768

	* dae/Makefile.in: dependencies on op_user.h and version.h 

	* dae/op_start: hide confusing output of op_stop
		--verbose option
		map buffer died

	* dae/opd_proc.c: --verbose option
		don't insist on new sample files
		Rework mapping code
		Be a little more forgiving with unstattable images 

	* dae/opd_util.h:
	* dae/opd_util.c: add fatal flag to opd_get_fsize().

	* dae/oprofiled.h: --verbose option
		move common code to op_user.h

	* dae/oprofiled.c: add --verbose option (very verbose !)
		map buffer died
		Add code for unpacking mapping notifications, rework
		mapping recognition

	* doc/guide.html:
	* doc/guide.lyx: some small updates

	* pp/oprofpp.c: fix segfault on failure to open binary.
		add --verbose option

	* pp/oprofpp.h: add --verbose option

2000-01-12  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: use standard kernel names for MSRs.
		Don't re-do fixmap if UP oopser patch is installed.
		Allow UP oopser to work if patches enabled, disable
		otherwise

	* oprofile.h: use standard kernel names for MSRs.

	* oprofile_k.c: only include fixmap code if necessary

	* configure.in: bump minor version

2000-12-15  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: default to /lib/modules/`uname -r`/build
		as kernel source directory

	* doc/guide.lyx:
	* doc/guide.html: update documentation

2000-12-13  John Levon  <moz@compsoc.man.ac.uk>

	* configure.in: bump minor version

	* oprofile.c: added KERN_<whatever> where needed,
		exclude the Pentium IV	

	* pp/oprofpp.c: allow "oprofpp -l /bin/mv" and friends,
		some minor fixes

2000-12-12  John Levon  <moz@compsoc.man.ac.uk>

	* Makefile.in:
	* configure.in: approximate working modversions
		a little more

	* op_events.c: op_help INST_RETIRED will print out
		the value now

	* op_ioctl.h:
	* oprofile.c:
	* oprofile.h:
	* oprofile_k.c:
	* dae/Makefile.in:
	* dae/op_start:
	* dae/op_stop:
	* dae/opd_proc.c:
	* dae/oprofctl.c:
	* dae/oprofctl.h:
	* dae/oprofiled.h: ioctl() didn't last long. Replaced with
		sysctls. This has had a knock-on effect of moving the
		start/stop mechanism into the driver open/close routines
	 
	* dae/oprofiled.c: must open devices in "reverse" order now
	 
	* oprofile_k.c: fix X86_FEATURE_PGE testing
	 
	* oprofile.c: use daemonize()
	
	* pp/oprofpp.c: fix working on constant argv

2000-11-04  John Levon  <moz@compsoc.man.ac.uk>

	* oprofile.c: what if signal happens later ?
	* dae/opd_util.c: clarify opd_read_device() API

2000-11-04  John Levon  <moz@compsoc.man.ac.uk>

	* ChangeLog: started ChangeLog (cue gc koan)
	* op_ioctl.h: added FIXME comment
	* oprofile.c: slight cleanup 
	* oprofile.h: cleanups, use u16 for data->ctrs,
		data->next
	
	* pp/oprofpp.c: added comments
	* pp/oprofpp.h: fixed #defines