local_callgrind.h File Reference
#include "local_valgrind.h"
Include dependency graph for local_callgrind.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CALLGRIND_DUMP_STATS
 
#define CALLGRIND_DUMP_STATS_AT(pos_str)
 
#define CALLGRIND_ZERO_STATS
 
#define CALLGRIND_TOGGLE_COLLECT
 
#define CALLGRIND_START_INSTRUMENTATION
 
#define CALLGRIND_STOP_INSTRUMENTATION
 

Enumerations

enum  Vg_CallgrindClientRequest {
  VG_USERREQ__DUMP_STATS = VG_USERREQ_TOOL_BASE('C','T'), VG_USERREQ__ZERO_STATS, VG_USERREQ__TOGGLE_COLLECT, VG_USERREQ__DUMP_STATS_AT,
  VG_USERREQ__START_INSTRUMENTATION, VG_USERREQ__STOP_INSTRUMENTATION
}
 

Macro Definition Documentation

#define CALLGRIND_DUMP_STATS
Value:
0, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 85 of file local_callgrind.h.

#define CALLGRIND_DUMP_STATS_AT (   pos_str)
Value:
pos_str, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 93 of file local_callgrind.h.

#define CALLGRIND_START_INSTRUMENTATION
Value:
0, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 114 of file local_callgrind.h.

#define CALLGRIND_STOP_INSTRUMENTATION
Value:
0, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 125 of file local_callgrind.h.

#define CALLGRIND_TOGGLE_COLLECT
Value:
0, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 106 of file local_callgrind.h.

#define CALLGRIND_ZERO_STATS
Value:
0, 0, 0, 0, 0)
#define VALGRIND_DO_CLIENT_REQUEST_STMT(_zzq_request, _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)

Definition at line 98 of file local_callgrind.h.

Enumeration Type Documentation

Enumerator
VG_USERREQ__DUMP_STATS 
VG_USERREQ__ZERO_STATS 
VG_USERREQ__TOGGLE_COLLECT 
VG_USERREQ__DUMP_STATS_AT 
VG_USERREQ__START_INSTRUMENTATION 
VG_USERREQ__STOP_INSTRUMENTATION 

Definition at line 74 of file local_callgrind.h.