CVS log for src/external/cddl/osnet/dev/fbt/fbt.c
Up to [cvs.NetBSD.org] / src / external / cddl / osnet / dev / fbt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 2 11:03:50 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -4
lines
dtrace_fbt: Allow tracing names that start with `__'.
This was never relevant on FreeBSD and I don't think it is relevant on
NetBSD either. The FreeBSD change to lift this restriction had the
following comment:
r306570 | markj | 2016-10-02 00:35:00 +0000 (Sun, 02 Oct 2016) | 7 lines
Allow tracing of functions prefixed by "__".
This restriction was inherited from upstream but is not relevant on FreeBSD.
Furthermore, it hindered the tracing of locking primitive subroutines.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Mar 28 12:33:20 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2
lines
driver(9): devsw_detach never fails. Make it return void.
Prune a whole lotta dead branches as a result of this. (Some logic
calling this is also wrong for other reasons; devsw_detach is final
-- you should never have any reason to decide to roll it back. To be
cleaned up in subsequent commits...)
XXX kernel ABI change to devsw_detach signature requires bump
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:56:36 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.1: +3 -2
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 16 07:26:00 2019 UTC (5 years, 4 months ago) by hannken
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2
lines
Always exclude "fbt_*" from the list of FBT probes.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:52:00 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Sync with HEAD
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 9 18:53:52 2019 UTC (5 years, 9 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Reserve DTrace sdt and fdt major numbers
Register cmajor 252 for fbt and 253 for sdt.
Previously the major number was picked randomly and it causes conflicts
with preallocated values for different devices.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jan 27 02:08:34 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Merge the [pgoyette-compat] branch
Revision 1.23.2.3: download - view: text, markup, annotated - select for diffs
Mon Jun 25 11:22:57 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.23.2.2: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.2.2: +2 -2
lines
Adapt to new world order - mod_required is no a pointer to an array.
Revision 1.23.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:14 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.23.2.1: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.2.1: +236 -1052
lines
Sync with HEAD
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 28 21:05:03 2018 UTC (6 years, 6 months ago) by chs
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +236 -1052
lines
merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.
in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 1 23:06:51 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Adapt to new dynamically-allocate required-module array
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 6 04:43:50 2017 UTC (7 years, 1 month ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-base,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2
lines
kill another wrong ELFSIZE setting.
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 29 10:19:31 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.1: +1 -4
lines
Revise previous. Rather than explicitly including <sys/localcount.h>
in all the places where {b,c}devsw is initialized, just include it
from <sys/conf.h>. This avoids an include-sequence dependancy.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 29 09:17:58 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -1
lines
Add DEVSW_MODULE_INIT to existing device-driver modules, so that they
willl have a localcount defined and thus be permitted to load. Without
a localcount, loading the module will return EINVAL.
XXX the dtrace and drm stuff might need to be fed back upstream?
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:52:40 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +42 -13
lines
Sync with HEAD
Revision 1.18.2.7: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:56:28 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.6: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.6: +43 -14
lines
Sync with HEAD
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 27 06:47:00 2017 UTC (7 years, 9 months ago) by chs
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: prg-localcount2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +42 -13
lines
apply changes equivalent to freebsd r256822, r267759 and r298171:
fix the dtrace "args" variable to return correct values.
simplify the invop handlers a bit by changing the second argument
from a pointer into the stack to a pointer to the trapframe.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 7 21:39:52 2017 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
PR/51118: Jared McNeill: Fix build on FreeBSD by removing osnet assert.h
and sys/limits.h and use sys/syslimits.h directly.
Revision 1.18.2.6: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:42:45 2016 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.5: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.5: +2 -2
lines
Sync with HEAD
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 16 03:10:45 2016 UTC (8 years, 2 months ago) by pgoyette
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
pgoyette-localcount-20161104
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Move kern_ctf.c into the dtrace_fbt module (the only place it is used)
rather than including in kernels with KDTRACE_HOOKS defined. Update
the dtrace_fbt module to depend on the zlib module.
Bump kernel version to avoid module mismatch.
Welcome to 7.99.38 !
Revision 1.18.2.5: download - view: text, markup, annotated - select for diffs
Tue Jul 26 06:17:26 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.4: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.4: +2 -2
lines
More renaming of LOCALCOUNT_INITIALIZER --> DEVSW_MODULE_INIT
Revision 1.18.2.4: download - view: text, markup, annotated - select for diffs
Tue Jul 19 06:27:00 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.3: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.3: +2 -4
lines
Instead of repeatedly typing the conditional initialization of the
.d_localcount members in the various {b,c}devsw, define an initializer
macro and use it. This also removes the need for defining new symbols
for each 'struct localcount'.
As suggested by riastradh@
Revision 1.18.2.3: download - view: text, markup, annotated - select for diffs
Mon Jul 18 03:50:58 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.2: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.2: +2 -2
lines
More rump drivers that need to have a 'struct localcount' when built
as modules.
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 17 05:18:11 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.1: +17 -4
lines
Add the d_localcount member to the various {b,c}devsw structures.
No need for these to be conditional on _MODULE as dtrace is always
a module.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 17 02:09:10 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: MAIN
CVS tags: pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +13 -4
lines
Use C99 initializers for the cdevsw
No functional change intended or expected.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 16 11:27:12 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Add an initializer for the cdevsw's localcount.
XXX These should maybe be converted to C99-style structure initialization?
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Feb 26 10:31:52 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-localcount-base
Branch point for: pgoyette-localcount
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3
lines
Fix inconsistency between module and internal names of sdt and fbt
PR 49697
OK wiz@
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 26 09:10:52 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -2
lines
Fix module unload of dtrace, sdt and fbt
- Don't unload when there are users of dtrace
- Forbid auto unloading (not supported for now)
PR 49695
Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:52:21 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.1: +577 -8
lines
Rebase to HEAD as of a few days ago.
Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:50:28 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +2 -2
lines
Rebase.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jul 26 04:54:20 2014 UTC (10 years, 4 months ago) by ryoon
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Fix dtrace kernel module build.
Add nodiscard to cdevsw.
They are not fixed in fallocate/fdiscard changes.
Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 14:01:22 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.1: +581 -10
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 19 11:14:12 2014 UTC (10 years, 8 months ago) by ozaki-r
Branches: MAIN
CVS tags: yamt-pagecache-base9,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
Exclude mvsoctmr_* functions from FBT targets
Probing them doesn't work for DTrace/arm for some reason.
Anyway with this fix, DTrace/arm works on SHEEVAPLUG
as well as BEAGLEBONE.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 15 08:00:19 2014 UTC (10 years, 8 months ago) by ozaki-r
Branches: MAIN
CVS tags: riastradh-drm2-base3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +576 -2
lines
Implement DTrace FBT provider for ARM
- Finding probable functions
- Replacing instructions
- Emulating instructions
It is tested only on ARMv7 CPUs yet, for example,
-m evbarm (-a earm) kernel=BEAGLEBONE.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 5 20:14:15 2014 UTC (10 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -7
lines
Fix build of DTrace with GCC 4.8.
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:31 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3
lines
resync from head
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 3 18:18:13 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3
lines
print the function name that was not found.
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:56:36 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6
lines
sync with head
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 16 17:31:47 2012 UTC (12 years, 5 months ago) by chs
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6
lines
reduce diff to freebsd:
rename "xcpu" back to "cpu" now that the conflicting global variable
has been renamed out of the way. this also fixes some cases
where references to the local variable "cpu" had not been renamed
and thus were accidentally referring to the former global "cpu".
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 19 10:55:50 2011 UTC (13 years, 1 month ago) by yamt
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +16 -1
lines
fbt_provide_module_cb: exclude some functions known unsafe to probe
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 31 21:57:16 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -8
lines
fix shadow warnings.
XXX: might be a good idea to kill global 'cpu' and 'version' variables.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 17 20:54:33 2011 UTC (13 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 14 14:08:42 2010 UTC (13 years, 11 months ago) by tron
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
Get DTrace to build again.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 3 09:28:38 2010 UTC (14 years, 7 months ago) by darran
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1
lines
DTrace: print a warning no CTF section is found when processing arguments.
This should help diagnose problems such as netbsd images without CTF
sections and old boot loaders.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 13 22:31:15 2010 UTC (14 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -4
lines
make dtrace compile on amd64.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 13 01:10:01 2010 UTC (14 years, 9 months ago) by darran
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3
lines
DTrace: fix a sign problem with instruction size handling.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 12 21:53:15 2010 UTC (14 years, 9 months ago) by darran
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +335 -220
lines
DTrace: Add the Function Boundary Trace (FBT) provider moduile. This
module instruments every function in the kernel with entry and exit
probes. These probes are true zero-effect probes in that they don't
exist in the code until they are enabled. The probes are enabled by
directly patching the function entry and exit points to make jumps into
the dtrace framework.
This gives us over 29,000 trace points in the kernel.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 21 01:46:33 2010 UTC (14 years, 9 months ago) by darran
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0
lines
Apply NetBSD changes to DTrace.
Ok with core@.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 21 00:49:53 2010 UTC (14 years, 9 months ago) by darran
Branches: MAIN
CVS tags: darran-pre-netbsd
Add the FreeBSD 8-RC1 changes for DTrace.
Ok with core@.
CVSweb <webmaster@jp.NetBSD.org>