OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opd_new_proc
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_proc.h
117
*
opd_new_proc
- create a new process structure
124
struct opd_proc *
opd_new_proc
(pid_t tid, pid_t tgid);
opd_proc.c
68
struct opd_proc *
opd_new_proc
(pid_t tid, pid_t tgid)
function
261
proc =
opd_new_proc
(note->addr, note->len);
312
opd_new_proc
(tid, tgid);
opd_mapping.c
150
proc =
opd_new_proc
(note->pid, note->tgid);
opd_parse_proc.c
217
proc =
opd_new_proc
(pid, tgid);
Completed in 38 milliseconds