OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_24_sfile
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_sample_files.h
21
struct
opd_24_sfile
{
struct
60
void opd_24_sfile_lru(struct
opd_24_sfile
* sfile);
opd_image.h
21
struct
opd_24_sfile
;
33
struct
opd_24_sfile
** sfiles[NR_CPUS];
opd_sample_files.c
40
struct
opd_24_sfile
* sfile;
51
sfile = list_entry(pos, struct
opd_24_sfile
, lru_next);
60
void opd_24_sfile_lru(struct
opd_24_sfile
* sfile)
106
struct
opd_24_sfile
* sfile;
117
sfile = malloc(sizeof(struct
opd_24_sfile
));
157
struct
opd_24_sfile
* sfile;
160
sfile = list_entry(pos, struct
opd_24_sfile
, lru_next);
opd_image.c
155
memset(image->sfiles, '\0', NR_CPUS * sizeof(struct
opd_24_sfile
**));
opd_proc.c
125
struct
opd_24_sfile
* sfile;
Completed in 237 milliseconds