Linux Perf
probe-finder.h File Reference
#include <stdbool.h>
#include "intlist.h"
#include "probe-event.h"
#include "sane_ctype.h"
Include dependency graph for probe-finder.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ MAX_PROBE_ARGS

#define MAX_PROBE_ARGS   128

Definition at line 12 of file probe-finder.h.

◆ MAX_PROBE_BUFFER

#define MAX_PROBE_BUFFER   1024

Definition at line 10 of file probe-finder.h.

◆ MAX_PROBES

#define MAX_PROBES   128

Definition at line 11 of file probe-finder.h.

◆ PROBE_ARG_PARAMS

#define PROBE_ARG_PARAMS   "$params"

Definition at line 15 of file probe-finder.h.

◆ PROBE_ARG_VARS

#define PROBE_ARG_VARS   "$vars"

Definition at line 14 of file probe-finder.h.

Function Documentation

◆ is_c_varname()

static int is_c_varname ( const char *  name)
inlinestatic

Definition at line 17 of file probe-finder.h.

Here is the call graph for this function: