Lines Matching refs:error
64 #define error(fmt, b...) outf(0, fmt, ##b) macro
125 error("Map file line %d: invalid format\n", linenum); in read_system_map()
166 error("Cannot read profile file at pos %ld\n", ftell(fin)); in read_data()
217 error("Cannot allocate call_list\n"); in read_calls()
265 error("Cannot open map file '%s'\n", fname); in read_map_file()
283 error("Cannot open profile data file '%s'\n", in read_profile_file()
307 error("Regex error '%s' in %s '%s'\n", buf, op, name); in regex_report_error()
406 error("Cannot allocate config line\n"); in read_trace_config()
412 error("Invalid trace config data on line %d\n", in read_trace_config()
421 error("Unknown command in trace config data line %d\n", in read_trace_config()
428 error("Missing pattern in trace config data line %d\n", in read_trace_config()
449 error("Cannot read from trace config file at position %ld\n", in read_trace_config()
463 error("Cannot open trace_config file '%s'\n", fname); in read_trace_config_file()