OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sfile_func
(Results
1 - 1
of
1
) sorted by null
/external/oprofile/daemon/
opd_sfile.c
524
typedef int (*
sfile_func
)(struct sfile *, void *);
typedef
527
for_one_sfile(struct sfile * sf,
sfile_func
func, void * data)
553
static void for_each_sfile(
sfile_func
func, void * data)
616
for_one_sfile(sf, (
sfile_func
)always_true, NULL);
Completed in 154 milliseconds