| src/gasp_cprof.c | Sequential C GASP wrapper |
| src/gasp_cprof_upcall.c | Sequential C GASP upcalls |
| src/gasp_dummy.c | Implementation of gap_event_notify that does nothing |
| src/gasp_mpi.c | MPI GASP wrapper implementation for PPW |
| src/gasp_mpi_upcall.c | MPI GASP upcalls |
| src/gasp_mpi_upcall.h [code] | MPI upcall definitions |
| src/gasp_shmem_upcall.c | SHMEM GASP upcalls |
| src/gasp_shmem_upcall.h [code] | SHMEM upcall definitions |
| src/gasp_upc.c | SHMEM GASP wrapper implementation for PPW |
| src/gasp_upc_upcall.h [code] | UPC upcall definitions |
| src/ppw.h [code] | Toplevel include file for PPW |
| src/ppw_config.h [code] | |
| src/ppw_const.h [code] | |
| src/ppw_error.c | Error-related functions for generating a backtrace |
| src/ppw_error.h [code] | Stuff related to error handling |
| src/ppw_file_utils.h [code] | |
| src/ppw_io.c | Contains I/O-related functions |
| src/ppw_io.h [code] | Raw I/O functions |
| src/ppw_io_buffered.c | Buffered versions of the functions from ppw_io.c |
| src/ppw_io_buffered.h [code] | Buffered versions of the functions from ppw_io.h |
| src/ppw_io_struct.c | Contains I/O-related functions for serializing/deserializing structs to disk and back |
| src/ppw_io_struct.h [code] | Raw I/O functions for structs |
| src/ppw_list.c | Generic list type |
| src/ppw_list.h [code] | Generic list type |
| src/ppw_malloc.c | Wrapped memory allocation functions |
| src/ppw_malloc.h [code] | Wrapped memory allocation functions |
| src/ppw_meas.h [code] | High-level measurement macros |
| src/ppw_merge.c | Merge implementation |
| src/ppw_merge.h [code] | Language-independent merge routines |
| src/ppw_papi.h [code] | PAPI support routines |
| src/ppw_profile.c | Code for dealing with storing and loading profile data |
| src/ppw_profile.h [code] | Code for dealing with storing and loading profile data |
| src/ppw_profiler.c | Non-inline measurement functions |
| src/ppw_profiler.h [code] | Profiling algorithms |
| src/ppw_stack.c | Silly stack implementation |
| src/ppw_stack.h [code] | A simple stack (LIFO) implementation based on our generic list type, for storing integer values |
| src/ppw_stdinc.h [code] | Standard OS/libc include files used by ppw |
| src/ppw_structs.h [code] | |
| src/ppw_test.h [code] | Utility test macros |
| src/ppw_throttle.h [code] | |
| src/ppw_timers.h [code] | PPW timing routines |
| src/ppw_upcall.h [code] | "Upcall" routines that must be implemented in every language upcall library |
| src/ppw_userconfig.c | User configuration reading implementation |
| src/ppw_userconfig.h [code] | Stuff to handle user configuration |
| src/ppwtar.c | Tars up files using built-in tar support |
| src/ptfdump.c | PTF dump utility (for debugging purposes) |
| src/test1.c | Tests writing some raw data |
| src/test10.c | Merge stuff test |
| src/test2.c | Tests reading raw data generated in test 1 |
| src/test3.c | Tests writing some raw data, but buffered |
| src/test4.c | Tests reading data that was written with test 3 |
| src/test5.c | Tests struct I/O stuff |
| src/test6.c | Tests writing out dummy profile |
| src/test7.c | Tests reading in profile from test6 |
| src/test8.c | Tests profiling algorithm |
| src/test9.c | Measurement stuff test |
1.5.8