HomeSort by relevance Sort by last modified time
    Searched refs:perf_probe_arg (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.h 61 struct perf_probe_arg { struct
75 struct perf_probe_arg *args; /* Arguments */
110 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,
probe-finder.h 75 struct perf_probe_arg *pvar; /* Current target variable */
probe-event.c 939 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg)
1061 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
1192 int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf, size_t len)
    [all...]

Completed in 121 milliseconds