Searched refs:warn (Results 1 – 13 of 13) sorted by relevance
/tools/perf/arch/x86/util/ |
D | topdown.c | 11 bool arch_topdown_check_group(bool *warn) in arch_topdown_check_group() argument 18 *warn = true; in arch_topdown_check_group()
|
/tools/lib/api/ |
D | debug.c | 22 void libapi_set_print(libapi_print_fn_t warn, in libapi_set_print() argument 26 __pr_warn = warn; in libapi_set_print()
|
D | debug.h | 7 void libapi_set_print(libapi_print_fn_t warn,
|
/tools/perf/util/ |
D | topdown.c | 45 __weak bool arch_topdown_check_group(bool *warn) in arch_topdown_check_group() argument 47 *warn = false; in arch_topdown_check_group()
|
D | topdown.h | 6 bool arch_topdown_check_group(bool *warn);
|
/tools/perf/jvmti/ |
D | jvmti_agent.c | 159 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir() 174 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir() 189 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir() 298 warn("jvmti: cannot create %s", dump_path); in jvmti_open() 306 warn("get_e_machine failed\n"); in jvmti_open() 321 warn("jvmti: cannot write dumpfile header"); in jvmti_open()
|
/tools/perf/bench/ |
D | futex-lock-pi.c | 98 warn("thread %d: Could not lock pi-lock for %p (%d)", in workerfn() 109 warn("thread %d: Could not unlock pi-lock for %p (%d)", in workerfn()
|
D | futex-hash.c | 92 warn("Non-expected futex return call"); in workerfn()
|
/tools/testing/selftests/vm/ |
D | thuge-gen.c | 108 unsigned long read_sysfs(int warn, char *fmt, ...) in read_sysfs() argument 123 if (warn) in read_sysfs()
|
/tools/usb/ |
D | ffs-test.c | 96 #define warn(...) _msg(4, __VA_ARGS__) macro 406 warn("%s: unclaimed = %d\n", t->filename, ret); in cleanup_thread() 452 warn("%s: %s", name, op); in start_thread_helper() 641 warn("%s: new format rejected, trying legacy\n", t->filename); in ep0_init()
|
/tools/perf/ |
D | builtin-stat.c | 1700 bool warn = false; in add_default_attributes() local 1732 arch_topdown_check_group(&warn)) < 0) { in add_default_attributes() 1737 if (warn) in add_default_attributes()
|
/tools/perf/ui/browsers/ |
D | hists.c | 3416 const char *warn = " "; in perf_evsel_menu__write() local 3446 warn = bf; in perf_evsel_menu__write() 3449 ui_browser__write_nstring(browser, warn, browser->width - printed); in perf_evsel_menu__write()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 2961 warn("/proc/interrupts: cpu%d: > %d", cpu_number, topo.max_cpu_num); in snapshot_proc_interrupts() 3459 warn("/dev/cpu/0/msr open failed, try chown or chmod +r /dev/cpu/*/msr"); in check_permissions() 5001 warn("fopen %s\n", path); in print_dev_latency() 5007 warn("read failed %s\n", path); in print_dev_latency()
|