/linux-6.12.1/tools/perf/util/ |
D | probe-finder.c | 172 pr_warning("Mapping for the register number %u " in convert_variable_location() 224 pr_warning("Failed to get a type information of %s.\n", in convert_variable_type() 237 pr_warning("Failed to cast into string: " in convert_variable_type() 243 pr_warning("Failed to get a type" in convert_variable_type() 253 pr_warning("Out of memory error\n"); in convert_variable_type() 260 pr_warning("Failed to cast into string: " in convert_variable_type() 298 pr_warning("Failed to convert variable type: %s\n", in convert_variable_type() 320 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 333 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 359 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() [all …]
|
D | probe-event.c | 101 pr_warning("Failed to init vmlinux path.\n"); in init_probe_symbol_maps() 275 pr_warning("%s is out of .text, skip it.\n", symbol); in kprobe_warn_out_range() 279 pr_warning("%s is blacklisted function, skip it.\n", symbol); in kprobe_warn_out_range() 414 pr_warning("Warning: The probe function (%s) is a GNU indirect function.\n" in find_alternative_probe_point() 566 pr_warning("The %s file has no debug information.\n", path); in open_debuginfo() 568 pr_warning("Rebuild with CONFIG_DEBUG_INFO=y, "); in open_debuginfo() 570 pr_warning("Rebuild with -g, "); in open_debuginfo() 571 pr_warning("or install an appropriate debuginfo package.\n"); in open_debuginfo() 753 pr_warning("Failed to get ELF symbols for %s\n", pathname); in post_process_offline_probe_trace_events() 811 pr_warning("Failed to get ELF symbols for %s\n", module); in post_process_module_probe_trace_events() [all …]
|
D | perf-hooks.c | 27 pr_warning("Fatal error (SEGFAULT) in perf hook '%s'\n", in perf_hooks__invoke() 71 pr_warning("Overwrite existing hook: %s\n", hook_name); in perf_hooks__set_hook()
|
D | srcline.c | 373 pr_warning("addr2line_init failed for %s\n", dso_name); in addr2line() 492 pr_warning("could not start addr2line (%s) for %s: start_command return code %d\n", in addr2line_subprocess_init() 539 pr_warning("%s %s: addr2line configuration failed\n", in addr2line_configure() 541 pr_warning("\t%c%s", ch, output); in addr2line_configure() 722 pr_warning("%s %s: addr2line_subprocess_init failed\n", __func__, dso_name); in addr2line() 742 pr_warning("%s %s: could not send request\n", __func__, dso_name); in addr2line() 751 pr_warning("%s %s: could not read first record\n", __func__, dso_name); in addr2line() 767 pr_warning("%s %s: could not read sentinel record\n", in addr2line() 775 pr_warning("%s %s: unexpected record instead of sentinel", in addr2line()
|
D | debug.h | 25 #define pr_warning(fmt, ...) \ macro 30 pr_warning(fmt, ##__VA_ARGS__); \
|
D | sideband_evlist.c | 21 pr_warning("enabling sample_id_all for all side band events\n"); in evlist__add_sb_event() 70 pr_warning("cannot locate proper evsel for the side band event\n"); in perf_evlist__poll_thread()
|
D | probe-file.c | 38 pr_warning("No permission to %s tracefs.\nPlease %s\n", in print_common_warning() 65 pr_warning("Debugfs or tracefs is not mounted\n" in print_configure_probe_event() 68 pr_warning("%s/%s does not exist.\nPlease rebuild kernel with %s.\n", in print_configure_probe_event() 84 pr_warning("Failed to open %s/%cprobe_events: %s\n", in print_open_warning() 100 pr_warning("Failed to open %s/kprobe_events: %s.\n", in print_both_open_warning() 104 pr_warning("Failed to open %s/uprobe_events: %s.\n", in print_both_open_warning() 280 pr_warning("Failed to write event: %s\n", in probe_file__add_event() 318 pr_warning("Failed to delete event: %s\n", in __del_trace_probe_event()
|
D | record.c | 192 …pr_warning("warning: Maximum frequency rate (%'u Hz) exceeded, throttling from %'u Hz to %'u Hz.\n" in record_opts__config_freq() 206 pr_warning("Lowering default frequency rate from %u to %u.\n" in record_opts__config_freq()
|
D | config.c | 349 pr_warning("bad config value for '%s' in %s, ignoring...\n", name, config_file_name); in bad_config() 351 pr_warning("bad config value for '%s', ignoring...\n", name); in bad_config() 559 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.\n", home); in home_perfconfig() 567 pr_warning("File %s not owned by current user or root, ignoring it.\n", config); in home_perfconfig()
|
D | bpf-utils.c | 206 pr_warning("%s: mismatch in element count\n", __func__); in get_bpf_prog_info_linear() 212 pr_warning("%s: mismatch in rec size\n", __func__); in get_bpf_prog_info_linear()
|
D | clockid.c | 63 pr_warning("WARNING: Failed to determine specified clock resolution.\n"); in get_clockid_res()
|
D | parse-branch-options.c | 76 pr_warning("unknown branch filter %s," in parse_branch_str()
|
D | bpf_lock_contention.c | 77 pr_warning("ignore unknown symbol: %s\n", in lock_contention_prepare() 85 pr_warning("memory allocation failure\n"); in lock_contention_prepare()
|
/linux-6.12.1/tools/perf/ |
D | builtin-buildid-cache.c | 287 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache() 290 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache() 476 pr_warning("Couldn't add %s: %s\n", in cmd_buildid_cache() 494 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache() 512 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache() 522 pr_warning("Couldn't remove some caches. Error: %s.\n", in cmd_buildid_cache() 540 pr_warning("Couldn't update %s: %s\n", in cmd_buildid_cache() 549 pr_warning("Couldn't add %s\n", kcore_filename); in cmd_buildid_cache()
|
D | builtin-help.c | 122 pr_warning("failed to exec '%s': %s", cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in exec_failed() 223 pr_warning("'%s': path for unsupported man viewer.\n" in unsupported_man_viewer() 272 pr_warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info() 360 pr_warning("'%s': unknown man viewer.", name); in exec_viewer()
|
D | builtin-probe.c | 185 pr_warning("Failed to get the absolute path of %s: %m\n", str); in opt_set_target() 214 pr_warning("Failed to parse %s as a pid: %s\n", str, in opt_set_target_ns() 242 pr_warning("Warning: more than one --line options are" in opt_show_lines() 435 pr_warning("Failed to remove entries for %s\n", nd->s); in del_perf_probe_caches() 491 pr_warning("\"%s\" does not hit any event.\n", str); in perf_del_probe_events()
|
D | builtin-stat.c | 214 pr_warning("WARNING: grouped events cpus do not match.\n" in evlist__check_cpu_maps() 218 pr_warning(" %s\n", buf); in evlist__check_cpu_maps() 225 pr_warning(" %s: %s\n", leader->name, buf); in evlist__check_cpu_maps() 227 pr_warning(" %s: %s\n", evsel->name, buf); in evlist__check_cpu_maps() 430 pr_warning("failed to process counter %s\n", counter->name); in process_counters() 2194 pr_warning("warning: processing task data, aggregation mode not set\n"); in process_stat_config_event() 2240 pr_warning("Extra thread map event, ignoring.\n"); in process_thread_map_event() 2260 pr_warning("Extra cpu map event, ignoring.\n"); in process_cpu_map_event() 2657 pr_warning("%s\n", errbuf); in cmd_stat() 2826 pr_warning("timeout < 100ms. " in cmd_stat() [all …]
|
D | builtin-buildid-list.c | 126 pr_warning("Decompression initialization failed. Reported data may be incomplete.\n"); in perf_session__list_build_ids()
|
D | builtin-record.c | 1392 pr_warning( in record__open() 1690 pr_warning("threads[%d]: failed to notify on start: %s\n", in record__thread() 1734 pr_warning("threads[%d]: failed to notify on termination: %s\n", in record__thread() 2109 pr_warning("Couldn't synthesize bpf events.\n"); in record__synthesize() 2117 pr_warning("Couldn't synthesize cgroup events.\n"); in record__synthesize() 2250 pr_warning("threads[%d]: failed to receive termination notification from %d\n", in record__terminate_thread() 2299 pr_warning("threads[%d]: failed to receive start notification from %d\n", in record__start_threads() 2480 pr_warning("WARNING: --timestamp-filename option is not available in pipe mode.\n"); in __cmd_record() 2510 pr_warning("WARNING: No sample_id_all support, falling back to unordered processing\n"); in __cmd_record() 3176 pr_warning("WARNING: switch-output data size lower than " in switch_output_size_warn() [all …]
|
/linux-6.12.1/tools/lib/perf/ |
D | internal.h | 17 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) macro
|
D | cpumap.c | 85 …pr_warning("Number of online CPUs (%d) differs from the number configured (%d) the CPU map will on… in cpu_map__new_sysconf() 285 pr_warning("Unexpected characters at end of cpu list ('%s'), using online CPUs.", in perf_cpu_map__new()
|
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | iostat.c | 239 pr_warning("Unrecognized root port format: %s\n" in iio_root_port_parse_str() 278 pr_warning("Root port %04x:%02x were not found\n", in iio_root_ports_list_filter() 338 pr_warning("The -e and -M options are not supported." in iostat_prepare()
|
D | evsel.c | 72 pr_warning( in ibs_l3miss_warn()
|
/linux-6.12.1/tools/perf/ui/browsers/ |
D | scripts.c | 161 pr_warning("Cannot run %s\n", cmd); in run_script()
|
/linux-6.12.1/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-decoder.c | 74 pr_warning("ignoring unsupported address packet index: 0x%x\n", index); in arm_spe_calc_ip()
|