Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_ksyms_btf_null_check.c12 int handler(const void *ctx) in handler() function
Dtest_ksyms.c21 int handler(const void *ctx) in handler() function
Dtest_ksyms_btf.c23 int handler(const void *ctx) in handler() function
Dtest_skeleton.c42 int handler(const void *ctx) in handler() function
/tools/testing/selftests/powerpc/tm/
Dtm-sigreturn.c27 void handler(int sig) in handler() function
/tools/testing/selftests/filesystems/
Ddnotify_test.c11 static void handler(int sig, siginfo_t *si, void *data) in handler() function
/tools/testing/selftests/timers/
Dleapcrash.c51 void handler(int unused) in handler() function
Dleap-a-day.c124 void handler(int unused) in handler() function
/tools/testing/selftests/x86/
Dvdso_restorer.c27 void *handler; member
Dldt_gdt.c475 void *handler; /* the real type is nasty */ member
/tools/perf/util/scripting-engines/
Dtrace-event-python.c145 PyObject *handler; in get_handler() local
153 static int get_argument_count(PyObject *handler) in get_argument_count()
181 static void call_object(PyObject *handler, PyObject *args, const char *die_msg) in call_object()
193 PyObject *handler; in try_call_object() local
802 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
1302 PyObject *handler, *t, *dict, *callchain; in python_process_general_event() local
1380 PyObject *handler, *t; in process_stat() local
1437 PyObject *handler, *t; in python_process_stat_interval() local
Dtrace-event-perl.c345 static char handler[256]; in perl_process_tracepoint() local
/tools/perf/util/
Devlist.h86 void *handler; member
Devsel.h93 void *handler; member
Devlist.c326 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler) in evlist__add_newtp()
/tools/perf/
Dbuiltin-trace.c451 static int evsel__init_raw_syscall_tp(struct evsel *evsel, void *handler) in evsel__init_raw_syscall_tp()
464 static struct evsel *perf_evsel__raw_syscall_newtp(const char *direction, void *handler) in perf_evsel__raw_syscall_newtp()
2962 tracepoint_handler handler = evsel->handler; local
3131 tracepoint_handler handler = evsel->handler; local
4500 static void evlist__set_default_evsel_handler(struct evlist *evlist, void *handler)
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1170 typedef void(*handler)(struct ex_regs *); in route_exception() typedef
/tools/lib/traceevent/
Devent-parse.h277 tep_event_handler_func handler; member
Devent-parse.c7372 static int handle_matches(struct event_handler *handler, int id, in handle_matches()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1091 TEST_F(TRAP, handler) in TEST_F() argument