Lines Matching refs:err_str
847 char *err_str; in config_term_avail() local
892 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail()
894 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail()
1074 char *err_str; in config_term_pmu() local
1076 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu()
1078 err_str, /*help=*/NULL); in config_term_pmu()
1100 char *err_str; in config_term_pmu() local
1102 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu()
1104 err_str, /*help=*/NULL); in config_term_pmu()
2395 static void __parse_events_error__print(int err_idx, const char *err_str, in __parse_events_error__print() argument
2402 if (err_str) { in __parse_events_error__print()
2444 fprintf(stderr, "%*s\\___ %s\n", idx + 1, "", err_str); in __parse_events_error__print()