Print this page
4023 - Typo in file(1) manpage and various others

*** 1,11 **** '\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH CPC_BIND_EVENT 3CPC "Mar 02, 2007" .SH NAME cpc_bind_event, cpc_take_sample, cpc_rele \- use CPU performance counters on lwps .SH SYNOPSIS .LP --- 1,11 ---- '\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH CPC_BIND_EVENT 3CPC "Sep 10, 2013" .SH NAME cpc_bind_event, cpc_take_sample, cpc_rele \- use CPU performance counters on lwps .SH SYNOPSIS .LP
*** 182,192 **** /* ==> Computation to be measured goes here <== */ if (cpc_take_sample(&after) == -1) break; ! (void) printf("%3d: %" PRId64 " %" PRId64 "\n", iter, after.ce_pic[0] - before.ce_pic[0], after.ce_pic[1] - before.ce_pic[1]); } if (iter != 20) --- 182,192 ---- /* ==> Computation to be measured goes here <== */ if (cpc_take_sample(&after) == -1) break; ! (void) printf("%3d: %" PRId64 " %" PRId64 "\en", iter, after.ce_pic[0] - before.ce_pic[0], after.ce_pic[1] - before.ce_pic[1]); } if (iter != 20)
*** 227,245 **** psignal(sig, "example"); psiginfo(sip, "example"); return; } ! (void) printf("lwp%d - si_addr %p ucontext: %%pc %p %%sp %p\n", _lwp_self(), (void *)sip->si_addr, (void *)uap->uc_mcontext.gregs[PC], (void *)uap->uc_mcontext.gregs[USP]); if (cpc_take_sample(&sample) == -1) error("can't sample: %s", strerror(errno)); ! (void) printf("0x%" PRIx64 " 0x%" PRIx64 "\n", sample.ce_pic[0], sample.ce_pic[1]); (void) fflush(stdout); sample.ce_pic[0] = PRESET0; sample.ce_pic[1] = PRESET1; --- 227,245 ---- psignal(sig, "example"); psiginfo(sip, "example"); return; } ! (void) printf("lwp%d - si_addr %p ucontext: %%pc %p %%sp %p\en", _lwp_self(), (void *)sip->si_addr, (void *)uap->uc_mcontext.gregs[PC], (void *)uap->uc_mcontext.gregs[USP]); if (cpc_take_sample(&sample) == -1) error("can't sample: %s", strerror(errno)); ! (void) printf("0x%" PRIx64 " 0x%" PRIx64 "\en", sample.ce_pic[0], sample.ce_pic[1]); (void) fflush(stdout); sample.ce_pic[0] = PRESET0; sample.ce_pic[1] = PRESET1;