Searched hist:e3709597073142661441c7761240c07d081f4388 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | ktr.h | diff e3709597073142661441c7761240c07d081f4388 Tue May 31 22:48:58 CEST 2011 Attilio Rao <attilio@FreeBSD.org> Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. This introduce all the underlying support for making this possible (via the function cpusetobj_strscan() and keeps ktr_cpumask exported. sparc64 implements its own assembly primitives for tracing events and needs to properly check it. Anyway the sparc64 logic is not implemented yet due to lack of knowledge (by me) and time (by marius), but it is just a matter of using ktr_cpumask when possible.
Tested and fixed by: pluknet Reviewed by: marius
|
H A D | cpuset.h | diff e3709597073142661441c7761240c07d081f4388 Tue May 31 22:48:58 CEST 2011 Attilio Rao <attilio@FreeBSD.org> Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. This introduce all the underlying support for making this possible (via the function cpusetobj_strscan() and keeps ktr_cpumask exported. sparc64 implements its own assembly primitives for tracing events and needs to properly check it. Anyway the sparc64 logic is not implemented yet due to lack of knowledge (by me) and time (by marius), but it is just a matter of using ktr_cpumask when possible.
Tested and fixed by: pluknet Reviewed by: marius
|
/freebsd/sys/kern/ |
H A D | kern_ktr.c | diff e3709597073142661441c7761240c07d081f4388 Tue May 31 22:48:58 CEST 2011 Attilio Rao <attilio@FreeBSD.org> Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. This introduce all the underlying support for making this possible (via the function cpusetobj_strscan() and keeps ktr_cpumask exported. sparc64 implements its own assembly primitives for tracing events and needs to properly check it. Anyway the sparc64 logic is not implemented yet due to lack of knowledge (by me) and time (by marius), but it is just a matter of using ktr_cpumask when possible.
Tested and fixed by: pluknet Reviewed by: marius
|
H A D | kern_cpuset.c | diff e3709597073142661441c7761240c07d081f4388 Tue May 31 22:48:58 CEST 2011 Attilio Rao <attilio@FreeBSD.org> Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. This introduce all the underlying support for making this possible (via the function cpusetobj_strscan() and keeps ktr_cpumask exported. sparc64 implements its own assembly primitives for tracing events and needs to properly check it. Anyway the sparc64 logic is not implemented yet due to lack of knowledge (by me) and time (by marius), but it is just a matter of using ktr_cpumask when possible.
Tested and fixed by: pluknet Reviewed by: marius
|
/freebsd/sys/conf/ |
H A D | NOTES | diff e3709597073142661441c7761240c07d081f4388 Tue May 31 22:48:58 CEST 2011 Attilio Rao <attilio@FreeBSD.org> Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. This introduce all the underlying support for making this possible (via the function cpusetobj_strscan() and keeps ktr_cpumask exported. sparc64 implements its own assembly primitives for tracing events and needs to properly check it. Anyway the sparc64 logic is not implemented yet due to lack of knowledge (by me) and time (by marius), but it is just a matter of using ktr_cpumask when possible.
Tested and fixed by: pluknet Reviewed by: marius
|