Searched refs:append_filter (Results 1 – 4 of 4) sorted by relevance
/external/libtracefs/src/ |
D | tracefs-filter.c | 108 static int append_filter(char **filter, unsigned int *state, in append_filter() function 360 return append_filter(filter, state, open_parens, event, type, in trace_append_filter() 444 ret = append_filter(&str, &state, &open_parens, in tracefs_filter_string_append() 751 n = append_filter(&str, &state, &open, in tracefs_filter_string_verify()
|
D | tracefs-sqlhist.c | 1105 int (*append_filter)(struct tracefs_synth *synth, in build_filter() local 1118 append_filter = tracefs_synth_append_start_filter; in build_filter() 1120 append_filter = tracefs_synth_append_end_filter; in build_filter() 1123 ret = append_filter(synth, and_or, NULL, 0, NULL); in build_filter() 1124 ret = append_filter(synth, TRACEFS_FILTER_OPEN_PAREN, in build_filter() 1130 ret = append_filter(synth, TRACEFS_FILTER_NOT, in build_filter() 1136 ret = append_filter(synth, TRACEFS_FILTER_OPEN_PAREN, in build_filter() 1143 ret = append_filter(synth, TRACEFS_FILTER_CLOSE_PAREN, in build_filter() 1154 ret = append_filter(synth, and_or, NULL, 0, NULL); in build_filter() 1190 ret = append_filter(synth, TRACEFS_FILTER_COMPARE, in build_filter() [all …]
|
D | tracefs-hist.c | 2135 static char *append_filter(char *hist, char *filter, unsigned int parens) in append_filter() function 2313 synth->start_hist = append_filter(synth->start_hist, synth->start_filter, in tracefs_synth_create() 2319 synth->end_hist = append_filter(synth->end_hist, synth->end_filter, in tracefs_synth_create() 2383 hist = append_filter(hist, synth->end_filter, in tracefs_synth_destroy() 2391 hist = append_filter(hist, synth->start_filter, in tracefs_synth_destroy() 2457 hist = append_filter(hist, synth->start_filter, in tracefs_synth_echo_cmd() 2467 hist = append_filter(hist, synth->end_filter, in tracefs_synth_echo_cmd()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | veristat.c | 123 static int append_filter(struct filter **filters, int *cnt, const char *str); 176 err = append_filter(&env.deny_filters, &env.deny_filter_cnt, arg + 1); in parse_arg() 178 err = append_filter(&env.allow_filters, &env.allow_filter_cnt, arg); in parse_arg() 317 static int append_filter(struct filter **filters, int *cnt, const char *str) in append_filter() function 371 err = append_filter(&env.deny_filters, &env.deny_filter_cnt, buf + 1); in append_filter_file() 373 err = append_filter(&env.allow_filters, &env.allow_filter_cnt, buf); in append_filter_file()
|