Skip to content

Commit 411f9c9

Browse files
committed
/home/fox/release/dtrace/2008/dtrace-20080801.tar.bz2
1 parent d386114 commit 411f9c9

48 files changed

Lines changed: 2928 additions & 386 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gdbinit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dir libctf
22
dir libdtrace
3-
dir liblinux
43
dir libproc
4+
dir liblinux
55
dir cmd/dtrace

.ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
./build/dtrace
22
./libdtrace/dt_grammar.h
33
./libdtrace/dt_lex.c
4+
./utils/access
45
./utils/mknod
6+
./utils/pread
7+

Bugs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ x 20080708 1. dtrace -f open
1212
x 20080708 2. dtrace -f open:entry -- failing probe lookup
1313
Same as apple dtrace. Seems to be a bug in dtrace itself.
1414

15-
20080708 3. dtrace -f syscall::open:entry -- failing probe lookup
15+
x 20080708 3. dtrace -f syscall::open:entry -- failing probe lookup
16+
dtrace itself is broken in the way it parses this. This works
17+
'dtrace -f syscall::open'
18+
1619
20080708 4. wade thru variables lookup
1720
20080708 5. validate ustack/stack
1821
20080708 6. fastrap
@@ -23,7 +26,7 @@ x 20080708 2. dtrace -f open:entry -- failing probe lookup
2326

2427
20080708 10. BUG: soft lockup - CPU#1 stuck for 11s! [dtrace:5862]
2528
Our timer callbacks arent correct so they can hang/kill the
26-
system.
29+
system. (Broken cyclic.c code?)
2730

2831
x 20080708 11. dtrace -s tests/dt011
2932
Invokes CPU_DTRACE_BADADDR from dtrace_copycheck because
@@ -36,3 +39,9 @@ x 20080708 11. dtrace -s tests/dt011
3639
x 20080712 12. dtrace -s tests/dt013
3740
can cause stack tracing on kernel.
3841

42+
20080723 13. kmem_cache_create in dtrace_attach being called twice
43+
or not being freed on driver unload?
44+
45+
x 20080723 14. sys_call_table not visible in 2.6.23.1.
46+
47+
20080729 15. proc2.c: Set pr_dmodel for 64b machine.

Changes

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Tue Jul 29 21:27:11 2008 fox
2+
3+
78* makefile: Build libelf/Gelf structures properly for 32b machines.
4+
5+
Sun Jul 27 08:56:23 2008 fox
6+
7+
77* dtrace_isa.c: Add in support for getstack to handle stack()
8+
calls. Not brilliant with -fomit-frame-pointer in the kernel,
9+
but that will teach people to use this option :-(
10+
11+
76* dt_module.c: Add support for reading /proc/kallsyms so we
12+
can get kernel level stack traces.
13+
14+
Thu Jul 24 08:54:01 2008 fox
15+
16+
75* dtrace.c: dtrace_probe: Fix issue with 32-bit arguments
17+
not being sign extended when stored in return struct. Without
18+
this, arg0 is never < 0 for failed syscalls.
19+
20+
74* load.pl: rewrite load shell script as perl as we want to do some
21+
extra things for some kernels.
22+
23+
73* fbt_linux.c: Add support for i386/modules[] on 2.6.23.1
24+
25+
Wed Jul 23 07:32:30 2008 fox
26+
27+
72* fbt_linux.c: Implement work around for 2.6.23.1 kernel
28+
without public sys_call_table.
29+
30+
71* dtrace_linux.c: par_alloc should memset the memory
31+
to zero to avoid firing a signal when it wasnt asked for.
32+
33+
70* systrace.c, dtrace.c: Implement support for raise/stop actions
34+
which can send a signal to a process.
35+
36+
69* load: Detect missing symbols and try to warn user something
37+
may fail.
38+
139
Wed Jul 16 22:55:01 2008 fox
240

341
68* systrace.c: Avoid bogus syscalls which can index

TIMESTAMP

Whitespace-only changes.

checksum.lst

Lines changed: 49 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
1532a143 size=65 mtime=1215467255 ./.gdbinit
2-
362862f6 size=75 mtime=1215204641 ./.ignore
3-
461a55c4 size=1398 mtime=1215855659 ./Bugs
4-
d5ede769 size=9194 mtime=1216245498 ./Changes
1+
57fb91aa size=65 mtime=1217317018 ./.gdbinit
2+
fdd8a3f2 size=105 mtime=1217403007 ./.ignore
3+
2dc4ebe4 size=1759 mtime=1217364006 ./Bugs
4+
191dce2e size=10526 mtime=1217363245 ./Changes
55
b78bfde9 size=631 mtime=1215963461 ./Differences
66
fed0c352 size=18945 mtime=1106593216 ./LICENSING.NOTICE
77
faf39f64 size=605 mtime=1212185998 ./Packages
88
071025a0 size=3779 mtime=1215125212 ./README
9+
00000000 size=0 mtime=1216581733 ./TIMESTAMP
910
a560083f size=47977 mtime=1216332379 ./cmd/dtrace/dtrace.c
1011
df966664 size=879 mtime=1215861176 ./cmd/dtrace/makefile
1112
118f26ce size=801 mtime=1106592642 ./cmd/intrstat/Makefile
@@ -32,10 +33,10 @@ a5daebe8 size=407 mtime=1106592644 ./cmd/plockstat/i386/Makefile
3233
c58aafdb size=33949 mtime=1106592644 ./common/ctf/ctf_create.c
3334
84600859 size=3484 mtime=1106592644 ./common/ctf/ctf_error.c
3435
50a7050f size=3304 mtime=1212268290 ./common/ctf/ctf_hash.c
35-
59874083 size=13284 mtime=1215879889 ./common/ctf/ctf_impl.h
36+
59874083 size=13284 mtime=1217418576 ./common/ctf/ctf_impl.h
3637
b4880c3f size=3340 mtime=1106592644 ./common/ctf/ctf_labels.c
3738
5575e87f size=9257 mtime=1215895065 ./common/ctf/ctf_lookup.c
38-
444d1448 size=27234 mtime=1212323903 ./common/ctf/ctf_open.c
39+
a897d931 size=27187 mtime=1217497218 ./common/ctf/ctf_open.c
3940
b33c7986 size=22411 mtime=1212251961 ./common/ctf/ctf_types.c
4041
d1e21501 size=2694 mtime=1212268299 ./common/ctf/ctf_util.c
4142
dda1b3bc size=2714 mtime=1214328350 ./demo/Makefile
@@ -133,43 +134,43 @@ e3c3d9ce size=4715 mtime=1214910222 ./doc/lwn/lwn3.txt
133134
dfd143c2 size=3598 mtime=1214145469 ./drivers/checksum.lst
134135
279c2508 size=95 mtime=1215553111 ./drivers/dtrace/.gdbinit
135136
7a9a10e6 size=1329 mtime=1215334455 ./drivers/dtrace/Makefile
136-
f26945a1 size=2071 mtime=1216418803 ./drivers/dtrace/checksum.lst
137+
94e241b1 size=2071 mtime=1217496950 ./drivers/dtrace/checksum.lst
137138
50a7050f size=3304 mtime=1212268290 ./drivers/dtrace/ctf_hash.c
138139
5575e87f size=9257 mtime=1215895065 ./drivers/dtrace/ctf_lookup.c
139140
0ecc6cfa size=4102 mtime=1212273404 ./drivers/dtrace/ctf_mod.c
140-
444d1448 size=27234 mtime=1212323903 ./drivers/dtrace/ctf_open.c
141+
a897d931 size=27187 mtime=1217497218 ./drivers/dtrace/ctf_open.c
141142
9f4023ec size=2210 mtime=1209938771 ./drivers/dtrace/ctf_subr.c
142143
b33c7986 size=22411 mtime=1212251961 ./drivers/dtrace/ctf_types.c
143144
d1e21501 size=2694 mtime=1212268299 ./drivers/dtrace/ctf_util.c
144145
21ff7626 size=108179 mtime=1213994232 ./drivers/dtrace/cyclic.c
145146
594180cd size=4719 mtime=1215036314 ./drivers/dtrace/cyclic_linux.c
146147
10589bbe size=113949 mtime=1212273673 ./drivers/dtrace/dis_tables.c
147148
021c331d size=3096 mtime=1209891441 ./drivers/dtrace/dis_tables.h
148-
73070291 size=1653 mtime=1214250610 ./drivers/dtrace/divmod64.c
149-
c700f449 size=412693 mtime=1215965095 ./drivers/dtrace/dtrace.c
150-
08e9b5b8 size=6038 mtime=1215027934 ./drivers/dtrace/dtrace_asm.c
149+
885d2e9d size=1612 mtime=1217616163 ./drivers/dtrace/divmod64.c
150+
ee228981 size=412996 mtime=1217615898 ./drivers/dtrace/dtrace.c
151+
266f6445 size=6120 mtime=1216927893 ./drivers/dtrace/dtrace_asm.c
151152
95e2691f size=6716 mtime=1213740595 ./drivers/dtrace/dtrace_asm.s
152-
2a07649b size=16081 mtime=1216331149 ./drivers/dtrace/dtrace_isa.c
153-
57d6efad size=17475 mtime=1216242448 ./drivers/dtrace/dtrace_linux.c
154-
3a536737 size=7866 mtime=1215970740 ./drivers/dtrace/dtrace_linux.h
155-
98e68284 size=1138 mtime=1215371153 ./drivers/dtrace/dtrace_proto.h
153+
65a29a3f size=16053 mtime=1217320103 ./drivers/dtrace/dtrace_isa.c
154+
1b82f4f8 size=18335 mtime=1217057686 ./drivers/dtrace/dtrace_linux.c
155+
3d58f05f size=7901 mtime=1217008846 ./drivers/dtrace/dtrace_linux.h
156+
cc816838 size=1210 mtime=1216929274 ./drivers/dtrace/dtrace_proto.h
156157
cd6d1c39 size=8961 mtime=1215369378 ./drivers/dtrace/dtrace_subr.c
157158
96925e64 size=64636 mtime=1215369285 ./drivers/dtrace/fasttrap.c
158159
181d9503 size=46211 mtime=1215371284 ./drivers/dtrace/fasttrap_isa.c
159160
1244180f size=2679 mtime=1211808684 ./drivers/dtrace/fasttrap_linux.c
160-
843230a8 size=28367 mtime=1216242504 ./drivers/dtrace/fbt_linux.c
161+
311f9a04 size=30604 mtime=1217081146 ./drivers/dtrace/fbt_linux.c
161162
88f5877e size=1311 mtime=1212270221 ./drivers/dtrace/gcc-literal
162163
3352dc34 size=3838 mtime=1209890275 ./drivers/dtrace/instr_size.c
163164
1c74d8b2 size=1044 mtime=1214742876 ./drivers/dtrace/kcpp
164165
ed4821ca size=582 mtime=1213553114 ./drivers/dtrace/linux_pure.c
165-
2682162e size=2372 mtime=1215552875 ./drivers/dtrace/load
166+
d13c0d0e size=5028 mtime=1217008360 ./drivers/dtrace/load
166167
ccc7df77 size=7109 mtime=1210512452 ./drivers/dtrace/opensnoop
167-
8402b13d size=13006 mtime=1215123223 ./drivers/dtrace/profile.c
168+
50e23482 size=12989 mtime=1217319393 ./drivers/dtrace/profile.c
168169
a416564e size=9430 mtime=1212446320 ./drivers/dtrace/sdt_linux.c
169170
08a8c2c8 size=39913 mtime=1212442074 ./drivers/dtrace/sdt_subr.c
170-
64fda882 size=25390 mtime=1216411293 ./drivers/dtrace/syscalls-x86-64.tbl
171-
dc626164 size=80 mtime=1214900692 ./drivers/dtrace/syscalls-x86.tbl
172-
4d463b72 size=14330 mtime=1216418796 ./drivers/dtrace/systrace.c
171+
64fda882 size=25390 mtime=1217615902 ./drivers/dtrace/syscalls-x86-64.tbl
172+
d2051143 size=23116 mtime=1217537660 ./drivers/dtrace/syscalls-x86.tbl
173+
513c31b8 size=14799 mtime=1217497367 ./drivers/dtrace/systrace.c
173174
b69bbf60 size=1111 mtime=1212275983 ./drivers/dtrace/uncompress.c
174175
00000000 size=0 mtime=1207475588 ./drivers/include/features.h
175176
00000000 size=0 mtime=1207490163 ./drivers/include/sys/atomic.h
@@ -183,20 +184,21 @@ f9288166 size=2557 mtime=1207504852 ./drivers/include/sys/cpuvar_defs.h
183184
00000000 size=0 mtime=1207492677 ./drivers/include/sys/policy.h
184185
00000000 size=0 mtime=1207492675 ./drivers/include/sys/priv_impl.h
185186
00000000 size=0 mtime=1207492669 ./drivers/include/sys/rwlock_impl.h
186-
ed31fef2 size=14259 mtime=1215971467 ./drivers/include/sys/stdint.h
187+
c9731100 size=14357 mtime=1217615858 ./drivers/include/sys/stdint.h
187188
00000000 size=0 mtime=1207492689 ./drivers/include/sys/taskq.h
188189
0d983f63 size=25 mtime=1208717953 ./drivers/include/sys/time.h
189190
03ac63a7 size=2603 mtime=1212251924 ./drivers/include/sys/types32.h
190191
00000000 size=0 mtime=1207492694 ./drivers/include/sys/zone.h
191192
00000000 size=0 mtime=1207475599 ./drivers/include/zone.h
192193
e008988f size=601 mtime=1214899984 ./drivers/make-me
193194
f226f35f size=146 mtime=1210013845 ./drivers/makefile
195+
de82a2b4 size=20000 mtime=1217528095 ./files.lst
194196
a10ad157 size=308 mtime=1213736388 ./libctf/checksum.lst
195197
b720957c size=12868 mtime=1207775958 ./libctf/ctf_lib.c
196198
b25b8131 size=1802 mtime=1207775982 ./libctf/ctf_subr.c
197199
4bfecbb5 size=1837 mtime=1207776043 ./libctf/libctf.h
198200
ae64217e size=417 mtime=1106592645 ./libctf/llib-lctf
199-
054b84a1 size=2090 mtime=1213733696 ./libctf/makefile
201+
2c9ded25 size=2099 mtime=1217418623 ./libctf/makefile
200202
b69bbf60 size=1111 mtime=1212275983 ./libctf/uncompress.c
201203
af50868e size=4988 mtime=1210534576 ./libdtrace/drti.c
202204
77491aaf size=44873 mtime=1210534589 ./libdtrace/dt_aggregate.c
@@ -227,7 +229,7 @@ f50cf329 size=24833 mtime=1215215495 ./libdtrace/dt_lex.l
227229
ec39e5c4 size=2751 mtime=1210534806 ./libdtrace/dt_list.c
228230
b068143b size=1567 mtime=1210534806 ./libdtrace/dt_list.h
229231
7038b1e4 size=10092 mtime=1210535009 ./libdtrace/dt_map.c
230-
c6039f8c size=34009 mtime=1210535001 ./libdtrace/dt_module.c
232+
d115f94b size=38412 mtime=1217621396 ./libdtrace/dt_module.c
231233
1b6d5769 size=1799 mtime=1210534989 ./libdtrace/dt_module.h
232234
5fa545c2 size=2336 mtime=1210537492 ./libdtrace/dt_names.c
233235
37d21e9c size=52940 mtime=1214900688 ./libdtrace/dt_open.c
@@ -268,7 +270,7 @@ e5beba6b size=2001 mtime=1210534482 ./libdtrace/io.sed.in
268270
fe22e36c size=1104 mtime=1210534482 ./libdtrace/ip.d.in
269271
7c9ef8f0 size=1447 mtime=1210534482 ./libdtrace/ip.sed.in
270272
695e30c7 size=1051 mtime=1210534530 ./libdtrace/llib-ldtrace
271-
955f3f93 size=2077 mtime=1215210939 ./libdtrace/makefile
273+
244c023e size=2099 mtime=1216841314 ./libdtrace/makefile
272274
8306bae8 size=1321 mtime=1210534505 ./libdtrace/mkerrno.sh
273275
8be668f6 size=1547 mtime=1210534505 ./libdtrace/mkerrtags.sh
274276
b7aee578 size=1474 mtime=1210537459 ./libdtrace/mknames.sh
@@ -288,19 +290,21 @@ d255ddd2 size=1685 mtime=1210534482 ./libdtrace/sysevent.d.in
288290
1694ae24 size=1128 mtime=1210534482 ./libdtrace/sysevent.sed.in
289291
23c12cd4 size=1973 mtime=1210533738 ./libdtrace/unistd.d
290292
861790c6 size=84828 mtime=1207339541 ./liblinux/Psymtab.c
293+
3fdfdaa0 size=2991 mtime=1216242211 ./liblinux/Putil.c
291294
bdddd1e3 size=93 mtime=1207769009 ./liblinux/gmatch.c
292-
e5f15e0b size=433 mtime=1213739742 ./liblinux/makefile
293-
07882759 size=3540 mtime=1215942222 ./liblinux/proc.c
294-
93f6c56d size=3705 mtime=1216412816 ./liblinux/proc2.c
295+
e468b047 size=449 mtime=1217417540 ./liblinux/makefile
296+
1dc41918 size=3030 mtime=1217417489 ./liblinux/proc.c
297+
8f4d3973 size=3764 mtime=1217363957 ./liblinux/proc2.c
295298
a0a44b98 size=7363 mtime=1215942162 ./liblinux/proc_names.c
299+
351a13f0 size=1548 mtime=1217447208 ./liblinux/rd.c
296300
d4b66db2 size=1763 mtime=1207602319 ./liblinux/strlcpy.c
297301
49b1ed99 size=1540 mtime=1106592654 ./libproc/Makefile
298302
4d5a0f92 size=1601 mtime=1106592658 ./libproc/Makefile.com
299303
da503e97 size=474 mtime=1106592654 ./libproc/amd64/Makefile
300304
35b23c24 size=14116 mtime=1215942038 ./libproc/amd64/Pisadep.c
301305
d41399eb size=22392 mtime=1215962768 ./libproc/common/P32ton.c
302306
01a51a09 size=2994 mtime=1215858247 ./libproc/common/P32ton.h
303-
1ecedb65 size=86291 mtime=1216418108 ./libproc/common/Pcontrol.c
307+
937b4cb0 size=87486 mtime=1217507697 ./libproc/common/Pcontrol.c
304308
1da7c045 size=11958 mtime=1215858464 ./libproc/common/Pcontrol.h
305309
93e8c9ad size=58197 mtime=1215879758 ./libproc/common/Pcore.c
306310
69179533 size=8946 mtime=1215859244 ./libproc/common/Pexecname.c
@@ -312,9 +316,9 @@ a8a075ab size=5801 mtime=1215859210 ./libproc/common/Pidle.c
312316
d4a2bdb9 size=9073 mtime=1215859148 ./libproc/common/Pservice.c
313317
05d8bd1d size=9268 mtime=1215859131 ./libproc/common/Pstack.c
314318
df37b277 size=1805 mtime=1215859128 ./libproc/common/Pstack.h
315-
cec3b8d1 size=78879 mtime=1215859109 ./libproc/common/Psymtab.c
319+
065f635b size=80196 mtime=1217532528 ./libproc/common/Psymtab.c
316320
8495495a size=1438 mtime=1215859402 ./libproc/common/Psymtab_machelf.h
317-
2d3a8447 size=18966 mtime=1215859402 ./libproc/common/Psymtab_machelf32.c
321+
4e63a3dc size=18968 mtime=1217532281 ./libproc/common/Psymtab_machelf32.c
318322
489836b1 size=1171 mtime=1215859402 ./libproc/common/Psymtab_machelf64.c
319323
ae0a80d9 size=13974 mtime=1215859075 ./libproc/common/Psyscall.c
320324
64a0fc16 size=3959 mtime=1215856884 ./libproc/common/Putil.c
@@ -367,13 +371,13 @@ ec7ced1e size=1083 mtime=1106592659 ./libproc/spec/versions
367371
6a4be254 size=1116 mtime=1215938253 ./linux/elf.h
368372
4f86ff9c size=946 mtime=1207076895 ./linux/ieeefp.h
369373
1519dc3b size=105 mtime=1215879614 ./linux/link.h
370-
ed31fef2 size=14259 mtime=1215971467 ./linux/linux_types.h
374+
c9731100 size=14357 mtime=1217615858 ./linux/linux_types.h
371375
da79045e size=23 mtime=1207085716 ./linux/priv.h
372376
34338239 size=505 mtime=1207086499 ./linux/proc_service.h
373377
918004c3 size=25 mtime=1206901288 ./linux/procfs.h
374378
00000000 size=0 mtime=1207170415 ./linux/project.h
375379
fa0c0bd3 size=34 mtime=1206902380 ./linux/rctl.h
376-
31e2b22a size=4049 mtime=1215879737 ./linux/rtld_db.h
380+
ab60ed98 size=6236 mtime=1217444110 ./linux/rtld_db.h
377381
1a1c31cd size=59 mtime=1207077188 ./linux/stdio.h
378382
ffc5f2e6 size=21 mtime=1209290977 ./linux/strings.h
379383
8d27f39a size=181 mtime=1207082270 ./linux/synch.h
@@ -388,7 +392,7 @@ e8052755 size=2642 mtime=1213991794 ./linux/sys/cyclic.h
388392
eca8500a size=23242 mtime=1215942759 ./linux/sys/elf.h
389393
1fc8602b size=2439 mtime=1215888410 ./linux/sys/elf_386.h
390394
c41a9833 size=4387 mtime=1215888402 ./linux/sys/elf_amd64.h
391-
e6c6ef2b size=2362 mtime=1215938388 ./linux/sys/elftypes.h
395+
bde5b16c size=2353 mtime=1217362345 ./linux/sys/elftypes.h
392396
2aea6d3f size=3377 mtime=1215250080 ./linux/sys/fasttrap_isa.h
393397
f6883943 size=2503 mtime=1207076954 ./linux/sys/fault.h
394398
00000000 size=0 mtime=1215878572 ./linux/sys/feature_tests.h
@@ -437,7 +441,7 @@ be00dda8 size=4354 mtime=1214159231 ./linux/sys/stack.h
437441
3c180ec7 size=644 mtime=1208808217 ./linux/sys/vmem.h
438442
58df35a2 size=16 mtime=1207260090 ./linux/sys/zmod.h
439443
255ea41b size=387 mtime=1215859262 ./linux/zone.h
440-
204f986c size=3170 mtime=1215250154 ./makefile
444+
a4d42d2f size=3189 mtime=1217363214 ./makefile
441445
ceab99d8 size=49 mtime=1212276076 ./tests/dt001
442446
62d4c308 size=50 mtime=1210514034 ./tests/dt002
443447
3b7a929a size=29 mtime=1211818650 ./tests/dt003
@@ -451,25 +455,28 @@ caa7190b size=72 mtime=1214861626 ./tests/dt007
451455
4c4c8632 size=66 mtime=1215557113 ./tests/dt012
452456
27863e6e size=1421 mtime=1215855554 ./tests/dt013
453457
e39a9663 size=79 mtime=1215856141 ./tests/dt014
458+
526fe191 size=141 mtime=1216912471 ./tests/dt015
459+
11dfd6e4 size=1442 mtime=1217246501 ./tests/dt016
454460
47178c92 size=1449 mtime=1215964265 ./tools/libgcc.pl
461+
d13c0d0e size=5028 mtime=1217008360 ./tools/load.pl
455462
32fa6128 size=1597 mtime=1214132701 ./tools/mksyscall.pl
456463
fd278f63 size=3084 mtime=1215294187 ./tools/runtests.pl
457464
3df7ad38 size=111 mtime=1213132025 ./utils/README
458-
56828cb7 size=244 mtime=1216247128 ./utils/access.c
459-
aa001535 size=4776 mtime=1213131995 ./utils/asm
465+
2e2f748e size=308 mtime=1217403937 ./utils/access.c
460466
66866cee size=1636 mtime=1213045230 ./utils/asm.c
461-
40f53435 size=481 mtime=1214517418 ./utils/checksum.lst
467+
55c518ce size=590 mtime=1217496085 ./utils/checksum.lst
462468
3adc5df5 size=380 mtime=1214854821 ./utils/diffprobes
463469
4610a1ae size=212 mtime=1214517361 ./utils/getpid.c
464470
bc379b66 size=358 mtime=1214727541 ./utils/getuid.c
465-
8732190e size=7448 mtime=1212919799 ./utils/kmem
466-
41d1e78a size=606 mtime=1212919798 ./utils/kmem.c
471+
79c0395b size=627 mtime=1217496084 ./utils/kmem.c
472+
9b1b2c79 size=306 mtime=1217496069 ./utils/makefile
467473
0b257c7a size=527 mtime=1213518318 ./utils/mknod.c
474+
deeb14c0 size=1511 mtime=1217496033 ./utils/pread.c
468475
998018e2 size=1753 mtime=1214250605 ./utils/regparm.c
469476
69f515e1 size=3440 mtime=1209976430 ./uts/common/ctf/ctf_mod.c
470477
f1591f15 size=1567 mtime=1106592659 ./uts/common/ctf/ctf_subr.c
471478
340ba4c1 size=1430 mtime=1106592659 ./uts/common/ctf/mapfile
472-
6400adad size=398229 mtime=1215199932 ./uts/common/dtrace/dtrace.c
479+
6400adad size=398229 mtime=1216795528 ./uts/common/dtrace/dtrace.c
473480
88a166ca size=393 mtime=1106592660 ./uts/common/dtrace/dtrace.conf
474481
a1d37e9d size=62554 mtime=1215181848 ./uts/common/dtrace/fasttrap.c
475482
7e72c839 size=8261 mtime=1106592660 ./uts/common/dtrace/lockstat.c
@@ -491,7 +498,7 @@ e130ce61 size=397 mtime=1106592660 ./uts/common/dtrace/systrace.conf
491498
73e71145 size=5754 mtime=1215878827 ./uts/common/sys/lockstat.h
492499
f813922e size=7308 mtime=1214159217 ./uts/common/sys/sdt.h
493500
d089f99e size=2652 mtime=1215878847 ./uts/common/sys/sdt_impl.h
494-
9f819118 size=1963 mtime=1213827660 ./uts/common/sys/systrace.h
501+
6d8aeba8 size=2027 mtime=1217496995 ./uts/common/sys/systrace.h
495502
d044a079 size=8753 mtime=1106592661 ./uts/i86pc/os/dtrace_subr.c
496503
16ffd33b size=1009 mtime=1106592662 ./uts/intel/ctf/Makefile
497504
2c28cef2 size=967 mtime=1106592662 ./uts/intel/dtrace/Makefile

common/ctf/ctf_open.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Use is subject to license terms.
2626
*/
2727

28-
#pragma ident "@(#)ctf_open.c 1.10 06/01/07 SMI"
28+
//#pragma ident "@(#)ctf_open.c 1.10 06/01/07 SMI"
2929

3030
#include <ctf_impl.h>
3131
# if !__KERNEL__
@@ -636,7 +636,7 @@ ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect,
636636
srclen = ctfsect->cts_size - hdrsz;
637637
dstlen = size;
638638

639-
if ((rc = z_uncompress(buf, &dstlen, src, srclen)) != Z_OK) {
639+
if ((rc = z_uncompress(buf, &dstlen, (char *) src, srclen)) != Z_OK) {
640640
ctf_dprintf("zlib inflate err: %s\n", z_strerror(rc));
641641
ctf_data_free(base, size + hdrsz);
642642
return (ctf_set_open_errno(errp, ECTF_DECOMPRESS));
@@ -876,7 +876,6 @@ ctf_close(ctf_file_t *fp)
876876

877877
ctf_free(fp, sizeof (ctf_file_t));
878878
}
879-
EXPORT_SYMBOL(ctf_close);
880879

881880
/*
882881
* Return the CTF handle for the parent CTF container, if one exists.
@@ -897,7 +896,6 @@ ctf_parent_name(ctf_file_t *fp)
897896
{
898897
return (fp->ctf_parname);
899898
}
900-
EXPORT_SYMBOL(ctf_parent_name);
901899

902900
/*
903901
* Import the types from the specified parent container by storing a pointer

0 commit comments

Comments
 (0)