Home
last modified time | relevance | path

Searched refs:tracecmd_warning (Results 1 – 9 of 9) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtrace-output.c335 tracecmd_warning("Can't read '%s'", file); in get_size()
379 tracecmd_warning("Can't read '%s'", file); in copy_file()
427 tracecmd_warning("Can't read '%s'", file); in copy_file_compress()
433 tracecmd_warning("Can't compress '%s'", file); in copy_file_compress()
491 tracecmd_warning("Can't %s ftrace", set ? "enable" : "disable"); in tracecmd_ftrace_enable()
589 tracecmd_warning("Cannot write strings, unexpected state 0x%X", in save_string_section()
634 tracecmd_warning("Cannot read header files, unexpected state 0x%X", in read_header_files()
675 tracecmd_warning("can't read '%s'", path); in read_header_files()
689 tracecmd_warning("wrong size for '%s' size=%lld read=%lld", path, size, check_size); in read_header_files()
702 tracecmd_warning("can't read '%s'", path); in read_header_files()
[all …]
Dtrace-plugin.c111 tracecmd_warning("could not allocate plugin memory"); in load_plugin()
117 tracecmd_warning("could not load plugin '%s'\n%s", plugin, dlerror()); in load_plugin()
127 tracecmd_warning("could not find func '%s' in plugin '%s'\n%s", in load_plugin()
134 tracecmd_warning("could not allocate plugin memory"); in load_plugin()
261 tracecmd_warning("could not allocate plugin memory"); in load_plugins_hook()
Dtrace-hooks.c136 tracecmd_warning("unknown flag %c", flags[i]); in tracecmd_create_event_hook()
153 tracecmd_warning("Invalid hook format '%s'", arg); in tracecmd_create_event_hook()
Dtrace-util.c201 tracecmd_warning("printk format with empty entry"); in tracecmd_parse_ftrace_printk()
381 void __weak tracecmd_warning(const char *fmt, ...) in tracecmd_warning() function
571 tracecmd_warning("sysconf could not determine number of CPUS"); in tracecmd_count_cpus()
Dtrace-input.c666 tracecmd_warning("Insufficient memory"); in regex_event_buf()
676 tracecmd_warning("No newline found in '%s'", buf); in regex_event_buf()
780 tracecmd_warning("Bad regular expression '%s'", sstr); in make_preg_files()
786 tracecmd_warning("Bad regular expression '%s'", estr); in make_preg_files()
1238 tracecmd_warning("Filed to goto options offset %lld", handle->options_start); in read_headers()
1846 tracecmd_warning("expected a long long type for timestamp"); in update_page_info()
1852 tracecmd_warning("bad page read, with size of %d", kbuffer_subbuffer_size(kbuf)); in update_page_info()
3992 tracecmd_warning("More than one buffer defined for CPU %d (buffer %d)\n", in handle_buffer_option()
4199 tracecmd_warning("unknown option %d", option); in handle_options()
4493 tracecmd_warning("ignored CPU data not zero size"); in read_cpu_data()
[all …]
Dtrace-filter.c77 tracecmd_warning("Could not allocate last_printed array for stack trace filtering"); in tracecmd_filter_match()
Dtrace-msg.c451 tracecmd_warning("Message: cmd=%d size=%d", ntohl(msg->hdr.cmd), ntohl(msg->hdr.size)); in error_operation()
481 tracecmd_warning("Connection timed out"); in tracecmd_msg_wait_for_msg()
687 tracecmd_warning("Connection timed out"); in tracecmd_msg_initial_setting()
912 tracecmd_warning("reading client %d (%s)", ret, strerror(ret)); in read_msg_data()
996 tracecmd_warning("writing to file"); in tracecmd_msg_read_data()
Dtrace-timesync.c639 tracecmd_warning("Failed to synchronize timestamps with guest"); in tsync_get_sample()
/external/trace-cmd/lib/trace-cmd/include/
Dtrace-cmd-local.h15 void tracecmd_warning(const char *fmt, ...);