OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_get_proc
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_proc.h
106
*
opd_get_proc
- get process from process list
114
struct opd_proc *
opd_get_proc
(pid_t tid, pid_t tgid);
opd_proc.c
85
struct opd_proc *
opd_get_proc
(pid_t tid, pid_t tgid)
function
205
if (!(proc =
opd_get_proc
(sample->pid, sample->tgid))) {
247
old =
opd_get_proc
(note->pid, note->tgid);
257
if (
opd_get_proc
(note->addr, note->len))
305
proc =
opd_get_proc
(tid, tgid);
323
proc =
opd_get_proc
(note->pid, note->tgid);
opd_mapping.c
146
proc =
opd_get_proc
(note->pid, note->tgid);
opd_parse_proc.c
215
proc =
opd_get_proc
(pid, tgid);
Completed in 26 milliseconds