Home
last modified time | relevance | path

Searched refs:filter_arg (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c193 static struct filter_arg *allocate_arg(void) in allocate_arg()
195 struct filter_arg *arg; in allocate_arg()
203 static void free_arg(struct filter_arg *arg) in free_arg()
335 static struct filter_arg *
340 struct filter_arg *arg; in create_arg_item()
387 static struct filter_arg *
390 struct filter_arg *arg; in create_arg_op()
399 static struct filter_arg *
402 struct filter_arg *arg; in create_arg_exp()
411 static struct filter_arg *
[all …]
Devent-parse.h761 struct filter_arg *left;
762 struct filter_arg *right;
767 struct filter_arg *left;
768 struct filter_arg *right;
773 struct filter_arg *left;
774 struct filter_arg *right;
785 struct filter_arg { struct
801 struct filter_arg *filter; argument