Lines Matching defs:use_btf
1492 bool use_btf;
2085 bool *use_btf)
2131 } else if (strstr(field->type, "enum") && use_btf != NULL) {
2132 *use_btf = true;
2151 &sc->use_btf);
2232 /* after calling syscall__set_arg_fmts() we'll know whether use_btf is true */
2233 if (sc->use_btf)
2239 static int evsel__init_tp_arg_scnprintf(struct evsel *evsel, bool *use_btf)
2247 syscall_arg_fmt__init_array(fmt, tp_format->format.fields, use_btf);
5117 static int evlist__set_syscall_tp_fields(struct evlist *evlist, bool *use_btf)
5132 evsel__init_tp_arg_scnprintf(evsel, use_btf);
5629 bool use_btf = false;
5632 if (evlist__set_syscall_tp_fields(trace.evlist, &use_btf)) {
5637 if (use_btf)