File: papi_hybrid_native_avail.1

package info (click to toggle)
papi 7.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,272 kB
  • sloc: ansic: 485,669; cpp: 7,483; fortran: 3,138; makefile: 2,501; xml: 2,460; f90: 1,374; python: 1,062; sh: 780; perl: 242; pascal: 167; asm: 5
file content (54 lines) | stat: -rw-r--r-- 2,126 bytes parent folder | download
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
.TH "papi_hybrid_native_avail" 1 "Wed Jun 25 2025 19:17:03" "Version 7.2.0.0" "PAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
papi_hybrid_native_avail \- papi_hybrid_native_avail utility\&.
.PP
file hybrid_native_avail\&.c   
.SH "NAME"
.PP
papi_hybrid_native_avail - provides detailed information for PAPI native events\&.
.SH "Synopsis"
.PP
.SH "Description"
.PP
papi_hybrid_native_avail is a PAPI utility program that reports information about the native events available on the current platform or on an attached MIC card\&. A native event is an event specific to a specific hardware platform\&. On many platforms, a specific native event may have a number of optional settings\&. In such cases, the native event and the valid settings are presented, rather than every possible combination of those settings\&. For each native event, a name, a description, and specific bit patterns are provided\&.
.SH "Options"
.PP
.PD 0
.IP "\(bu" 2
--help, -h print this help message 
.IP "\(bu" 2
-d display detailed information about native events 
.IP "\(bu" 2
-e EVENTNAME display detailed information about named native event 
.IP "\(bu" 2
-i EVENTSTR include only event names that contain EVENTSTR 
.IP "\(bu" 2
-x EVENTSTR exclude any event names that contain EVENTSTR 
.IP "\(bu" 2
--noumasks suppress display of Unit Mask information 
.IP "\(bu" 2
--mic < index > report events on the specified target MIC device 
.PP
.PP
Processor-specific options 
.PD 0
.IP "\(bu" 2
--darr display events supporting Data Address Range Restriction 
.IP "\(bu" 2
--dear display Data Event Address Register events only 
.IP "\(bu" 2
--iarr display events supporting Instruction Address Range Restriction 
.IP "\(bu" 2
--iear display Instruction Event Address Register events only 
.IP "\(bu" 2
--opcm display events supporting OpCode Matching 
.IP "\(bu" 2
--nogroups suppress display of Event grouping information 
.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 ptools-perfapi@icl.utk.edu\&.
.PP
Modified by Gabriel Marin gmarin@icl.utk.edu to use offloading\&.