1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
.TH "papi_avail" 1 "Mon Nov 14 2022" "Version 7.0.0.0" "PAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
papi_avail \- papi_avail utility\&.
.PP
file papi_avail\&.c
.SH "Name"
.PP
papi_avail - provides availability and detailed information for PAPI preset and user defined events\&.
.SH "Synopsis"
.PP
papi_avail [\-adht] [\-e event]
.SH "Description"
.PP
papi_avail is a PAPI utility program that reports information about the current PAPI installation and supported preset and user defined events\&.
.SH "Options"
.PP
.PD 0
.IP "\(bu" 2
-h Display help information about this utility\&.
.IP "\(bu" 2
-a Display only the available PAPI events\&.
.IP "\(bu" 2
-c Display only the available PAPI events after a check\&.
.IP "\(bu" 2
-d Display PAPI event information in a more detailed format\&.
.IP "\(bu" 2
-e < event > Display detailed event information for the named event\&. This event can be a preset event, a user defined event, or a native event\&. If the event is a preset or a user defined event the output shows a list of native events the event is based on and the formula that is used to compute the events final value\&.
.br
.PP
.PP
Event filtering options
.PD 0
.IP "\(bu" 2
--br Display branch related PAPI preset events
.IP "\(bu" 2
--cache Display cache related PAPI preset events
.IP "\(bu" 2
--cnd Display conditional PAPI preset events
.IP "\(bu" 2
--fp Display Floating Point related PAPI preset events
.IP "\(bu" 2
--ins Display instruction related PAPI preset events
.IP "\(bu" 2
--idl Display Stalled or Idle PAPI preset events
.IP "\(bu" 2
--l1 Display level 1 cache related PAPI preset events
.IP "\(bu" 2
--l2 Display level 2 cache related PAPI preset events
.IP "\(bu" 2
--l3 Display level 3 cache related PAPI preset events
.IP "\(bu" 2
--mem Display memory related PAPI preset events
.IP "\(bu" 2
--msc Display miscellaneous PAPI preset events
.IP "\(bu" 2
--tlb Display Translation Lookaside Buffer PAPI preset events
.PP
.SH "Bugs"
.PP
There are no known bugs in this utility\&. If you find a bug, it should be reported to the PAPI Mailing List at [email protected]\&.
.br
.PP
\fBSee Also:\fP
.RS 4
PAPI_derived_event_files
.RE
.PP
|