|
PAPI
5.7.0.0
|
Go to the source code of this file.
Typedefs | |
| typedef long unsigned int | size_t |
| typedef unsigned char | __u_char |
| typedef unsigned short int | __u_short |
| typedef unsigned int | __u_int |
| typedef unsigned long int | __u_long |
| typedef signed char | __int8_t |
| typedef unsigned char | __uint8_t |
| typedef signed short int | __int16_t |
| typedef unsigned short int | __uint16_t |
| typedef signed int | __int32_t |
| typedef unsigned int | __uint32_t |
| typedef signed long int | __int64_t |
| typedef unsigned long int | __uint64_t |
| typedef long int | __quad_t |
| typedef unsigned long int | __u_quad_t |
| typedef long int | __intmax_t |
| typedef unsigned long int | __uintmax_t |
| typedef unsigned long int | __dev_t |
| typedef unsigned int | __uid_t |
| typedef unsigned int | __gid_t |
| typedef unsigned long int | __ino_t |
| typedef unsigned long int | __ino64_t |
| typedef unsigned int | __mode_t |
| typedef unsigned long int | __nlink_t |
| typedef long int | __off_t |
| typedef long int | __off64_t |
| typedef int | __pid_t |
| typedef long int | __clock_t |
| typedef unsigned long int | __rlim_t |
| typedef unsigned long int | __rlim64_t |
| typedef unsigned int | __id_t |
| typedef long int | __time_t |
| typedef unsigned int | __useconds_t |
| typedef long int | __suseconds_t |
| typedef int | __daddr_t |
| typedef int | __key_t |
| typedef int | __clockid_t |
| typedef void * | __timer_t |
| typedef long int | __blksize_t |
| typedef long int | __blkcnt_t |
| typedef long int | __blkcnt64_t |
| typedef unsigned long int | __fsblkcnt_t |
| typedef unsigned long int | __fsblkcnt64_t |
| typedef unsigned long int | __fsfilcnt_t |
| typedef unsigned long int | __fsfilcnt64_t |
| typedef long int | __fsword_t |
| typedef long int | __ssize_t |
| typedef long int | __syscall_slong_t |
| typedef unsigned long int | __syscall_ulong_t |
| typedef __off64_t | __loff_t |
| typedef char * | __caddr_t |
| typedef long int | __intptr_t |
| typedef unsigned int | __socklen_t |
| typedef int | __sig_atomic_t |
| typedef __builtin_va_list | __gnuc_va_list |
| typedef void | _IO_lock_t |
| typedef __ssize_t | __io_read_fn(void *__cookie, char *__buf, size_t __nbytes) |
| typedef __ssize_t | __io_write_fn(void *__cookie, const char *__buf, size_t __n) |
| typedef int | __io_seek_fn(void *__cookie, __off64_t *__pos, int __w) |
| typedef int | __io_close_fn(void *__cookie) |
| typedef struct __locale_struct * | __locale_t |
| typedef __locale_t | locale_t |
| typedef __sigset_t | sigset_t |
| typedef __suseconds_t | suseconds_t |
| typedef long int | __fd_mask |
| typedef __fd_mask | fd_mask |
| typedef __blksize_t | blksize_t |
| typedef __blkcnt_t | blkcnt_t |
| typedef __fsblkcnt_t | fsblkcnt_t |
| typedef __fsfilcnt_t | fsfilcnt_t |
| typedef unsigned long int | pthread_t |
| typedef unsigned int | pthread_key_t |
| typedef int | pthread_once_t |
| typedef volatile int | pthread_spinlock_t |
| typedef __sig_atomic_t | sig_atomic_t |
| typedef __sigval_t | sigval_t |
| typedef void(* | __sighandler_t) (int) |
| typedef greg_t | gregset_t[23] |
| typedef void(* | PAPI_overflow_handler_t) (int EventSet, void *address, long long overflow_vector, void *context) |
| typedef char * | caddr_t |
| typedef int(* | PAPI_debug_handler_t) (int code) |
| typedef char * | PAPI_user_defined_events_file_t |
Functions | |
| int | __underflow (_IO_FILE *) |
| int | __uflow (_IO_FILE *) |
| int | __overflow (_IO_FILE *, int) |
| int | _IO_getc (_IO_FILE *__fp) |
| int | _IO_putc (int __c, _IO_FILE *__fp) |
| int | _IO_feof (_IO_FILE *__fp) __attribute__((__nothrow__ |
| int | _IO_ferror (_IO_FILE *__fp) __attribute__((__nothrow__ |
| int | _IO_peekc_locked (_IO_FILE *__fp) |
| void | _IO_flockfile (_IO_FILE *) |
| int | strcoll_l (const char *__s1, const char *__s2, locale_t __l) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__pure__)) |
| static __inline __uint64_t | __bswap_64 (__uint64_t __bsx) |
| static __inline __uint16_t | __uint16_identity (__uint16_t __x) |
| static __inline __uint32_t | __uint32_identity (__uint32_t __x) |
| static __inline __uint64_t | __uint64_identity (__uint64_t __x) |
| int | select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) |
| int | pselect (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) |
| unsigned int | gnu_dev_major (__dev_t __dev) __attribute__((__nothrow__ |
| unsigned int __leaf__ | __attribute__ ((__const__)) |
| unsigned int | gnu_dev_minor (__dev_t __dev) __attribute__((__nothrow__ |
| __dev_t | gnu_dev_makedev (unsigned int __major, unsigned int __minor) __attribute__((__nothrow__ |
| __sighandler_t | __sysv_signal (int __sig, __sighandler_t __handler) __attribute__((__nothrow__ |
| __sighandler_t | signal (int __sig, __sighandler_t __handler) __attribute__((__nothrow__ |
| int | kill (__pid_t __pid, int __sig) __attribute__((__nothrow__ |
| int | killpg (__pid_t __pgrp, int __sig) __attribute__((__nothrow__ |
| int | raise (int __sig) __attribute__((__nothrow__ |
| __sighandler_t | ssignal (int __sig, __sighandler_t __handler) __attribute__((__nothrow__ |
| int | gsignal (int __sig) __attribute__((__nothrow__ |
| void | psignal (int __sig, const char *__s) |
| void | psiginfo (const siginfo_t *__pinfo, const char *__s) |
| int | sigblock (int __mask) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__deprecated__)) |
| int | sigsetmask (int __mask) __attribute__((__nothrow__ |
| int | siggetmask (void) |
| int | sigprocmask (int __how, const sigset_t *__restrict __set, sigset_t *__restrict __oset) __attribute__((__nothrow__ |
| int | sigsuspend (const sigset_t *__set) __attribute__((__nonnull__(1))) |
| int | sigaction (int __sig, const struct sigaction *__restrict __act, struct sigaction *__restrict __oact) __attribute__((__nothrow__ |
| int | sigpending (sigset_t *__set) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(1))) |
| int | sigwait (const sigset_t *__restrict __set, int *__restrict __sig) __attribute__((__nonnull__(1 |
| int int | sigwaitinfo (const sigset_t *__restrict __set, siginfo_t *__restrict __info) __attribute__((__nonnull__(1))) |
| int | sigtimedwait (const sigset_t *__restrict __set, siginfo_t *__restrict __info, const struct timespec *__restrict __timeout) __attribute__((__nonnull__(1))) |
| int | sigqueue (__pid_t __pid, int __sig, const union sigval __val) __attribute__((__nothrow__ |
| int | sigreturn (struct sigcontext *__scp) __attribute__((__nothrow__ |
| int | siginterrupt (int __sig, int __interrupt) __attribute__((__nothrow__ |
| int | sigaltstack (const stack_t *__restrict __ss, stack_t *__restrict __oss) __attribute__((__nothrow__ |
| int | sigstack (struct sigstack *__ss, struct sigstack *__oss) __attribute__((__nothrow__ |
| int | pthread_sigmask (int __how, const __sigset_t *__restrict __newmask, __sigset_t *__restrict __oldmask) __attribute__((__nothrow__ |
| int | pthread_kill (pthread_t __threadid, int __signo) __attribute__((__nothrow__ |
| int | __libc_current_sigrtmin (void) |
| int | PAPI_accum (int EventSet, long long *values) |
| int | PAPI_add_event (int EventSet, int Event) |
| int | PAPI_add_named_event (int EventSet, const char *EventName) |
| int | PAPI_add_events (int EventSet, int *Events, int number) |
| int | PAPI_assign_eventset_component (int EventSet, int cidx) |
| int | PAPI_attach (int EventSet, unsigned long tid) |
| int | PAPI_cleanup_eventset (int EventSet) |
| int | PAPI_create_eventset (int *EventSet) |
| int | PAPI_detach (int EventSet) |
| int | PAPI_destroy_eventset (int *EventSet) |
| int | PAPI_enum_event (int *EventCode, int modifier) |
| int | PAPI_enum_cmp_event (int *EventCode, int modifier, int cidx) |
| int | PAPI_event_code_to_name (int EventCode, char *out) |
| int | PAPI_event_name_to_code (const char *in, int *out) |
| int | PAPI_get_dmem_info (PAPI_dmem_info_t *dest) |
| int | PAPI_get_event_info (int EventCode, PAPI_event_info_t *info) |
| const PAPI_exe_info_t * | PAPI_get_executable_info (void) |
| const PAPI_hw_info_t * | PAPI_get_hardware_info (void) |
| const PAPI_component_info_t * | PAPI_get_component_info (int cidx) |
| int | PAPI_get_multiplex (int EventSet) |
| int | PAPI_get_opt (int option, PAPI_option_t *ptr) |
| int | PAPI_get_cmp_opt (int option, PAPI_option_t *ptr, int cidx) |
| long long | PAPI_get_real_cyc (void) |
| long long | PAPI_get_real_nsec (void) |
| long long | PAPI_get_real_usec (void) |
| const PAPI_shlib_info_t * | PAPI_get_shared_lib_info (void) |
| int | PAPI_get_thr_specific (int tag, void **ptr) |
| int | PAPI_get_overflow_event_index (int Eventset, long long overflow_vector, int *array, int *number) |
| long long | PAPI_get_virt_cyc (void) |
| long long | PAPI_get_virt_nsec (void) |
| long long | PAPI_get_virt_usec (void) |
| int | PAPI_is_initialized (void) |
| int | PAPI_library_init (int version) |
| int | PAPI_list_events (int EventSet, int *Events, int *number) |
| int | PAPI_list_threads (unsigned long *tids, int *number) |
| int | PAPI_lock (int) |
| int | PAPI_multiplex_init (void) |
| int | PAPI_num_cmp_hwctrs (int cidx) |
| int | PAPI_num_events (int EventSet) |
| int | PAPI_overflow (int EventSet, int EventCode, int threshold, int flags, PAPI_overflow_handler_t handler) |
| void | PAPI_perror (const char *msg) |
| int | PAPI_profil (void *buf, unsigned bufsiz, caddr_t offset, unsigned scale, int EventSet, int EventCode, int threshold, int flags) |
| int | PAPI_query_event (int EventCode) |
| int | PAPI_query_named_event (const char *EventName) |
| int | PAPI_read (int EventSet, long long *values) |
| int | PAPI_read_ts (int EventSet, long long *values, long long *cyc) |
| int | PAPI_register_thread (void) |
| int | PAPI_remove_event (int EventSet, int EventCode) |
| int | PAPI_remove_named_event (int EventSet, const char *EventName) |
| int | PAPI_remove_events (int EventSet, int *Events, int number) |
| int | PAPI_reset (int EventSet) |
| int | PAPI_set_debug (int level) |
| int | PAPI_set_cmp_domain (int domain, int cidx) |
| int | PAPI_set_domain (int domain) |
| int | PAPI_set_cmp_granularity (int granularity, int cidx) |
| int | PAPI_set_granularity (int granularity) |
| int | PAPI_set_multiplex (int EventSet) |
| int | PAPI_set_opt (int option, PAPI_option_t *ptr) |
| int | PAPI_set_thr_specific (int tag, void *ptr) |
| void | PAPI_shutdown (void) |
| int | PAPI_sprofil (PAPI_sprofil_t *prof, int profcnt, int EventSet, int EventCode, int threshold, int flags) |
| int | PAPI_start (int EventSet) |
| int | PAPI_state (int EventSet, int *status) |
| int | PAPI_stop (int EventSet, long long *values) |
| char * | PAPI_strerror (int) |
| unsigned long | PAPI_thread_id (void) |
| int | PAPI_thread_init (unsigned long(*id_fn)(void)) |
| int | PAPI_unlock (int) |
| int | PAPI_unregister_thread (void) |
| int | PAPI_write (int EventSet, long long *values) |
| int | PAPI_get_event_component (int EventCode) |
| int | PAPI_get_eventset_component (int EventSet) |
| int | PAPI_get_component_index (const char *name) |
| int | PAPI_disable_component (int cidx) |
| int | PAPI_disable_component_by_name (const char *name) |
| int | PAPI_accum_counters (long long *values, int array_len) |
| int | PAPI_num_counters (void) |
| int | PAPI_num_components (void) |
| int | PAPI_read_counters (long long *values, int array_len) |
| int | PAPI_start_counters (int *events, int array_len) |
| int | PAPI_stop_counters (long long *values, int array_len) |
| int | PAPI_flips (float *rtime, float *ptime, long long *flpins, float *mflips) |
| int | PAPI_flops (float *rtime, float *ptime, long long *flpops, float *mflops) |
| int | PAPI_ipc (float *rtime, float *ptime, long long *ins, float *ipc) |
| int | PAPI_epc (int event, float *rtime, float *ptime, long long *ref, long long *core, long long *evt, float *epc) |
| int | PAPI_num_hwctrs (void) |
| static void | Fortran2cstring (char *cstring, char *Fstring, int clen, int Flen) |
| void | papif_accum__ (int *EventSet, long long *values, int *check) |
| void | papif_add_event__ (int *EventSet, int *Event, int *check) |
| void | papif_add_named_event__ (int *EventSet, char *EventName, int *check, int Event_len) |
| void | papif_add_events__ (int *EventSet, int *Events, int *number, int *check) |
| void | papif_cleanup_eventset__ (int *EventSet, int *check) |
| void | papif_create_eventset__ (int *EventSet, int *check) |
| void | papif_assign_eventset_component__ (int *EventSet, int *cidx, int *check) |
| void | papif_destroy_eventset__ (int *EventSet, int *check) |
| void | papif_get_dmem_info__ (long long *dest, int *check) |
| void | papif_get_exe_info__ (char *fullname, char *name, long long *text_start, long long *text_end, long long *data_start, long long *data_end, long long *bss_start, long long *bss_end, int *check, int fullname_len, int name_len) |
| void | papif_get_hardware_info__ (int *ncpu, int *nnodes, int *totalcpus, int *vendor, char *vendor_str, int *model, char *model_str, float *revision, float *mhz, int vendor_len, int model_len) |
| void | papif_num_hwctrs__ (int *num) |
| void | papif_num_cmp_hwctrs__ (int *cidx, int *num) |
| void | papif_get_real_cyc__ (long long *real_cyc) |
| void | papif_get_real_usec__ (long long *time) |
| void | papif_get_real_nsec__ (long long *time) |
| void | papif_get_virt_cyc__ (long long *virt_cyc) |
| void | papif_get_virt_usec__ (long long *time) |
| void | papif_is_initialized__ (int *level) |
| void | papif_library_init__ (int *check) |
| void | papif_thread_id__ (unsigned long *id) |
| void | papif_register_thread__ (int *check) |
| void | papif_unregister_thread__ (int *check) |
| void | papif_unregster_thread__ (int *check) |
| void | papif_thread_init__ (unsigned long int(*handle)(void), int *check) |
| void | papif_list_events__ (int *EventSet, int *Events, int *number, int *check) |
| void | papif_multiplex_init__ (int *check) |
| void | papif_get_multiplex__ (int *EventSet, int *check) |
| void | papif_set_multiplex__ (int *EventSet, int *check) |
| void | papif_perror__ (char *message, int message_len) |
| void | papif_query_event__ (int *EventCode, int *check) |
| void | papif_query_named_event__ (char *EventName, int *check, int Event_len) |
| void | papif_get_event_info__ (int *EventCode, char *symbol, char *long_descr, char *short_descr, int *count, char *event_note, int *flags, int *check, int symbol_len, int long_descr_len, int short_descr_len, int event_note_len) |
| void | papif_event_code_to_name__ (int *EventCode, char *out_str, int *check, int out_len) |
| void | papif_event_name_to_code__ (char *in_str, int *out, int *check, int in_len) |
| void | papif_num_events__ (int *EventCode, int *count) |
| void | papif_enum_event__ (int *EventCode, int *modifier, int *check) |
| void | papif_read__ (int *EventSet, long long *values, int *check) |
| void | papif_read_ts__ (int *EventSet, long long *values, long long *cycles, int *check) |
| void | papif_remove_event__ (int *EventSet, int *Event, int *check) |
| void | papif_remove_named_event__ (int *EventSet, char *EventName, int *check, int Event_len) |
| void | papif_remove_events__ (int *EventSet, int *Events, int *number, int *check) |
| void | papif_reset__ (int *EventSet, int *check) |
| void | papif_set_debug__ (int *debug, int *check) |
| void | papif_set_domain__ (int *domain, int *check) |
| void | papif_set_cmp_domain__ (int *domain, int *cidx, int *check) |
| void | papif_set_granularity__ (int *granularity, int *check) |
| void | papif_set_cmp_granularity__ (int *granularity, int *cidx, int *check) |
| void | papif_shutdown__ (void) |
| void | papif_start__ (int *EventSet, int *check) |
| void | papif_state__ (int *EventSet, int *status, int *check) |
| void | papif_stop__ (int *EventSet, long long *values, int *check) |
| void | papif_write__ (int *EventSet, long long *values, int *check) |
| void | papif_lock__ (int *lock, int *check) |
| void | papif_unlock__ (int *lock, int *check) |
| void | papif_start_counters__ (int *events, int *array_len, int *check) |
| void | papif_read_counters__ (long long *values, int *array_len, int *check) |
| void | papif_stop_counters__ (long long *values, int *array_len, int *check) |
| void | papif_accum_counters__ (long long *values, int *array_len, int *check) |
| void | papif_num_counters__ (int *numevents) |
| void | papif_ipc__ (float *rtime, float *ptime, long long *ins, float *ipc, int *check) |
| void | papif_epc__ (int event, float *rtime, float *ptime, long long *ref, long long *core, long long *evt, float *epc, int *check) |
| void | papif_flips__ (float *real_time, float *proc_time, long long *flpins, float *mflips, int *check) |
| void | papif_flops__ (float *real_time, float *proc_time, long long *flpops, float *mflops, int *check) |
| void | papif_get_clockrate__ (int *cr) |
| void | papif_get_preload__ (char *lib_preload_env, int *check, int lib_preload_env_len) |
| void | papif_get_granularity__ (int *eventset, int *granularity, int *mode, int *check) |
| void | papif_get_domain__ (int *eventset, int *domain, int *mode, int *check) |
| void | papif_set_event_domain__ (int *es, int *domain, int *check) |
| void | papif_set_inherit__ (int *inherit, int *check) |
Variables | |
| __extension__ typedef long long int | greg_t |
| struct _IO_FILE_plus | _IO_2_1_stdin_ |
| struct _IO_FILE_plus | _IO_2_1_stdout_ |
| struct _IO_FILE_plus | _IO_2_1_stderr_ |
| int | __leaf__ |
| const char *const | _sys_siglist [(64+1)] |
| const char *const | sys_siglist [(64+1)] |
| PAPI_all_thr_spec_t | |
| typedef long int __blkcnt64_t |
Definition at line 122 of file papi_fwrappers__.c.
| typedef long int __blkcnt_t |
Definition at line 121 of file papi_fwrappers__.c.
| typedef long int __blksize_t |
Definition at line 116 of file papi_fwrappers__.c.
| typedef char* __caddr_t |
Definition at line 145 of file papi_fwrappers__.c.
| typedef long int __clock_t |
Definition at line 98 of file papi_fwrappers__.c.
| typedef int __clockid_t |
Definition at line 110 of file papi_fwrappers__.c.
| typedef int __daddr_t |
Definition at line 106 of file papi_fwrappers__.c.
| typedef unsigned long int __dev_t |
Definition at line 87 of file papi_fwrappers__.c.
| typedef long int __fd_mask |
Definition at line 1362 of file papi_fwrappers__.c.
| typedef unsigned long int __fsblkcnt64_t |
Definition at line 126 of file papi_fwrappers__.c.
| typedef unsigned long int __fsblkcnt_t |
Definition at line 125 of file papi_fwrappers__.c.
| typedef unsigned long int __fsfilcnt64_t |
Definition at line 130 of file papi_fwrappers__.c.
| typedef unsigned long int __fsfilcnt_t |
Definition at line 129 of file papi_fwrappers__.c.
| typedef long int __fsword_t |
Definition at line 133 of file papi_fwrappers__.c.
| typedef unsigned int __gid_t |
Definition at line 89 of file papi_fwrappers__.c.
| typedef __builtin_va_list __gnuc_va_list |
Definition at line 214 of file papi_fwrappers__.c.
| typedef unsigned int __id_t |
Definition at line 101 of file papi_fwrappers__.c.
| typedef unsigned long int __ino64_t |
Definition at line 91 of file papi_fwrappers__.c.
| typedef unsigned long int __ino_t |
Definition at line 90 of file papi_fwrappers__.c.
| typedef signed short int __int16_t |
Definition at line 57 of file papi_fwrappers__.c.
| typedef signed int __int32_t |
Definition at line 59 of file papi_fwrappers__.c.
| typedef signed long int __int64_t |
Definition at line 62 of file papi_fwrappers__.c.
| typedef signed char __int8_t |
Definition at line 55 of file papi_fwrappers__.c.
| typedef long int __intmax_t |
Definition at line 80 of file papi_fwrappers__.c.
| typedef long int __intptr_t |
Definition at line 148 of file papi_fwrappers__.c.
| typedef int __io_close_fn(void *__cookie) |
Definition at line 338 of file papi_fwrappers__.c.
Definition at line 318 of file papi_fwrappers__.c.
| typedef int __io_seek_fn(void *__cookie, __off64_t *__pos, int __w) |
Definition at line 335 of file papi_fwrappers__.c.
Definition at line 326 of file papi_fwrappers__.c.
| typedef int __key_t |
Definition at line 107 of file papi_fwrappers__.c.
| typedef struct __locale_struct* __locale_t |
Definition at line 907 of file papi_fwrappers__.c.
Definition at line 144 of file papi_fwrappers__.c.
| typedef unsigned int __mode_t |
Definition at line 92 of file papi_fwrappers__.c.
| typedef unsigned long int __nlink_t |
Definition at line 93 of file papi_fwrappers__.c.
| typedef long int __off64_t |
Definition at line 95 of file papi_fwrappers__.c.
| typedef long int __off_t |
Definition at line 94 of file papi_fwrappers__.c.
| typedef int __pid_t |
Definition at line 96 of file papi_fwrappers__.c.
| typedef long int __quad_t |
Definition at line 71 of file papi_fwrappers__.c.
| typedef unsigned long int __rlim64_t |
Definition at line 100 of file papi_fwrappers__.c.
| typedef unsigned long int __rlim_t |
Definition at line 99 of file papi_fwrappers__.c.
| typedef int __sig_atomic_t |
Definition at line 156 of file papi_fwrappers__.c.
| typedef void(* __sighandler_t) (int) |
Definition at line 2145 of file papi_fwrappers__.c.
| typedef unsigned int __socklen_t |
Definition at line 151 of file papi_fwrappers__.c.
| typedef long int __ssize_t |
Definition at line 135 of file papi_fwrappers__.c.
| typedef long int __suseconds_t |
Definition at line 104 of file papi_fwrappers__.c.
| typedef long int __syscall_slong_t |
Definition at line 138 of file papi_fwrappers__.c.
| typedef unsigned long int __syscall_ulong_t |
Definition at line 140 of file papi_fwrappers__.c.
| typedef long int __time_t |
Definition at line 102 of file papi_fwrappers__.c.
| typedef void* __timer_t |
Definition at line 113 of file papi_fwrappers__.c.
| typedef unsigned char __u_char |
Definition at line 49 of file papi_fwrappers__.c.
| typedef unsigned int __u_int |
Definition at line 51 of file papi_fwrappers__.c.
| typedef unsigned long int __u_long |
Definition at line 52 of file papi_fwrappers__.c.
| typedef unsigned long int __u_quad_t |
Definition at line 72 of file papi_fwrappers__.c.
| typedef unsigned short int __u_short |
Definition at line 50 of file papi_fwrappers__.c.
| typedef unsigned int __uid_t |
Definition at line 88 of file papi_fwrappers__.c.
| typedef unsigned short int __uint16_t |
Definition at line 58 of file papi_fwrappers__.c.
| typedef unsigned int __uint32_t |
Definition at line 60 of file papi_fwrappers__.c.
| typedef unsigned long int __uint64_t |
Definition at line 63 of file papi_fwrappers__.c.
| typedef unsigned char __uint8_t |
Definition at line 56 of file papi_fwrappers__.c.
| typedef unsigned long int __uintmax_t |
Definition at line 81 of file papi_fwrappers__.c.
| typedef unsigned int __useconds_t |
Definition at line 103 of file papi_fwrappers__.c.
| typedef void _IO_lock_t |
Definition at line 217 of file papi_fwrappers__.c.
| typedef __blkcnt_t blkcnt_t |
Definition at line 1432 of file papi_fwrappers__.c.
| typedef __blksize_t blksize_t |
Definition at line 1425 of file papi_fwrappers__.c.
| typedef char* caddr_t |
Definition at line 2577 of file papi_fwrappers__.c.
Definition at line 1382 of file papi_fwrappers__.c.
| typedef __fsblkcnt_t fsblkcnt_t |
Definition at line 1436 of file papi_fwrappers__.c.
| typedef __fsfilcnt_t fsfilcnt_t |
Definition at line 1440 of file papi_fwrappers__.c.
| typedef greg_t gregset_t[23] |
Definition at line 2432 of file papi_fwrappers__.c.
| typedef __locale_t locale_t |
Definition at line 910 of file papi_fwrappers__.c.
| typedef int(* PAPI_debug_handler_t) (int code) |
Definition at line 2688 of file papi_fwrappers__.c.
| typedef void(* PAPI_overflow_handler_t) (int EventSet, void *address, long long overflow_vector, void *context) |
Definition at line 2569 of file papi_fwrappers__.c.
| typedef char* PAPI_user_defined_events_file_t |
Definition at line 2722 of file papi_fwrappers__.c.
| typedef unsigned int pthread_key_t |
Definition at line 1562 of file papi_fwrappers__.c.
| typedef int pthread_once_t |
Definition at line 1566 of file papi_fwrappers__.c.
| typedef volatile int pthread_spinlock_t |
Definition at line 1616 of file papi_fwrappers__.c.
| typedef unsigned long int pthread_t |
Definition at line 1540 of file papi_fwrappers__.c.
| typedef __sig_atomic_t sig_atomic_t |
Definition at line 1845 of file papi_fwrappers__.c.
| typedef __sigset_t sigset_t |
Definition at line 1325 of file papi_fwrappers__.c.
| typedef __sigval_t sigval_t |
Definition at line 2091 of file papi_fwrappers__.c.
| typedef long unsigned int size_t |
Definition at line 40 of file papi_fwrappers__.c.
| typedef __suseconds_t suseconds_t |
Definition at line 1356 of file papi_fwrappers__.c.
| anonymous enum |
Definition at line 1674 of file papi_fwrappers__.c.
| anonymous enum |
Definition at line 1794 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SI_ASYNCNL | |
| SI_TKILL | |
| SI_SIGIO | |
| SI_ASYNCIO | |
| SI_MESGQ | |
| SI_TIMER | |
| SI_QUEUE | |
| SI_USER | |
| SI_KERNEL | |
Definition at line 1961 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| ILL_ILLOPC | |
| ILL_ILLOPN | |
| ILL_ILLADR | |
| ILL_ILLTRP | |
| ILL_PRVOPC | |
| ILL_PRVREG | |
| ILL_COPROC | |
| ILL_BADSTK | |
Definition at line 1984 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| FPE_INTDIV | |
| FPE_INTOVF | |
| FPE_FLTDIV | |
| FPE_FLTOVF | |
| FPE_FLTUND | |
| FPE_FLTRES | |
| FPE_FLTINV | |
| FPE_FLTSUB | |
Definition at line 2005 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SEGV_MAPERR | |
| SEGV_ACCERR | |
| SEGV_BNDERR | |
| SEGV_PKUERR | |
Definition at line 2026 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| BUS_ADRALN | |
| BUS_ADRERR | |
| BUS_OBJERR | |
| BUS_MCEERR_AR | |
| BUS_MCEERR_AO | |
Definition at line 2039 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| CLD_EXITED | |
| CLD_KILLED | |
| CLD_DUMPED | |
| CLD_TRAPPED | |
| CLD_STOPPED | |
| CLD_CONTINUED | |
Definition at line 2053 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| POLL_IN | |
| POLL_OUT | |
| POLL_MSG | |
| POLL_ERR | |
| POLL_PRI | |
| POLL_HUP | |
Definition at line 2070 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SIGEV_SIGNAL | |
| SIGEV_NONE | |
| SIGEV_THREAD | |
| SIGEV_THREAD_ID | |
Definition at line 2127 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SS_ONSTACK | |
| SS_DISABLE | |
Definition at line 2498 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PAPI_LOCATION_CORE | |
| PAPI_LOCATION_CPU | |
| PAPI_LOCATION_PACKAGE | |
| PAPI_LOCATION_UNCORE | |
Definition at line 2861 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PAPI_DATATYPE_INT64 | |
| PAPI_DATATYPE_UINT64 | |
| PAPI_DATATYPE_FP64 | |
| PAPI_DATATYPE_BIT64 | |
Definition at line 2869 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PAPI_VALUETYPE_RUNNING_SUM | |
| PAPI_VALUETYPE_ABSOLUTE | |
Definition at line 2877 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PAPI_TIMESCOPE_SINCE_START | |
| PAPI_TIMESCOPE_SINCE_LAST | |
| PAPI_TIMESCOPE_UNTIL_NEXT | |
| PAPI_TIMESCOPE_POINT | |
Definition at line 2883 of file papi_fwrappers__.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PAPI_UPDATETYPE_ARBITRARY | |
| PAPI_UPDATETYPE_PUSH | |
| PAPI_UPDATETYPE_PULL | |
| PAPI_UPDATETYPE_FIXEDFREQ | |
Definition at line 2891 of file papi_fwrappers__.c.
| enum __codecvt_result |
Definition at line 239 of file papi_fwrappers__.c.
| int __leaf__ __attribute__ | ( | (__pure__) | ) |
Definition at line 915 of file papi_fwrappers__.c.
| unsigned int __leaf__ __attribute__ | ( | (__const__) | ) |
| int __leaf__ __attribute__ | ( | (__deprecated__) | ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(1)) | ) |
|
static |
Definition at line 1272 of file papi_fwrappers__.c.
| int __libc_current_sigrtmin | ( | void | ) |
Definition at line 2548 of file papi_fwrappers__.c.
| int __overflow | ( | _IO_FILE * | , |
| int | |||
| ) |
| __sighandler_t __sysv_signal | ( | int | __sig, |
| __sighandler_t | __handler | ||
| ) |
| int __uflow | ( | _IO_FILE * | ) |
|
static |
Definition at line 1280 of file papi_fwrappers__.c.
|
static |
Definition at line 1286 of file papi_fwrappers__.c.
|
static |
Definition at line 1292 of file papi_fwrappers__.c.
| int __underflow | ( | _IO_FILE * | ) |
| int _IO_feof | ( | _IO_FILE * | __fp | ) |
| int _IO_ferror | ( | _IO_FILE * | __fp | ) |
| void _IO_flockfile | ( | _IO_FILE * | ) |
Definition at line 355 of file papi_fwrappers__.c.
| int _IO_getc | ( | _IO_FILE * | __fp | ) |
| int _IO_peekc_locked | ( | _IO_FILE * | __fp | ) |
| int _IO_putc | ( | int | __c, |
| _IO_FILE * | __fp | ||
| ) |
|
static |
| unsigned int gnu_dev_major | ( | __dev_t | __dev | ) |
| __dev_t gnu_dev_makedev | ( | unsigned int | __major, |
| unsigned int | __minor | ||
| ) |
| unsigned int gnu_dev_minor | ( | __dev_t | __dev | ) |
| int gsignal | ( | int | __sig | ) |
| int kill | ( | __pid_t | __pid, |
| int | __sig | ||
| ) |
| int killpg | ( | __pid_t | __pgrp, |
| int | __sig | ||
| ) |
| int PAPI_num_hwctrs | ( | void | ) |
| int PAPI_thread_init | ( | unsigned long(*)(void) | id_fn | ) |

| void papif_accum__ | ( | int * | EventSet, |
| long long * | values, | ||
| int * | check | ||
| ) |
| void papif_accum_counters__ | ( | long long * | values, |
| int * | array_len, | ||
| int * | check | ||
| ) |
Definition at line 3561 of file papi_fwrappers__.c.

| void papif_add_event__ | ( | int * | EventSet, |
| int * | Event, | ||
| int * | check | ||
| ) |
| void papif_add_events__ | ( | int * | EventSet, |
| int * | Events, | ||
| int * | number, | ||
| int * | check | ||
| ) |
| void papif_add_named_event__ | ( | int * | EventSet, |
| char * | EventName, | ||
| int * | check, | ||
| int | Event_len | ||
| ) |
Definition at line 3096 of file papi_fwrappers__.c.

| void papif_assign_eventset_component__ | ( | int * | EventSet, |
| int * | cidx, | ||
| int * | check | ||
| ) |
Definition at line 3122 of file papi_fwrappers__.c.

| void papif_cleanup_eventset__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_create_eventset__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_destroy_eventset__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_enum_event__ | ( | int * | EventCode, |
| int * | modifier, | ||
| int * | check | ||
| ) |
| void papif_epc__ | ( | int | event, |
| float * | rtime, | ||
| float * | ptime, | ||
| long long * | ref, | ||
| long long * | core, | ||
| long long * | evt, | ||
| float * | epc, | ||
| int * | check | ||
| ) |
Definition at line 3579 of file papi_fwrappers__.c.

| void papif_event_code_to_name__ | ( | int * | EventCode, |
| char * | out_str, | ||
| int * | check, | ||
| int | out_len | ||
| ) |
| void papif_event_name_to_code__ | ( | char * | in_str, |
| int * | out, | ||
| int * | check, | ||
| int | in_len | ||
| ) |
| void papif_flips__ | ( | float * | real_time, |
| float * | proc_time, | ||
| long long * | flpins, | ||
| float * | mflips, | ||
| int * | check | ||
| ) |
Definition at line 3587 of file papi_fwrappers__.c.

| void papif_flops__ | ( | float * | real_time, |
| float * | proc_time, | ||
| long long * | flpops, | ||
| float * | mflops, | ||
| int * | check | ||
| ) |
Definition at line 3594 of file papi_fwrappers__.c.

| void papif_get_clockrate__ | ( | int * | cr | ) |
| void papif_get_dmem_info__ | ( | long long * | dest, |
| int * | check | ||
| ) |
| void papif_get_domain__ | ( | int * | eventset, |
| int * | domain, | ||
| int * | mode, | ||
| int * | check | ||
| ) |
| void papif_get_event_info__ | ( | int * | EventCode, |
| char * | symbol, | ||
| char * | long_descr, | ||
| char * | short_descr, | ||
| int * | count, | ||
| char * | event_note, | ||
| int * | flags, | ||
| int * | check, | ||
| int | symbol_len, | ||
| int | long_descr_len, | ||
| int | short_descr_len, | ||
| int | event_note_len | ||
| ) |
Definition at line 3345 of file papi_fwrappers__.c.

| void papif_get_exe_info__ | ( | char * | fullname, |
| char * | name, | ||
| long long * | text_start, | ||
| long long * | text_end, | ||
| long long * | data_start, | ||
| long long * | data_end, | ||
| long long * | bss_start, | ||
| long long * | bss_end, | ||
| int * | check, | ||
| int | fullname_len, | ||
| int | name_len | ||
| ) |
| void papif_get_granularity__ | ( | int * | eventset, |
| int * | granularity, | ||
| int * | mode, | ||
| int * | check | ||
| ) |
| void papif_get_hardware_info__ | ( | int * | ncpu, |
| int * | nnodes, | ||
| int * | totalcpus, | ||
| int * | vendor, | ||
| char * | vendor_str, | ||
| int * | model, | ||
| char * | model_str, | ||
| float * | revision, | ||
| float * | mhz, | ||
| int | vendor_len, | ||
| int | model_len | ||
| ) |
| void papif_get_multiplex__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_get_preload__ | ( | char * | lib_preload_env, |
| int * | check, | ||
| int | lib_preload_env_len | ||
| ) |
| void papif_get_real_cyc__ | ( | long long * | real_cyc | ) |
| void papif_get_real_nsec__ | ( | long long * | time | ) |
| void papif_get_real_usec__ | ( | long long * | time | ) |
| void papif_get_virt_cyc__ | ( | long long * | virt_cyc | ) |
| void papif_get_virt_usec__ | ( | long long * | time | ) |
| void papif_ipc__ | ( | float * | rtime, |
| float * | ptime, | ||
| long long * | ins, | ||
| float * | ipc, | ||
| int * | check | ||
| ) |
Definition at line 3572 of file papi_fwrappers__.c.

| void papif_is_initialized__ | ( | int * | level | ) |
| void papif_library_init__ | ( | int * | check | ) |
| void papif_list_events__ | ( | int * | EventSet, |
| int * | Events, | ||
| int * | number, | ||
| int * | check | ||
| ) |
| void papif_lock__ | ( | int * | lock, |
| int * | check | ||
| ) |
| void papif_multiplex_init__ | ( | int * | check | ) |
| void papif_num_cmp_hwctrs__ | ( | int * | cidx, |
| int * | num | ||
| ) |
| void papif_num_counters__ | ( | int * | numevents | ) |
| void papif_num_events__ | ( | int * | EventCode, |
| int * | count | ||
| ) |
| void papif_num_hwctrs__ | ( | int * | num | ) |
| void papif_perror__ | ( | char * | message, |
| int | message_len | ||
| ) |
Definition at line 3313 of file papi_fwrappers__.c.

| void papif_query_event__ | ( | int * | EventCode, |
| int * | check | ||
| ) |
| void papif_query_named_event__ | ( | char * | EventName, |
| int * | check, | ||
| int | Event_len | ||
| ) |
Definition at line 3337 of file papi_fwrappers__.c.

| void papif_read__ | ( | int * | EventSet, |
| long long * | values, | ||
| int * | check | ||
| ) |
| void papif_read_counters__ | ( | long long * | values, |
| int * | array_len, | ||
| int * | check | ||
| ) |
| void papif_read_ts__ | ( | int * | EventSet, |
| long long * | values, | ||
| long long * | cycles, | ||
| int * | check | ||
| ) |
Definition at line 3444 of file papi_fwrappers__.c.

| void papif_register_thread__ | ( | int * | check | ) |
| void papif_remove_event__ | ( | int * | EventSet, |
| int * | Event, | ||
| int * | check | ||
| ) |
| void papif_remove_events__ | ( | int * | EventSet, |
| int * | Events, | ||
| int * | number, | ||
| int * | check | ||
| ) |
Definition at line 3464 of file papi_fwrappers__.c.

| void papif_remove_named_event__ | ( | int * | EventSet, |
| char * | EventName, | ||
| int * | check, | ||
| int | Event_len | ||
| ) |
Definition at line 3456 of file papi_fwrappers__.c.

| void papif_reset__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_set_cmp_domain__ | ( | int * | domain, |
| int * | cidx, | ||
| int * | check | ||
| ) |
| void papif_set_cmp_granularity__ | ( | int * | granularity, |
| int * | cidx, | ||
| int * | check | ||
| ) |
Definition at line 3497 of file papi_fwrappers__.c.

| void papif_set_debug__ | ( | int * | debug, |
| int * | check | ||
| ) |
| void papif_set_domain__ | ( | int * | domain, |
| int * | check | ||
| ) |
| void papif_set_event_domain__ | ( | int * | es, |
| int * | domain, | ||
| int * | check | ||
| ) |
| void papif_set_granularity__ | ( | int * | granularity, |
| int * | check | ||
| ) |
| void papif_set_inherit__ | ( | int * | inherit, |
| int * | check | ||
| ) |
| void papif_set_multiplex__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_shutdown__ | ( | void | ) |
| void papif_start__ | ( | int * | EventSet, |
| int * | check | ||
| ) |
| void papif_start_counters__ | ( | int * | events, |
| int * | array_len, | ||
| int * | check | ||
| ) |
| void papif_state__ | ( | int * | EventSet, |
| int * | status, | ||
| int * | check | ||
| ) |
| void papif_stop__ | ( | int * | EventSet, |
| long long * | values, | ||
| int * | check | ||
| ) |
| void papif_stop_counters__ | ( | long long * | values, |
| int * | array_len, | ||
| int * | check | ||
| ) |
| void papif_thread_id__ | ( | unsigned long * | id | ) |
| void papif_thread_init__ | ( | unsigned long int(*)(void) | handle, |
| int * | check | ||
| ) |
Definition at line 3284 of file papi_fwrappers__.c.

| void papif_unlock__ | ( | int * | lock, |
| int * | check | ||
| ) |
| void papif_unregister_thread__ | ( | int * | check | ) |
| void papif_unregster_thread__ | ( | int * | check | ) |
| void papif_write__ | ( | int * | EventSet, |
| long long * | values, | ||
| int * | check | ||
| ) |
| int pselect | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| const struct timespec *__restrict | __timeout, | ||
| const __sigset_t *__restrict | __sigmask | ||
| ) |
| void psiginfo | ( | const siginfo_t * | __pinfo, |
| const char * | __s | ||
| ) |
| void psignal | ( | int | __sig, |
| const char * | __s | ||
| ) |
| int pthread_kill | ( | pthread_t | __threadid, |
| int | __signo | ||
| ) |
| int pthread_sigmask | ( | int | __how, |
| const __sigset_t *__restrict | __newmask, | ||
| __sigset_t *__restrict | __oldmask | ||
| ) |
| int raise | ( | int | __sig | ) |
| int select | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| struct timeval *__restrict | __timeout | ||
| ) |
| int sigaction | ( | int | __sig, |
| const struct sigaction *__restrict | __act, | ||
| struct sigaction *__restrict | __oact | ||
| ) |
| int sigblock | ( | int | __mask | ) |
| int siggetmask | ( | void | ) |
Definition at line 2189 of file papi_fwrappers__.c.
| int siginterrupt | ( | int | __sig, |
| int | __interrupt | ||
| ) |
| __sighandler_t signal | ( | int | __sig, |
| __sighandler_t | __handler | ||
| ) |
| int sigpending | ( | sigset_t * | __set | ) |
| int sigreturn | ( | struct sigcontext * | __scp | ) |
| int sigsetmask | ( | int | __mask | ) |
| int sigsuspend | ( | const sigset_t * | __set | ) |
| int sigtimedwait | ( | const sigset_t *__restrict | __set, |
| siginfo_t *__restrict | __info, | ||
| const struct timespec *__restrict | __timeout | ||
| ) |
| int sigwait | ( | const sigset_t *__restrict | __set, |
| int *__restrict | __sig | ||
| ) |
| __sighandler_t ssignal | ( | int | __sig, |
| __sighandler_t | __handler | ||
| ) |
| int strcoll_l | ( | const char * | __s1, |
| const char * | __s2, | ||
| locale_t | __l | ||
| ) |
| int __leaf__ |
Definition at line 346 of file papi_fwrappers__.c.
| struct _IO_FILE_plus _IO_2_1_stderr_ |
| struct _IO_FILE_plus _IO_2_1_stdin_ |
| struct _IO_FILE_plus _IO_2_1_stdout_ |
| const char* const _sys_siglist[(64+1)] |
| __extension__ typedef long long int greg_t |
Definition at line 2430 of file papi_fwrappers__.c.
Definition at line 2567 of file papi_fwrappers__.c.
| const char* const sys_siglist[(64+1)] |