Lines Matching refs:err_str
839 char *err_str; in config_term_avail() local
882 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail()
884 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail()
1035 char *err_str; in config_term_pmu() local
1037 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu()
1039 err_str, /*help=*/NULL); in config_term_pmu()
1061 char *err_str; in config_term_pmu() local
1063 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu()
1065 err_str, /*help=*/NULL); in config_term_pmu()
2273 static void __parse_events_error__print(int err_idx, const char *err_str, in __parse_events_error__print() argument
2280 if (err_str) { in __parse_events_error__print()
2322 fprintf(stderr, "%*s\\___ %s\n", idx + 1, "", err_str); in __parse_events_error__print()