Symbol: call_object
tools/perf/util/scripting-engines/trace-event-python.c
1065
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1067
call_object(handler, t, default_handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1154
call_object(tables->evsel_handler, t, "evsel_table");
tools/perf/util/scripting-engines/trace-event-python.c
1173
call_object(tables->machine_handler, t, "machine_table");
tools/perf/util/scripting-engines/trace-event-python.c
1194
call_object(tables->thread_handler, t, "thread_table");
tools/perf/util/scripting-engines/trace-event-python.c
1215
call_object(tables->comm_handler, t, "comm_table");
tools/perf/util/scripting-engines/trace-event-python.c
1234
call_object(tables->comm_thread_handler, t, "comm_thread_table");
tools/perf/util/scripting-engines/trace-event-python.c
1258
call_object(tables->dso_handler, t, "dso_table");
tools/perf/util/scripting-engines/trace-event-python.c
1281
call_object(tables->symbol_handler, t, "symbol_table");
tools/perf/util/scripting-engines/trace-event-python.c
1299
call_object(tables->branch_type_handler, t, "branch_type_table");
tools/perf/util/scripting-engines/trace-event-python.c
1343
call_object(tables->sample_handler, t, "sample_table");
tools/perf/util/scripting-engines/trace-event-python.c
1359
call_object(tables->synth_handler, t, "synth_data");
tools/perf/util/scripting-engines/trace-event-python.c
1393
call_object(tables->call_path_handler, t, "call_path_table");
tools/perf/util/scripting-engines/trace-event-python.c
1424
call_object(tables->call_return_handler, t, "call_return_table");
tools/perf/util/scripting-engines/trace-event-python.c
1452
call_object(tables->context_switch_handler, t, "context_switch");
tools/perf/util/scripting-engines/trace-event-python.c
1498
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1552
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1592
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
160
call_object(handler, args, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1642
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1692
call_object(handler, t, handler_name);
tools/perf/util/scripting-engines/trace-event-python.c
1736
call_object(handler, t, handler_name);