|
| clib_time_t | clib_time |
| |
| f64 | time_offset |
| |
| f64 | time_last_barrier_release |
| |
| u64 | cpu_time_last_node_dispatch |
| |
| u64 | cpu_time_main_loop_start |
| |
| volatile u32 | main_loop_count |
| |
| u32 | main_loop_vectors_processed |
| |
| u32 | main_loop_nodes_processed |
| |
| u64 | internal_node_vectors |
| |
| u64 | internal_node_calls |
| |
| u64 | internal_node_vectors_last_clear |
| |
| u64 | internal_node_calls_last_clear |
| |
| u32 | internal_node_last_vectors_per_main_loop |
| |
| void(** | vlib_node_runtime_perf_counter_cbs )(struct vlib_main_t *, u64 *, u64 *, vlib_node_runtime_t *, vlib_frame_t *, int) |
| |
| void(** | vlib_node_runtime_perf_counter_cb_tmp )(struct vlib_main_t *, u64 *, u64 *, vlib_node_runtime_t *, vlib_frame_t *, int) |
| |
| u32 | main_loop_exit_set |
| |
| volatile u32 | main_loop_exit_now |
| |
| clib_longjmp_t | main_loop_exit |
| |
| clib_error_t * | main_loop_error |
| |
| char * | name |
| |
| void * | heap_base |
| |
| void * | heap_aligned_base |
| |
| uword | heap_size |
| |
| vlib_buffer_main_t * | buffer_main |
| |
| vlib_physmem_main_t | physmem_main |
| |
| vlib_node_main_t | node_main |
| |
| vlib_cli_main_t | cli_main |
| |
| vlib_trace_main_t | trace_main |
| |
| pcap_main_t | dispatch_pcap_main |
| |
| uword | dispatch_pcap_enable |
| |
| u32 * | dispatch_buffer_trace_nodes |
| |
| u8 * | pcap_buffer |
| |
| vnet_pcap_t | pcap |
| |
| vlib_trace_filter_t | trace_filter |
| |
| vlib_error_main_t | error_main |
| |
| void(* | os_punt_frame )(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, vlib_frame_t *frame) |
| |
| u32 | mc_stream_index |
| |
| vlib_one_time_waiting_process_t * | procs_waiting_for_mc_stream_join |
| |
| elog_main_t | elog_main |
| |
| int | elog_trace_api_messages |
| |
| int | elog_trace_cli_commands |
| |
| int | elog_trace_graph_dispatch |
| |
| int | elog_trace_graph_circuit |
| |
| u32 | elog_trace_graph_circuit_node_index |
| |
| elog_event_type_t * | node_call_elog_event_types |
| |
| elog_event_type_t * | node_return_elog_event_types |
| |
| elog_event_type_t * | error_elog_event_types |
| |
| uword | random_seed |
| |
| clib_random_buffer_t | random_buffer |
| |
| uword * | init_functions_called |
| |
| u32 | thread_index |
| |
| u32 | cpu_id |
| |
| u32 | numa_node |
| |
| _vlib_init_function_list_elt_t * | init_function_registrations |
| |
| _vlib_init_function_list_elt_t * | worker_init_function_registrations |
| |
| _vlib_init_function_list_elt_t * | main_loop_enter_function_registrations |
| |
| _vlib_init_function_list_elt_t * | main_loop_exit_function_registrations |
| |
| _vlib_init_function_list_elt_t * | api_init_function_registrations |
| |
| vlib_config_function_runtime_t * | config_function_registrations |
| |
| volatile u32 | queue_signal_pending |
| |
| volatile u32 | api_queue_nonempty |
| |
| void(* | queue_signal_callback )(struct vlib_main_t *) |
| |
| u8 ** | argv |
| |
| void(**volatile | worker_thread_main_loop_callbacks )(struct vlib_main_t *) |
| |
| void(**volatile | worker_thread_main_loop_callback_tmp )(struct vlib_main_t *) |
| |
| clib_spinlock_t | worker_thread_main_loop_callback_lock |
| |
| volatile int | parked_at_barrier |
| |
| int | elog_post_mortem_dump |
| |
| int | need_vlib_worker_thread_node_runtime_update |
| |
| u64 | loops_this_reporting_interval |
| |
| f64 | loop_interval_end |
| |
| f64 | loop_interval_start |
| |
| f64 | loops_per_second |
| |
| f64 | seconds_per_loop |
| |
| f64 | damping_constant |
| |
| f64 | barrier_epoch |
| |
| f64 | barrier_no_close_before |
| |
| volatile uword | check_frame_queues |
| |
| uword * | pending_rpc_requests |
| |
| uword * | processing_rpc_requests |
| |
| clib_spinlock_t | pending_rpc_lock |
| |
| u32 | buffer_alloc_success_seed |
| |
| f64 | buffer_alloc_success_rate |
| |
Definition at line 83 of file main.h.