Searched refs:handler_name (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c51 static void handler_call_die(const char *handler_name) argument
63 const char *handler_name = "define_flag_value"; local
69 handler_name = "define_symbolic_value";
82 handler = PyDict_GetItemString(main_dict, handler_name);
86 handler_call_die(handler_name);
109 const char *handler_name = "define_flag_field"; local
114 handler_name = "define_symbolic_field";
128 handler = PyDict_GetItemString(main_dict, handler_name);
132 handler_call_die(handler_name);
212 static char handler_name[25 local
[all...]

Completed in 111 milliseconds