Searched refs:emsg (Results 1 – 6 of 6) sorted by relevance
| /tools/tracing/latency/ |
| A D | latency-collector.c | 576 static const char *emsg = "Failed to read the %s file"; in read_file() local 581 warn(emsg, file); in read_file() 585 errx(EXIT_FAILURE, emsg, file); in read_file() 1344 static const char *emsg = "Failed to write to the %s file!"; in write_file() local 1353 warnx(emsg, file); in write_file() 1357 errx(EXIT_FAILURE, emsg, file); in write_file()
|
| /tools/perf/ |
| A D | builtin-ftrace.c | 828 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 831 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace() 1169 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local 1170 pr_err("workload failed: %s\n", emsg); in __cmd_latency() 1491 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_profile() local 1494 pr_err("workload failed: %s\n", emsg); in __cmd_profile()
|
| A D | builtin-stat.c | 906 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 907 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
| A D | builtin-record.c | 2833 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 2839 sb.buf, argv[0], emsg); in __cmd_record()
|
| A D | builtin-trace.c | 2987 const char *emsg = str_error_r(-ret, bf, sizeof(bf)); in trace__sys_exit() local 2990 fprintf(trace->output, "-1 %s (%s)", e, emsg); in trace__sys_exit()
|
| /tools/perf/util/ |
| A D | evlist.c | 1608 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_open() local 1615 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in evlist__strerror_open() 1646 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open() 1651 scnprintf(buf, size, "%s", emsg); in evlist__strerror_open() 1660 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_mmap() local 1670 emsg, pages_max_per_user, pages_attempted); in evlist__strerror_mmap() 1682 scnprintf(buf, size, "%s", emsg); in evlist__strerror_mmap()
|
Completed in 36 milliseconds