1papi_avail(1) PAPI papi_avail(1)
2
3
4
6 papi_avail - papi_avail utility.
7
8 file papi_avail.c
9
11 papi_avail - provides availability and detailed information for PAPI
12 preset and user defined events.
13
15 papi_avail [-adht] [-e event]
16
18 papi_avail is a PAPI utility program that reports information about the
19 current PAPI installation and supported preset and user defined events.
20
22 · -h Display help information about this utility.
23 · -a Display only the available PAPI events.
24 · -c Display only the available PAPI events after a check.
25 · -d Display PAPI event information in a more detailed format.
26 · -e < event > Display detailed event information for the named event.
27 This event can be a preset event, a user defined event, or a native
28 event. If the event is a preset or a user defined event the output
29 shows a list of native events the event is based on and the formula
30 that is used to compute the events final value.
31
32 Event filtering options
33
34 · --br Display branch related PAPI preset events
35 · --cache Display cache related PAPI preset events
36 · --cnd Display conditional PAPI preset events
37 · --fp Display Floating Point related PAPI preset events
38 · --ins Display instruction related PAPI preset events
39 · --idl Display Stalled or Idle PAPI preset events
40 · --l1 Display level 1 cache related PAPI preset events
41 · --l2 Display level 2 cache related PAPI preset events
42 · --l3 Display level 3 cache related PAPI preset events
43 · --mem Display memory related PAPI preset events
44 · --msc Display miscellaneous PAPI preset events
45 · --tlb Display Translation Lookaside Buffer PAPI preset events
47 There are no known bugs in this utility. If you find a bug, it should
48 be reported to the PAPI Mailing List at ptools-perfapi@icl.utk.edu.
49
50 See also:
51 PAPI_derived_event_files
52Version 5.6.0.0 Tue May 14 2019 papi_avail(1)