OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_event_handler
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
proc.h
202
void
install_event_handler
(struct process *proc, struct event_handler *handler);
proc.c
753
install_event_handler
(struct process *proc, struct event_handler *handler)
function
755
debug(DEBUG_FUNCTION, "
install_event_handler
(pid=%d, %p)", proc->pid, handler);
/external/ltrace/sysdeps/linux-gnu/
trace.c
892
install_event_handler
(proc->leader, &handler->super);
1015
install_event_handler
(proc->leader, &handler->super);
1108
install_event_handler
(proc, &handler->super);
[
all
...]
Completed in 49 milliseconds