Blame man/man1/papi_decode.1

Packit Service a1973e
.TH "papi_decode" 1 "Mon Dec 18 2017" "Version 5.6.0.0" "PAPI" \" -*- nroff -*-
Packit Service a1973e
.ad l
Packit Service a1973e
.nh
Packit Service a1973e
.SH NAME
Packit Service a1973e
papi_decode \- papi_decode utility\&.
Packit Service a1973e
.PP
Packit Service a1973e
file papi_decode\&.c 
Packit Service a1973e
.SH "NAME"
Packit Service a1973e
.PP
Packit Service a1973e
papi_decode - provides availability and detail information for PAPI preset events\&.
Packit Service a1973e
.SH "Synopsis"
Packit Service a1973e
.PP
Packit Service a1973e
papi_decode [-ah]
Packit Service a1973e
.SH "Description"
Packit Service a1973e
.PP
Packit Service a1973e
papi_decode is a PAPI utility program that converts the PAPI presets for the existing library into a comma separated value format that can then be viewed or modified in spreadsheet applications or text editors, and can be supplied to PAPI_encode_events (3) as a way of adding or modifying event definitions for specialized applications\&. The format for the csv output consists of a line of field names, followed by a blank line, followed by one line of comma separated values for each event contained in the preset table\&. A portion of this output (for Pentium 4) is shown below: 
Packit Service a1973e
.PP
Packit Service a1973e
.nf
Packit Service a1973e
*       name,derived,postfix,short_descr,long_descr,note,[native,\&.\&.\&.]
Packit Service a1973e
*       PAPI_L1_ICM,NOT_DERIVED,,"L1I cache misses","Level 1 instruction cache misses",,BPU_fetch_request_TCMISS
Packit Service a1973e
*       PAPI_L2_TCM,NOT_DERIVED,,"L2 cache misses","Level 2 cache misses",,BSQ_cache_reference_RD_2ndL_MISS_WR_2ndL_MISS
Packit Service a1973e
*       PAPI_TLB_DM,NOT_DERIVED,,"Data TLB misses","Data translation lookaside buffer misses",,page_walk_type_DTMISS
Packit Service a1973e
* 
Packit Service a1973e
Packit Service a1973e
.fi
Packit Service a1973e
.PP
Packit Service a1973e
.SH "Options"
Packit Service a1973e
.PP
Packit Service a1973e
.PD 0
Packit Service a1973e
.IP "\(bu" 2
Packit Service a1973e
-a Convert only the available PAPI preset events\&. 
Packit Service a1973e
.IP "\(bu" 2
Packit Service a1973e
-h Display help information about this utility\&. 
Packit Service a1973e
.PP
Packit Service a1973e
.SH "Bugs"
Packit Service a1973e
.PP
Packit Service a1973e
There are no known bugs in this utility\&. If you find a bug, it should be reported to the PAPI Mailing List at ptools-perfapi@icl.utk.edu\&.