| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 45 void debug_msg(const char *fmt, ...) in debug_msg() function 148 debug_msg("cpu_set: adding cpu %d\n", cpu); in parse_cpu_set() 152 debug_msg("cpu_set: adding cpu %d\n", i); in parse_cpu_set() 163 debug_msg("Error parsing the cpu set %s\n", cpu_list); in parse_cpu_set() 324 debug_msg("Found workload pid:%s comm:%s", proc_entry->d_name, buffer); in procfs_is_workload_pid() 373 debug_msg("Set sched attributes for pid:%s\n", proc_entry->d_name); in set_comm_sched_attr() 540 debug_msg("Set /dev/cpu_dma_latency to %d\n", latency); in set_cpu_dma_latency() 726 debug_msg("Fs %s found at %s\n", fs, mp); in find_mount() 833 debug_msg("Using cgroup path at: %s\n", cgroup_procs); in open_cgroup_procs() 869 debug_msg("Set cgroup attributes for pid:%s\n", pid_str); in set_pid_cgroup() [all …]
|
| H A D | timerlat.c | 37 debug_msg("RTLA_NO_BPF set, disabling BPF\n"); in timerlat_apply_config() 40 debug_msg("osnoise:timerlat_sample missing, disabling BPF\n"); in timerlat_apply_config() 45 debug_msg("Could not enable BPF\n"); in timerlat_apply_config() 84 debug_msg("User-space interface detected, setting user-threads\n"); in timerlat_apply_config() 88 debug_msg("User-space interface not detected, setting kernel-threads\n"); in timerlat_apply_config() 151 debug_msg("Warming up for %d seconds\n", params->common.warmup); in timerlat_enable()
|
| H A D | timerlat_u.c | 48 debug_msg("Error setting user thread affinity %d, is the CPU online?\n", cpu); in timerlat_u_main() 82 debug_msg("User-space timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main() 93 debug_msg("Leaving timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main() 144 debug_msg("Dispatching timerlat u procs\n"); in timerlat_u_dispatcher() 174 debug_msg("Failed to create child processes"); in timerlat_u_dispatcher()
|
| H A D | trace.c | 22 debug_msg("Enabling %s tracer\n", tracer_name); in enable_tracer_by_name() 341 debug_msg("Disabling %s:%s filter %s\n", tevent->system, in trace_event_disable_filter() 419 debug_msg("Disabling %s:%s trigger %s\n", tevent->system, in trace_event_disable_trigger() 445 debug_msg("Disabling event %s:%s\n", tevent->system, tevent->event ? : "*"); in trace_events_disable() 477 debug_msg("Enabling %s:%s filter %s\n", tevent->system, in trace_event_enable_filter() 512 debug_msg("Enabling %s:%s trigger %s\n", tevent->system, in trace_event_enable_trigger() 538 debug_msg("Enabling event %s:%s\n", tevent->system, tevent->event ? : "*"); in trace_events_enable() 581 debug_msg("Setting trace buffer size to %d Kb\n", size); in trace_set_buffer_size()
|
| H A D | osnoise.c | 67 debug_msg("setting cpus to %s from %s", cpus, context->orig_cpus); in osnoise_set_cpus() 100 debug_msg("restoring cpus to %s", context->orig_cpus); in osnoise_restore_cpus() 142 debug_msg("reading %s returned %lld\n", rel_path, retval); in osnoise_read_ll_config() 161 debug_msg("setting %s to %lld\n", rel_path, value); in osnoise_write_ll_config() 1160 debug_msg("Warming up for %d seconds\n", params->common.warmup); in osnoise_enable() 1172 debug_msg("Error cleaning up the buffer"); in osnoise_enable()
|
| H A D | timerlat_bpf.c | 21 debug_msg("Loading BPF program\n"); in timerlat_bpf_init() 84 debug_msg("Attaching BPF program\n"); in timerlat_bpf_attach()
|
| H A D | utils.h | 22 void debug_msg(const char *fmt, ...);
|
| H A D | common.c | 372 debug_msg("timerlat user space threads stopped!\n"); in top_main_loop() 423 debug_msg("user-space threads stopped!\n"); in hist_main_loop()
|
| H A D | timerlat_top.c | 854 debug_msg("timerlat user space threads stopped!\n"); in timerlat_top_bpf_main_loop()
|
| /linux/drivers/soc/ixp4xx/ |
| H A D | ixp4xx-npe.c | 131 #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 D | in_kernel.c | 110 debug_msg("ikm: read enabled: %d\n", enabled); in ikm_read_enable() 125 debug_msg("ikm: writing enabled: %s\n", enable_disable); in ikm_write_enable() 239 debug_msg("ikm: write \"%s\" reactors: %d\n", reactor, retval); in ikm_write_reactor() 301 debug_msg("ikm: read current reactor %s\n", curr_reactor); in ikm_get_current_reactor() 325 debug_msg("ikm: monitor %s has id: %s\n", monitor_name, has_id ? "yes" : "no"); in ikm_has_id() 761 debug_msg("ikm: my pid is %d\n", config_my_pid); in parse_arguments()
|
| H A D | utils.c | 34 void debug_msg(const char *fmt, ...) in debug_msg() function
|
| /linux/tools/verification/rv/include/ |
| H A D | utils.h | 5 void debug_msg(const char *fmt, ...);
|