OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_image
(Results
1 - 10
of
10
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_sample_files.h
18
struct
opd_image
;
38
void opd_close_image_samples_files(struct
opd_image
* image);
53
int opd_open_24_sample_file(struct
opd_image
* image, int counter, int cpu_nr);
opd_image.h
2
* @file
opd_image
.h
25
* is represented by a struct
opd_image
.
27
struct
opd_image
{
struct
30
/** how many time this
opd_image
is referenced */
52
typedef void (*opd_image_cb)(struct
opd_image
*);
57
* the callback receive a struct
opd_image
* (not a const struct) and is
63
* initialize
opd_image
container
73
void opd_delete_image(struct
opd_image
* image);
87
struct
opd_image
* opd_get_kernel_image(char const * name,
103
struct
opd_image
* opd_get_image(char const * name, char const * app_name
[
all
...]
opd_mapping.h
17
struct
opd_image
;
29
struct
opd_image
* image;
71
void opd_add_mapping(struct opd_proc * proc, struct
opd_image
* image,
opd_image.c
2
* @file
opd_image
.c
12
#include "
opd_image
.h"
49
void opd_delete_image(struct
opd_image
* image)
87
struct
opd_image
* image =
88
list_entry(pos, struct
opd_image
, hash_next);
124
* Initialise an
opd_image
struct for the image image
128
static struct
opd_image
*
133
struct
opd_image
* image;
138
image = xmalloc(sizeof(struct
opd_image
));
177
static int is_same_image(struct
opd_image
const * image, char const * app_name
[
all
...]
opd_proc.h
19
struct
opd_image
;
70
void opd_put_image_sample(struct
opd_image
* image, unsigned long offset, u32 counter);
opd_sample_files.c
15
#include "
opd_image
.h"
67
static char * opd_mangle_filename(struct
opd_image
const * image, int counter,
103
int opd_open_24_sample_file(struct
opd_image
* image, int counter, int cpu_nr)
166
void opd_close_image_samples_files(struct
opd_image
* image)
opd_mapping.c
14
#include "
opd_image
.h"
68
void opd_add_mapping(struct opd_proc * proc, struct
opd_image
* image,
142
struct
opd_image
* image;
opd_parse_proc.c
17
#include "
opd_image
.h"
47
struct
opd_image
* image;
152
struct
opd_image
* image = opd_get_image(image_name,
opd_kernel.c
14
#include "
opd_image
.h"
32
struct
opd_image
* image;
38
static struct
opd_image
* kernel_image;
414
struct
opd_image
* image;
opd_proc.c
14
#include "
opd_image
.h"
122
void opd_put_image_sample(struct
opd_image
* image, unsigned long offset,
276
struct
opd_image
* image =
Completed in 80 milliseconds