Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/timers/
Dleapcrash.c64 void handler(int unused) in handler() function
Dleap-a-day.c135 void handler(int unused) in handler() function
/tools/perf/util/scripting-engines/
Dtrace-event-python.c103 PyObject *handler; in get_handler() local
111 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object()
123 PyObject *handler; in try_call_object() local
388 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
771 PyObject *handler, *t, *dict, *callchain, *dict_sample; in python_process_general_event() local
Dtrace-event-perl.c254 static char handler[256]; in perl_process_tracepoint() local
/tools/perf/util/
Devlist.h65 void *handler; member
Devsel.h101 void *handler; member
Devlist.c316 const char *sys, const char *name, void *handler) in perf_evlist__add_newtp()
/tools/testing/selftests/x86/
Dldt_gdt.c423 void *handler; /* the real type is nasty */ member
/tools/perf/
Dbuiltin-trace.c226 static int perf_evsel__init_syscall_tp(struct perf_evsel *evsel, void *handler) in perf_evsel__init_syscall_tp()
244 static struct perf_evsel *perf_evsel__syscall_newtp(const char *direction, void *handler) in perf_evsel__syscall_newtp()
2306 tracepoint_handler handler = evsel->handler; in trace__process_sample() local
2470 tracepoint_handler handler = evsel->handler; in trace__handle_event() local
3013 static void evlist__set_evsel_handler(struct perf_evlist *evlist, void *handler) in evlist__set_evsel_handler()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c687 TEST_F(TRAP, handler) in TEST_F() argument
/tools/lib/traceevent/
Devent-parse.h332 pevent_event_handler_func handler; member
Devent-parse.c6497 static int handle_matches(struct event_handler *handler, int id, in handle_matches()