Home
last modified time | relevance | path

Searched refs:pr_warning (Results 1 – 17 of 17) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.c334 pr_warning("Mapping for the register number %u " in convert_variable_location()
383 pr_warning("Failed to get a type information of %s.\n", in convert_variable_type()
395 pr_warning("Failed to cast into string: " in convert_variable_type()
401 pr_warning("Failed to get a type" in convert_variable_type()
411 pr_warning("Out of memory error\n"); in convert_variable_type()
417 pr_warning("Failed to cast into string: " in convert_variable_type()
445 pr_warning("Failed to convert variable type: %s\n", in convert_variable_type()
467 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
480 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
508 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
[all …]
Dprobe-event.c104 pr_warning("Failed to init vmlinux path.\n"); in init_vmlinux()
311 pr_warning("Debuginfo-analysis is not yet supported" in try_to_find_probe_trace_events()
322 pr_warning("Failed to open debuginfo file.\n"); in try_to_find_probe_trace_events()
343 pr_warning("Probe point '%s' not found.\n", in try_to_find_probe_trace_events()
350 pr_warning("Warning: No dwarf info found in the vmlinux - " in try_to_find_probe_trace_events()
444 pr_warning("File read error: %s\n", strerror(errno)); in __show_one_line()
454 pr_warning("Source file is shorter than expected.\n"); in _show_one_line()
485 pr_warning("Failed to open debuginfo file.\n"); in show_line_range()
492 pr_warning("Specified source line is not found.\n"); in show_line_range()
495 pr_warning("Debuginfo analysis failed. (%d)\n", ret); in show_line_range()
[all …]
Dmap.c167 pr_warning("%s with build id %s not found", in map__load()
170 pr_warning("Failed to open %s", name); in map__load()
172 pr_warning(", continuing without symbols\n"); in map__load()
181 pr_warning("%.*s was updated (is prelink enabled?). " in map__load()
185 pr_warning("no symbols found in %s, maybe install " in map__load()
Dcallchain.c204 pr_warning("Warning: empty node in callchain tree\n"); in fill_node()
Devent.c66 pr_warning("couldn't get COMM and pgid, malformed %s\n", in perf_event__get_comm_tgid()
Dheader.c2173 pr_warning("unknown feature %d\n", feat); in perf_file_section__fprintf_info()
2778 pr_warning("WARNING: The %s file's data size field is 0 which is unexpected.\n" in perf_session__read_header()
Dmachine.c1279 pr_warning("corrupted callchain. skipping...\n"); in machine__resolve_callchain_sample()
Dsymbol.c1014 pr_warning("File %s not owned by current user or root, " in dso__load()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-buildid-cache.c73 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache()
76 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache()
173 pr_warning("Couldn't add %s: %s\n", in cmd_buildid_cache()
191 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache()
212 pr_warning("Couldn't update %s: %s\n", in cmd_buildid_cache()
Dbuiltin-probe.c200 pr_warning("Warning: more than one --line options are" in opt_show_lines()
336 pr_warning(" Error: '-' is not supported.\n"); in cmd_probe()
376 pr_warning(" Error: Don't use --list with --exec.\n"); in cmd_probe()
Dbuiltin-annotate.c94 pr_warning("problem processing %d event, skipping it.\n", in process_sample_event()
103 pr_warning("problem incrementing symbol count, " in process_sample_event()
Dbuiltin-script.c748 pr_warning("Overriding previous field request for %s events.\n", in parse_output_fields()
765 pr_warning("Overriding previous field request for all events.\n"); in parse_output_fields()
792 pr_warning("\'%s\' not valid for %s events. Ignoring.\n", in parse_output_fields()
Dbuiltin-diff.c323 pr_warning("problem processing %d event, skipping it.\n", in diff__process_sample_event()
332 pr_warning("problem incrementing symbol period, skipping event\n"); in diff__process_sample_event()
Dbuiltin-inject.c235 pr_warning("no symbols found in %s, maybe " in perf_event__inject_buildid()
Dbuiltin-record.c953 pr_warning( in cmd_record()
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs.h28 #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args)
/external/linux-tools-perf/src/tools/perf/util/include/linux/
Dkernel.h112 #define pr_warning(fmt, ...) \ macro