OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_proc
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_kernel.h
17
struct
opd_proc
;
65
void opd_add_kernel_map(struct
opd_proc
* proc, unsigned long eip);
opd_mapping.h
18
struct
opd_proc
;
71
void opd_add_mapping(struct
opd_proc
* proc, struct opd_image * image,
80
void opd_kill_maps(struct
opd_proc
* proc);
opd_proc.h
2
* @file
opd_proc
.h
26
struct
opd_proc
{
struct
38
* is used with dead field to defer
opd_proc
deletion */
42
/** used by container of
opd_proc
*/
47
* initialize
opd_proc
container
114
struct
opd_proc
* opd_get_proc(pid_t tid, pid_t tgid);
124
struct
opd_proc
* opd_new_proc(pid_t tid, pid_t tgid);
142
* opd_clear_kernel_mapping - remove all kernel mapping for all
opd_proc
opd_proc.c
2
* @file
opd_proc
.c
13
#include "
opd_proc
.h"
68
struct
opd_proc
* opd_new_proc(pid_t tid, pid_t tgid)
70
struct
opd_proc
* proc;
73
proc = xmalloc(sizeof(struct
opd_proc
));
85
struct
opd_proc
* opd_get_proc(pid_t tid, pid_t tgid)
87
struct
opd_proc
* proc;
94
proc = list_entry(pos, struct
opd_proc
, next);
164
static int opd_lookup_maps(struct
opd_proc
* proc,
192
struct
opd_proc
* proc
[
all
...]
opd_mapping.c
13
#include "
opd_proc
.h"
55
void opd_kill_maps(struct
opd_proc
* proc)
68
void opd_add_mapping(struct
opd_proc
* proc, struct opd_image * image,
141
struct
opd_proc
* proc;
opd_parse_proc.c
15
#include "
opd_proc
.h"
43
static int opd_add_ascii_map(struct
opd_proc
* proc, char const * line,
92
static void opd_get_ascii_maps(struct
opd_proc
* proc)
203
struct
opd_proc
* proc;
opd_kernel.c
13
#include "
opd_proc
.h"
411
void opd_add_kernel_map(struct
opd_proc
* proc, unsigned long eip)
Completed in 45 milliseconds