Home
last modified time | relevance | path

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

/tools/tracing/rtla/src/
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 …]
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()
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()
Dutils.h20 void debug_msg(const char *fmt, ...);
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()
Dtimerlat_top.c910 debug_msg("timerlat user space threads stopped!\n"); in timerlat_top_main()
Dtimerlat_hist.c1115 debug_msg("timerlat user-space threads stopped!\n"); in timerlat_hist_main()
/tools/verification/rv/include/
Dutils.h5 void debug_msg(const char *fmt, ...);
/tools/verification/rv/src/
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()
Dutils.c34 void debug_msg(const char *fmt, ...) in debug_msg() function