Home
last modified time | relevance | path

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

12345

/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c87 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__) macro
246 pr_warning("Internal error: instances.nr is %d\n", in bpf_program__unload()
281 pr_warning("corrupted section '%s'\n", section_name); in bpf_program__init()
289 pr_warning("failed to alloc name for prog under section(%d) %s\n", in bpf_program__init()
296 pr_warning("failed to alloc insns for prog under section %s\n", in bpf_program__init()
335 pr_warning("failed to alloc a new program under section '%s'\n", in bpf_object__add_program()
376 pr_warning("failed to get sym name string for prog %s\n", in bpf_object__init_prog_names()
386 pr_warning("failed to find sym for prog %s\n", in bpf_object__init_prog_names()
393 pr_warning("failed to allocate memory for prog sym %s\n", in bpf_object__init_prog_names()
410 pr_warning("alloc memory failed for %s\n", path); in bpf_object__new()
[all …]
/Linux-v4.19/tools/perf/util/
Dprobe-finder.c276 pr_warning("Mapping for the register number %u " in convert_variable_location()
329 pr_warning("Failed to get a type information of %s.\n", in convert_variable_type()
341 pr_warning("Failed to cast into string: " in convert_variable_type()
347 pr_warning("Failed to get a type" in convert_variable_type()
357 pr_warning("Out of memory error\n"); in convert_variable_type()
363 pr_warning("Failed to cast into string: " in convert_variable_type()
401 pr_warning("Failed to convert variable type: %s\n", in convert_variable_type()
423 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
436 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
461 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
[all …]
Dllvm-utils.c333 pr_warning( in llvm__get_kbuild_opts()
348 pr_warning( in llvm__get_kbuild_opts()
400 pr_warning("WARNING: Not enough memory, skip object dumping\n"); in llvm__dump_obj()
406 pr_warning("WARNING: invalid llvm source path: '%s', skip object dumping\n", in llvm__dump_obj()
414 pr_warning("WARNING: failed to open '%s': %s, skip object dumping\n", in llvm__dump_obj()
421 pr_warning("WARNING: failed to write to file '%s': %s, skip object dumping\n", in llvm__dump_obj()
Dperf-hooks.c27 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()
Dprobe-event.c103 pr_warning("Failed to init vmlinux path.\n"); in init_probe_symbol_maps()
250 pr_warning("%s is out of .text, skip it.\n", symbol); in kprobe_warn_out_range()
252 pr_warning("%s is blacklisted function, skip it.\n", symbol); in kprobe_warn_out_range()
482 pr_warning("The %s file has no debug information.\n", path); in open_debuginfo()
484 pr_warning("Rebuild with CONFIG_DEBUG_INFO=y, "); in open_debuginfo()
486 pr_warning("Rebuild with -g, "); in open_debuginfo()
487 pr_warning("or install an appropriate debuginfo package.\n"); in open_debuginfo()
665 pr_warning("Failed to get ELF symbols for %s\n", pathname); in post_process_offline_probe_trace_events()
723 pr_warning("Failed to get ELF symbols for %s\n", module); in post_process_module_probe_trace_events()
762 pr_warning("Relocated base symbol is not found!\n"); in post_process_kernel_probe_trace_events()
[all …]
Dprobe-file.c54 pr_warning("%cprobe_events file does not exist" in print_open_warning()
58 pr_warning("Tracefs or debugfs is not mounted.\n"); in print_open_warning()
60 pr_warning("Failed to open %cprobe_events: %s\n", in print_open_warning()
69 pr_warning("Tracefs or debugfs is not mounted.\n"); in print_both_open_warning()
71 pr_warning("Please rebuild kernel with CONFIG_KPROBE_EVENTS " in print_both_open_warning()
75 pr_warning("Failed to open kprobe events: %s.\n", in print_both_open_warning()
77 pr_warning("Failed to open uprobe events: %s.\n", in print_both_open_warning()
250 pr_warning("Failed to write event: %s\n", in probe_file__add_event()
288 pr_warning("Failed to delete event: %s\n", in __del_trace_probe_event()
Dconfig.c343 pr_warning("bad config value for '%s' in %s, ignoring...\n", name, config_file_name); in bad_config()
345 pr_warning("bad config value for '%s', ignoring...\n", name); in bad_config()
672 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.", home); in perf_config_set__init()
685 pr_warning("File %s not owned by current user or root, ignoring it.", user_config); in perf_config_set__init()
/Linux-v4.19/tools/perf/
Dbuiltin-buildid-cache.c282 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache()
285 pr_warning("Problems with %s file, consider removing it from the cache\n", in dso__missing_buildid_cache()
447 pr_warning("Couldn't add %s: %s\n", in cmd_buildid_cache()
465 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache()
483 pr_warning("Couldn't remove %s: %s\n", in cmd_buildid_cache()
493 pr_warning("Couldn't remove some caches. Error: %s.\n", in cmd_buildid_cache()
511 pr_warning("Couldn't update %s: %s\n", in cmd_buildid_cache()
520 pr_warning("Couldn't add %s\n", kcore_filename); in cmd_buildid_cache()
Dbuiltin-help.c115 pr_warning("failed to exec '%s': %s", cmd, str_error_r(errno, sbuf, sizeof(sbuf))); in exec_failed()
216 pr_warning("'%s': path for unsupported man viewer.\n" in unsupported_man_viewer()
265 pr_warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
353 pr_warning("'%s': unknown man viewer.", name); in exec_viewer()
Dbuiltin-probe.c197 pr_warning("Failed to get the absolute path of %s: %m\n", str); in opt_set_target()
226 pr_warning("Failed to parse %s as a pid: %s\n", str, in opt_set_target_ns()
254 pr_warning("Warning: more than one --line options are" in opt_show_lines()
423 pr_warning("Failed to remove entries for %s\n", nd->s); in del_perf_probe_caches()
477 pr_warning("\"%s\" does not hit any event.\n", str); in perf_del_probe_events()
/Linux-v4.19/drivers/platform/x86/
Dintel_oaktrail.c260 pr_warning("Unable to register backlight device\n"); in oaktrail_backlight_init()
330 pr_warning("Unable to register platform driver\n"); in oaktrail_init()
336 pr_warning("Unable to allocate platform device\n"); in oaktrail_init()
343 pr_warning("Unable to add platform device\n"); in oaktrail_init()
355 pr_warning("Setup rfkill failed\n"); in oaktrail_init()
/Linux-v4.19/arch/x86/kernel/
Dtboot.c73 pr_warning("non-0 tboot_addr but it is not of type E820_TYPE_RESERVED\n"); in tboot_probe()
81 pr_warning("tboot at 0x%llx is invalid\n", in tboot_probe()
87 pr_warning("tboot version is invalid: %u\n", tboot->version); in tboot_probe()
305 pr_warning("unsupported sleep state 0x%x\n", sleep_state); in tboot_sleep()
318 pr_warning("tboot is not able to suspend on platforms with reduced hardware sleep (ACPIv5)"); in tboot_extended_sleep()
336 pr_warning("tboot wait for APs timeout\n"); in tboot_wait_for_aps()
532 pr_warning("Forcing Intel-IOMMU to enabled\n"); in tboot_force_iommu()
Dtsc_sync.c367 pr_warning("TSC synchronization [CPU#%d -> CPU#%d]:\n", in check_tsc_sync_source()
369 pr_warning("Measured %Ld cycles TSC warp between CPUs, " in check_tsc_sync_source()
372 pr_warning("TSC warped randomly between CPUs\n"); in check_tsc_sync_source()
/Linux-v4.19/arch/riscv/kernel/
Dcpufeature.c48 pr_warning("Unable to find \"cpu\" devicetree entry"); in riscv_fill_hwcap()
53 pr_warning("Unable to find \"riscv,isa\" devicetree entry"); in riscv_fill_hwcap()
/Linux-v4.19/arch/x86/oprofile/
Dop_x86_model.h70 pr_warning("oprofile: counter #%d on cpu #%d may already be used\n", in op_x86_warn_in_use()
76 pr_warning("oprofile: counter #%d is already reserved\n", counter); in op_x86_warn_reserved()
/Linux-v4.19/arch/sh/mm/
Dconsistent.c46 pr_warning("%s: unable to find empty space for resource\n", in platform_resource_setup_memory()
57 pr_warning("%s: unable to allocate memory\n", name); in platform_resource_setup_memory()
/Linux-v4.19/arch/arm64/include/asm/
Dsyscall.h77 pr_warning("%s called with max args %d, handling only %d\n", in syscall_get_arguments()
101 pr_warning("%s called with max args %d, handling only %d\n", in syscall_set_arguments()
/Linux-v4.19/drivers/acpi/apei/
Dhest.c96 pr_warning(FW_WARN HEST_PFX in apei_hest_parse()
104 pr_warning(FW_BUG HEST_PFX in apei_hest_parse()
168 pr_warning(FW_WARN HEST_PFX "Duplicated hardware error source ID: %d.\n", in hest_parse_ghes()
Dapei-base.c181 pr_warning(FW_WARN APEI_PFX in __apei_exec_run()
222 pr_warning(FW_WARN APEI_PFX in apei_exec_for_each_entry()
590 pr_warning(FW_BUG APEI_PFX in apei_check_gar()
598 pr_warning(FW_BUG APEI_PFX in apei_check_gar()
615 pr_warning(FW_BUG APEI_PFX in apei_check_gar()
624 pr_warning(FW_BUG APEI_PFX in apei_check_gar()
/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c776 pr_warning("APIC calibration not consistent " in calibrate_by_pmtimer()
900 pr_warning("APIC frequency too slow, disabling apic timer\n"); in calibrate_APIC_clock()
943 pr_warning("APIC timer disabled due to verification failure\n"); in calibrate_APIC_clock()
1017 pr_warning("Spurious LAPIC timer interrupt on cpu %d\n", in local_apic_timer_interrupt()
1686 pr_warning("Apicid: %08x, cannot enforce nox2apic\n", in setup_nox2apic()
1690 pr_warning("x2apic already enabled.\n"); in setup_nox2apic()
1858 pr_warning("Could not enable APIC!\n"); in apic_verify()
2272 pr_warning("APIC: Disabling requested cpu." in generic_processor_info()
2288 pr_warning( in generic_processor_info()
2300 pr_warning("APIC: NR_CPUS/possible_cpus limit of %i " in generic_processor_info()
[all …]
/Linux-v4.19/kernel/trace/
Dtrace_benchmark.c181 pr_warning("trace benchmark cannot be started via kernel command line\n"); in trace_benchmark_reg()
188 pr_warning("trace benchmark failed to create kernel thread\n"); in trace_benchmark_reg()
/Linux-v4.19/drivers/macintosh/
Dwindfarm_pm72.c289 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_split()
300 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_split()
371 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_combined()
377 pr_warning("wf_pm72: Fan %s reports error %d\n", in cpu_fans_tick_combined()
385 pr_warning("wf_pm72: Pump %s reports error %d\n", in cpu_fans_tick_combined()
565 pr_warning("wf_pm72: drive bay temp sensor error %d\n", err); in drives_fan_tick()
/Linux-v4.19/arch/x86/xen/
Ddebugfs.c16 pr_warning("Could not create 'xen' debugfs directory\n"); in xen_init_debugfs()
/Linux-v4.19/tools/lib/api/
Ddebug-internal.h17 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__) macro
/Linux-v4.19/arch/sh/drivers/pci/
Dfixups-sdk7786.c59 pr_warning("Unreachable card detected in slot#3\n"); in sdk7786_pci_init()

12345