Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: christos
Date: Mon Mar 9 01:41:41 UTC 2015
Modified Files:
src/sys/dev: lockstat.c lockstat.h
Log Message:
Introduce a new flag LB_DTRACE for dtrace lockstat events.
Split lockstat_enabled into two parts, one controlled by dtrace called
"lockstat_dtrace_enabled" and one by the lockstat device called
"lockstat_dev_enabled". Create a macro that needs to be called when either
of them changes LOCKSTAT_ENABLED_UPDATE().
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/lockstat.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/lockstat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index