Home
last modified time | relevance | path

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

/tools/testing/selftests/filesystems/
Ddnotify_test.c10 static void handler(int sig, siginfo_t *si, void *data) in handler() function
/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/testing/selftests/x86/
Dvdso_restorer.c34 void *handler; member
Dldt_gdt.c438 void *handler; /* the real type is nasty */ member
Dmpx-mini-test.c402 void handler(int signum, siginfo_t *si, void *vucontext) in handler() function
/tools/perf/util/scripting-engines/
Dtrace-event-python.c108 PyObject *handler; in get_handler() local
116 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object()
128 PyObject *handler; in try_call_object() local
395 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
794 PyObject *handler, *t, *dict, *callchain, *dict_sample; in python_process_general_event() local
902 PyObject *handler, *t; in process_stat() local
959 PyObject *handler, *t; in python_process_stat_interval() local
Dtrace-event-perl.c339 static char handler[256]; in perl_process_tracepoint() local
/tools/perf/util/
Devlist.h102 void *handler; member
Devsel.h105 void *handler; member
Devlist.c332 const char *sys, const char *name, void *handler) in perf_evlist__add_newtp()
/tools/perf/
Dbuiltin-trace.c224 static int perf_evsel__init_syscall_tp(struct perf_evsel *evsel, void *handler) in perf_evsel__init_syscall_tp()
242 static struct perf_evsel *perf_evsel__syscall_newtp(const char *direction, void *handler) in perf_evsel__syscall_newtp()
1963 tracepoint_handler handler = evsel->handler; in trace__process_sample() local
2121 tracepoint_handler handler = evsel->handler; in trace__handle_event() local
2752 static void evlist__set_evsel_handler(struct perf_evlist *evlist, void *handler) in evlist__set_evsel_handler()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c695 TEST_F(TRAP, handler) in TEST_F() argument
/tools/lib/traceevent/
Devent-parse.h332 pevent_event_handler_func handler; member
Devent-parse.c6588 static int handle_matches(struct event_handler *handler, int id, in handle_matches()