call_object
call_object(handler, t, handler_name);
call_object(handler, t, default_handler_name);
call_object(tables->evsel_handler, t, "evsel_table");
call_object(tables->machine_handler, t, "machine_table");
call_object(tables->thread_handler, t, "thread_table");
call_object(tables->comm_handler, t, "comm_table");
call_object(tables->comm_thread_handler, t, "comm_thread_table");
call_object(tables->dso_handler, t, "dso_table");
call_object(tables->symbol_handler, t, "symbol_table");
call_object(tables->branch_type_handler, t, "branch_type_table");
call_object(tables->sample_handler, t, "sample_table");
call_object(tables->synth_handler, t, "synth_data");
call_object(tables->call_path_handler, t, "call_path_table");
call_object(tables->call_return_handler, t, "call_return_table");
call_object(tables->context_switch_handler, t, "context_switch");
call_object(handler, t, handler_name);
call_object(handler, t, handler_name);
call_object(handler, t, handler_name);
call_object(handler, args, handler_name);
call_object(handler, t, handler_name);
call_object(handler, t, handler_name);
call_object(handler, t, handler_name);