Lines Matching refs:errbuf
3992 char errbuf[BUFSIZ];
3994 bpf__strerror_apply_obj_config(err, errbuf, sizeof(errbuf));
3996 errbuf);
4151 char errbuf[BUFSIZ];
4154 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime");
4158 tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)");
4162 evlist__strerror_mmap(evlist, errno, errbuf, sizeof(errbuf));
4166 evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf));
4169 fprintf(trace->output, "%s\n", errbuf);
4176 str_error_r(errno, errbuf, sizeof(errbuf)));