Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dbtf.c13 #define elog(fmt, ...) { if (err_log) err_log(fmt, ##__VA_ARGS__); }
68 static int btf_parse_hdr(struct btf *btf, btf_print_fn_t err_log) in btf_parse_hdr() argument
124 static int btf_parse_str_sec(struct btf *btf, btf_print_fn_t err_log) in btf_parse_str_sec() argument
141 static int btf_parse_type_sec(struct btf *btf, btf_print_fn_t err_log) in btf_parse_type_sec() argument
320 struct btf *btf__new(__u8 *data, __u32 size, btf_print_fn_t err_log) in btf__new() argument
333 if (err_log) { in btf__new()
363 err = btf_parse_hdr(btf, err_log); in btf__new()
367 err = btf_parse_str_sec(btf, err_log); in btf__new()
371 err = btf_parse_type_sec(btf, err_log); in btf__new()
Dbtf.h18 struct btf *btf__new(__u8 *data, __u32 size, btf_print_fn_t err_log);
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc.c205 goto err_log; in intel_guc_init()
213 err_log: in intel_guc_init()