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/util/
probe-event.h 59 struct perf_probe_arg { struct
72 struct perf_probe_arg *args; /* Arguments */
107 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,
probe-finder.h 70 struct perf_probe_arg *pvar; /* Current target variable */
probe-event.c 834 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg)
956 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
1059 int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf, size_t len)
1312 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
    [all...]

Completed in 9822 milliseconds