1papi_native_avail(1) PAPI papi_native_avail(1)
2
3
4
6 papi_native_avail - papi_native_avail utility.
7
8 file papi_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 • --check, -c print this help message
28 • -e EVENTNAME display detailed information about named native event
29 • -i EVENTSTR include only event names that contain EVENTSTR
30 • -x EVENTSTR exclude any event names that contain EVENTSTR
31 • --noqual suppress display of event qualifiers (mask and flag)
32 information
33
34 Processor-specific options
35
36 • --darr display events supporting Data Address Range Restriction
37 • --dear display Data Event Address Register events only
38 • --iarr display events supporting Instruction Address Range
39 Restriction
40 • --iear display Instruction Event Address Register events only
41 • --opcm display events supporting OpCode Matching
42 • --nogroups suppress display of Event grouping information
44 There are no known bugs in this utility. If you find a bug, it should
45 be reported to the PAPI Mailing List at ptools-perfapi@icl.utk.edu.
46
47
48
49Version 6.0.0.0 Thu Jan 20 2022 papi_native_avail(1)