Searched refs:RING_BUFFER_ALL_CPUS (Results 1 – 7 of 7) sorted by relevance
43 if (cpu_file == RING_BUFFER_ALL_CPUS) { in ftrace_dump_buf()112 cpu_file = RING_BUFFER_ALL_CPUS; in kdb_ftdump()124 if (cpu_file == RING_BUFFER_ALL_CPUS) in kdb_ftdump()
151 ring_buffer_poll_remote(remote->trace_buffer, RING_BUFFER_ALL_CPUS); in trace_remote_disable_tracing()165 if (cpu == RING_BUFFER_ALL_CPUS) in trace_remote_reset()251 if (cpu != RING_BUFFER_ALL_CPUS && !remote->pcpu_reader_locks) { in trace_remote_get()287 if (cpu == RING_BUFFER_ALL_CPUS) in trace_remote_has_cpu()306 if (cpu != RING_BUFFER_ALL_CPUS) { in __free_ring_buffer_iter()321 if (cpu != RING_BUFFER_ALL_CPUS) { in __alloc_ring_buffer_iter()339 __free_ring_buffer_iter(iter, RING_BUFFER_ALL_CPUS); in __alloc_ring_buffer_iter()429 if (cpu == RING_BUFFER_ALL_CPUS && iter->type == TRI_CONSUMING) in trace_remote_iter_read_start()434 if (cpu == RING_BUFFER_ALL_CPUS) in trace_remote_iter_read_start()458 if (cpu != RING_BUFFER_ALL_CPUS) { in trace_remote_iter_read_finished()[all …]
774 if (cpu == RING_BUFFER_ALL_CPUS) { in trace_access_lock()790 if (cpu == RING_BUFFER_ALL_CPUS) { in trace_access_unlock()1328 RING_BUFFER_ALL_CPUS); in run_tracer_selftest()1355 RING_BUFFER_ALL_CPUS); in run_tracer_selftest()2383 if (cpu_file > RING_BUFFER_ALL_CPUS) { in __find_next_entry()2782 if (cpu_file == RING_BUFFER_ALL_CPUS) { in s_start()3162 if (iter->cpu_file != RING_BUFFER_ALL_CPUS) { in trace_empty()3447 if (iter->cpu_file == RING_BUFFER_ALL_CPUS) { in __tracing_open()3628 if (cpu == RING_BUFFER_ALL_CPUS) in tracing_open()4714 if (cpu == RING_BUFFER_ALL_CPUS) { in update_buffer_entries()[all …]
935 if (cpu == RING_BUFFER_ALL_CPUS) { in ring_buffer_wake_waiters()965 if (cpu == RING_BUFFER_ALL_CPUS) in rb_watermark_hit()1071 if (cpu == RING_BUFFER_ALL_CPUS) { in ring_buffer_wait()1122 if (cpu == RING_BUFFER_ALL_CPUS) { in ring_buffer_poll_wait()1173 if ((cpu == RING_BUFFER_ALL_CPUS && !ring_buffer_empty(buffer)) || in ring_buffer_poll_wait()1174 (cpu != RING_BUFFER_ALL_CPUS && !ring_buffer_empty_cpu(buffer, cpu))) in ring_buffer_poll_wait()3307 if (cpu_id != RING_BUFFER_ALL_CPUS && in ring_buffer_resize()3327 if (cpu_id == RING_BUFFER_ALL_CPUS) { in ring_buffer_resize()6897 if (cpu != RING_BUFFER_ALL_CPUS) { in ring_buffer_poll_remote()
66 tracing_resize_ring_buffer(tr, v, RING_BUFFER_ALL_CPUS) < 0) in trace_boot_set_instance_options()
744 return RING_BUFFER_ALL_CPUS; in tracing_get_cpu()
131 #define RING_BUFFER_ALL_CPUS -1 macro