Home
last modified time | relevance | path

Searched refs:opd_new_proc (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dopd_proc.c68 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid) in opd_new_proc() function
261 proc = opd_new_proc(note->addr, note->len); in opd_handle_fork()
312 opd_new_proc(tid, tgid); in opd_handle_exec()
Dopd_proc.h124 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid);
Dopd_mapping.c150 proc = opd_new_proc(note->pid, note->tgid); in opd_handle_mapping()
Dopd_parse_proc.c217 proc = opd_new_proc(pid, tgid); in opd_get_ascii_procs()