.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "TAU_EVENT_SET_NAME" "3" "08/31/2005" "" "TAU Instrumentation API" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" TAU_EVENT_SET_NAME \- Sets the name of an event .SH "SYNOPSIS" .PP \fBC/C++:\fR .HP 19 \fB\fBTAU_EVENT_SET_NAME\fR\fR\fB(\fR\fBTauUserEvent\ \fR\fB\fIevent\fR\fR\fB, \fR\fBconst\ char\ *\fR\fB\fIname\fR\fR\fB);\fR .SH "DESCRIPTION" .PP Changes the name of an event. .SH "EXAMPLE" .PP \fBC/C++ :\fR .sp .nf TAU_EVENT_SET_NAME(event, "new name"); .fi .SH "SEE ALSO" .PP TAU_REGISTER_EVENT(3)