Linux Perf
|
Go to the source code of this file.
Macros | |
#define | MAX_PROBE_BUFFER 1024 |
#define | MAX_PROBES 128 |
#define | MAX_PROBE_ARGS 128 |
#define | PROBE_ARG_VARS "$vars" |
#define | PROBE_ARG_PARAMS "$params" |
Functions | |
static int | is_c_varname (const char *name) |
#define MAX_PROBE_ARGS 128 |
Definition at line 12 of file probe-finder.h.
#define MAX_PROBE_BUFFER 1024 |
Definition at line 10 of file probe-finder.h.
#define MAX_PROBES 128 |
Definition at line 11 of file probe-finder.h.
#define PROBE_ARG_PARAMS "$params" |
Definition at line 15 of file probe-finder.h.
#define PROBE_ARG_VARS "$vars" |
Definition at line 14 of file probe-finder.h.
|
inlinestatic |