1papi_native_avail(1) PAPI papi_native_avail(1)
2
3
4
6 papi_native_avail - papi_native_avail utility.
7
8 file native_avail.c
9
11 papi_native_avail - provides detailed information for PAPI native
12 events.
13
16 papi_native_avail is a PAPI utility program that reports information
17 about the native events available on the current platform. A native
18 event is an event specific to a specific hardware platform. On many
19 platforms, a specific native event may have a number of optional
20 settings. In such cases, the native event and the valid settings are
21 presented, rather than every possible combination of those settings.
22 For each native event, a name, a description, and specific bit patterns
23 are provided.
24
26 · --help, -h print this help message
27 · -d display detailed information about native events
28 · -e EVENTNAME display detail information about named native event
29 · --nomasks suppress display of Unit Mask information
30 Processor-specific options
31
32 · --darr display events supporting Data Address Range Restriction
33 · --dear display Data Event Address Register events only
34 · --iarr display events supporting Instruction Address Range
35 Restriction
36 · --iear display Instruction Event Address Register events only
37 · --opcm display events supporting OpCode Matching
38 · --nogroups suppress display of Event grouping information
40 There are no known bugs in this utility. If you find a bug, it should
41 be reported to the PAPI Mailing List at <ptools-perfapi@ptools.org>.
42
43
44
45Version 5.1.1.0 Tue May 21 2013 papi_native_avail(1)