Searched refs:emsg (Results 1 – 6 of 6) sorted by relevance
/tools/perf/ |
D | builtin-ftrace.c | 661 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 664 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace() 929 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local 930 pr_err("workload failed: %s\n", emsg); in __cmd_latency()
|
D | builtin-stat.c | 896 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 897 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
D | builtin-record.c | 2726 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 2731 strevsels, argv[0], emsg); in __cmd_record()
|
D | builtin-trace.c | 2562 const char *emsg = str_error_r(-ret, bf, sizeof(bf)), local 2565 fprintf(trace->output, "-1 %s (%s)", e, emsg);
|
/tools/tracing/latency/ |
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/util/ |
D | evlist.c | 1581 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_open() local 1588 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in evlist__strerror_open() 1619 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open() 1624 scnprintf(buf, size, "%s", emsg); in evlist__strerror_open() 1633 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_mmap() local 1643 emsg, pages_max_per_user, pages_attempted); in evlist__strerror_mmap() 1655 scnprintf(buf, size, "%s", emsg); in evlist__strerror_mmap()
|