Searched refs:pr_warning (Results 1 – 17 of 17) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | probe-finder.c | 334 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 …]
|
D | probe-event.c | 104 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 …]
|
D | map.c | 167 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()
|
D | callchain.c | 204 pr_warning("Warning: empty node in callchain tree\n"); in fill_node()
|
D | event.c | 66 pr_warning("couldn't get COMM and pgid, malformed %s\n", in perf_event__get_comm_tgid()
|
D | header.c | 2173 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()
|
D | machine.c | 1279 pr_warning("corrupted callchain. skipping...\n"); in machine__resolve_callchain_sample()
|
D | symbol.c | 1014 pr_warning("File %s not owned by current user or root, " in dso__load()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-buildid-cache.c | 73 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()
|
D | builtin-probe.c | 200 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()
|
D | builtin-annotate.c | 94 pr_warning("problem processing %d event, skipping it.\n", in process_sample_event() 103 pr_warning("problem incrementing symbol count, " in process_sample_event()
|
D | builtin-script.c | 748 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()
|
D | builtin-diff.c | 323 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()
|
D | builtin-inject.c | 235 pr_warning("no symbols found in %s, maybe " in perf_event__inject_buildid()
|
D | builtin-record.c | 953 pr_warning( in cmd_record()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs.h | 28 #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args)
|
/external/linux-tools-perf/src/tools/perf/util/include/linux/ |
D | kernel.h | 112 #define pr_warning(fmt, ...) \ macro
|