Searched refs:emsg (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | evlist.c | 1850 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in perf_evlist__strerror_open() local 1857 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in perf_evlist__strerror_open() 1888 emsg, max_freq, first->attr.sample_freq); in perf_evlist__strerror_open() 1893 scnprintf(buf, size, "%s", emsg); in perf_evlist__strerror_open() 1902 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in perf_evlist__strerror_mmap() local 1912 emsg, pages_max_per_user, pages_attempted); in perf_evlist__strerror_mmap() 1924 scnprintf(buf, size, "%s", emsg); in perf_evlist__strerror_mmap()
|
D | bpf-loader.c | 1669 char sbuf[STRERR_BUFSIZE], *emsg;\ 1675 emsg = sbuf;\ 1678 scnprintf(buf, size, "%s", emsg);\ 1716 scnprintf(buf, size, "%s (add -v to see detail)", emsg); in bpf__strerror_probe() 1774 "%s (Hint: use -i to turn off inherit)", emsg); in bpf__strerror_apply_obj_config()
|
/tools/perf/ |
D | builtin-record.c | 1161 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 1162 pr_err("Workload failed: %s\n", emsg); in __cmd_record()
|
D | builtin-stat.c | 713 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 714 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
D | builtin-trace.c | 1703 const char *emsg = str_error_r(-ret, bf, sizeof(bf)), in trace__sys_exit() local 1706 fprintf(trace->output, ") = -1 %s %s", e, emsg); in trace__sys_exit()
|