Home
last modified time | relevance | path

Searched refs:perf_probe_arg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dprobe-event.h63 struct perf_probe_arg { struct
78 struct perf_probe_arg *args; /* Arguments */ argument
106 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,
Dprobe-finder.h81 struct perf_probe_arg *pvar; /* Current target variable */
Dprobe-finder.c1091 struct perf_probe_arg *args;
1127 struct perf_probe_arg *args) in expand_probe_args()
1162 struct perf_probe_arg *args; in add_probe_trace_event()
1183 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
Dprobe-event.c1229 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg) in parse_perf_probe_arg()
1351 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1487 int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf, size_t len) in synthesize_perf_probe_arg()
1825 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()