Home
last modified time | relevance | path

Searched refs:debug_msg (Results 1 – 13 of 13) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dutils.c41 void debug_msg(const char *fmt, ...) in debug_msg() function
129 debug_msg("cpu_set: adding cpu %d\n", cpu); in parse_cpu_set()
133 debug_msg("cpu_set: adding cpu %d\n", i); in parse_cpu_set()
144 debug_msg("Error parsing the cpu set %s\n", cpu_list); in parse_cpu_set()
306 debug_msg("Found workload pid:%s comm:%s", proc_entry->d_name, buffer); in procfs_is_workload_pid()
350 debug_msg("Set sched attributes for pid:%s\n", proc_entry->d_name); in set_comm_sched_attr()
517 debug_msg("Set /dev/cpu_dma_latency to %d\n", latency); in set_cpu_dma_latency()
556 debug_msg("Fs %s found at %s\n", fs, mp); in find_mount()
661 debug_msg("Using cgroup path at: %s\n", cgroup_procs); in set_pid_cgroup()
674 debug_msg("Set cgroup attributes for pid:%s\n", pid_str); in set_pid_cgroup()
[all …]
H A Dtimerlat_u.c48 debug_msg("Error setting user thread affinity %d, is the CPU online?\n", cpu); in timerlat_u_main()
86 debug_msg("User-space timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main()
97 debug_msg("Leaving timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main()
148 debug_msg("Dispatching timerlat u procs\n"); in timerlat_u_dispatcher()
178 debug_msg("Failed to create child processes"); in timerlat_u_dispatcher()
H A Dtrace.c23 debug_msg("Enabling %s tracer\n", tracer_name); in enable_tracer_by_name()
292 debug_msg("Disabling %s:%s filter %s\n", tevent->system, in trace_event_disable_filter()
370 debug_msg("Disabling %s:%s trigger %s\n", tevent->system, in trace_event_disable_trigger()
396 debug_msg("Disabling event %s:%s\n", tevent->system, tevent->event ? : "*"); in trace_events_disable()
428 debug_msg("Enabling %s:%s filter %s\n", tevent->system, in trace_event_enable_filter()
463 debug_msg("Enabling %s:%s trigger %s\n", tevent->system, in trace_event_enable_trigger()
489 debug_msg("Enabling event %s:%s\n", tevent->system, tevent->event ? : "*"); in trace_events_enable()
551 debug_msg("Setting trace buffer size to %d Kb\n", size); in trace_set_buffer_size()
H A Dosnoise.c63 debug_msg("setting cpus to %s from %s", cpus, context->orig_cpus); in osnoise_set_cpus()
96 debug_msg("restoring cpus to %s", context->orig_cpus); in osnoise_restore_cpus()
138 debug_msg("reading %s returned %lld\n", rel_path, retval); in osnoise_read_ll_config()
157 debug_msg("setting %s to %lld\n", rel_path, value); in osnoise_write_ll_config()
H A Dutils.h20 void debug_msg(const char *fmt, ...);
H A Dtimerlat_top.c836 debug_msg("User-space interface detected, setting user-threads\n"); in timerlat_top_apply_config()
840 debug_msg("User-space interface not detected, setting kernel-threads\n"); in timerlat_top_apply_config()
1041 debug_msg("Warming up for %d seconds\n", params->warmup); in timerlat_top_main()
1087 debug_msg("timerlat user space threads stopped!\n"); in timerlat_top_main()
H A Dtimerlat_hist.c1070 debug_msg("User-space interface detected, setting user-threads\n"); in timerlat_hist_apply_config()
1074 debug_msg("User-space interface not detected, setting kernel-threads\n"); in timerlat_hist_apply_config()
1262 debug_msg("Warming up for %d seconds\n", params->warmup); in timerlat_hist_main()
1304 debug_msg("timerlat user-space threads stopped!\n"); in timerlat_hist_main()
H A Dosnoise_top.c766 debug_msg("Warming up for %d seconds\n", params->warmup); in osnoise_top_main()
778 debug_msg("Error cleaning up the buffer"); in osnoise_top_main()
H A Dosnoise_hist.c938 debug_msg("Warming up for %d seconds\n", params->warmup); in osnoise_hist_main()
950 debug_msg("Error cleaning up the buffer"); in osnoise_hist_main()
/linux/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c131 #define debug_msg(npe, fmt, ...) \ macro
134 #define debug_msg(npe, fmt, ...) macro
417 debug_msg(npe, "Trying to send message %s [%08X:%08X]\n", in npe_send_message()
421 debug_msg(npe, "NPE input FIFO not empty\n"); in npe_send_message()
428 debug_msg(npe, "NPE input FIFO full\n"); in npe_send_message()
441 debug_msg(npe, "Timeout sending message\n"); in npe_send_message()
446 debug_msg(npe, "Sending a message took %i cycles\n", cycles); in npe_send_message()
456 debug_msg(npe, "Trying to receive message %s\n", what); in npe_recv_message()
471 debug_msg(npe, "Received [%08X]\n", recv[0]); in npe_recv_message()
474 debug_msg(npe, "Received [%08X:%08X]\n", recv[0], recv[1]); in npe_recv_message()
[all …]
/linux/tools/verification/rv/src/
H A Din_kernel.c62 debug_msg("ikm: read enabled: %d\n", enabled); in ikm_read_enable()
77 debug_msg("ikm: writing enabled: %s\n", enable_disable); in ikm_write_enable()
175 debug_msg("ikm: write \"%s\" reactors: %d\n", reactor, retval); in ikm_write_reactor()
237 debug_msg("ikm: read current reactor %s\n", curr_reactor); in ikm_get_current_reactor()
261 debug_msg("ikm: monitor %s has id: %s\n", monitor_name, has_id ? "yes" : "no"); in ikm_has_id()
622 debug_msg("ikm: my pid is %d\n", config_my_pid); in parse_arguments()
H A Dutils.c34 void debug_msg(const char *fmt, ...) in debug_msg() function
/linux/tools/verification/rv/include/
H A Dutils.h5 void debug_msg(const char *fmt, ...);