forked from deater/perf_event_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
124 lines (101 loc) · 3.18 KB
/
CHANGES
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
8 September 2011
+ Re-arrange directory structure a bit
+ Add the corner_cases/signal_after_exec test
+ For corner cases now print results as OLD/NEW BEHAVIOR
+ Add the bugs/nmi_watchdog_group_leader test
+ Release version 0.24
10 August 2011
+ Add branches ARM assembly thanks to sam wang.
This turned up a bug in Cortex A9 kernel generalized event.
+ Release version 0.23
5 August 2011
+ Add a PAPI test that looks for a race condition when
we lookup/add events from multiple threads at once.
+ Release version 0.22
3 August 2011
+ Minor fixes to crashes/oflo_sw_cpu_clock_crash
+ Some minor changes to OFFCORE_EVENTS while testing
some kernel patches.
+ Release version 0.21
2 August 2011
+ Add ARM instruction test code
+ Add code to set the domain properly (exclude_kernel,user,hv all 0)
on ARMv7
+ Release version 0.20
28 July 2011
+ Add oflo_sw_cpu_clock_crash crash code
+ Release version 0.19
12 July 2011
+ Add check for ENOSPC being returned when buffers are too small
+ Release version 0.18
5 July 2011
+ Finish cache detection infrastructure
+ Release version 0.17
1 July 2011
+ Add cycles test
+ Fix non-existent test to skip if not supported
+ Add test to check if context-switches is kernel only
+ Release version 0.16
28 June 2011
+ Now includes stubs for *all* PAPI predefined events.
+ Release version 0.15
24 June 2011
+ Added more PAPI tests. Most are placeholders.
+ Release version 0.14
15 June 2011
+ Got all PAPI tests compiling
+ Release version 0.13
10 June 2011
+ Some minor cleanups after running on a Istanbul and a Nehalem.
+ Work on some timing measurements.
+ Release version 0.12
9 June 2011
+ Update more PAPI tests to compile with new setup.
+ Other minor fixes.
+ Release version 0.11
8 June 2011
+ Import the PAPI vvtests. Why not.
+ Add validation/branch-misses test
+ Release version 0.10
7 June 2011
+ Fix name of l1-dcache-stores
+ Add simple l1-dcache-loads test
+ Release version 0.9
6 June 2011
+ Add more hardcoded syscall numbers so we run on machines with
older headers (Power6 was the one giving me trouble)
+ More debugging in the overflow case. Still chasing bugs
in 2.6.36/Power and 3.0-rc1
+ Make cache test more specific, properly program Cache events.
l1-dcache-writes.c
+ Release version 0.8
27 May 2011
+ Fix the read_group_attached
+ Move the format_id test to be a validation test rather than bug
+ Add test to caution on using PERF_IO_REFRESH with 0 argument
+ Add cache-references test.
+ Release version 0.7
26 May 2011
+ Add sync_read_required test
+ Fix check_schedulability to fail properly
+ Fix the papi_multiplex test.
+ Release version 0.6
25 May 2011
+ Clean up code and separate assembly into their own directory
+ Add separate include and lib directory
+ Clean up Makefiles
+ Move run scripts to root of tree
+ Added a bunch more tests
+ Release version 0.5
24 May 2011
+ Add "bugs" directory that reports on the status of less
critical bugs.
+ Added overflow_requires_mmap and sampled_notleader_refresh tests
+ Added validation/simple_overflow test
+ Release version 0.3
+ Add branches and instructions test
+ Release version 0.4
18 May 2011
+ Finish crashes/pe_task_schedule_panic.c
+ Write some minimal documentation
+ Release version 0.2