HomeSort by relevance Sort by last modified time
    Searched refs:sfile (Results 1 - 8 of 8) sorted by null

  /external/oprofile/daemon/
opd_mangling.h 17 struct sfile;
21 * @param sf sfile to open sample file for
25 * Open image sample file for the sfile, counter
30 int opd_open_sample_file(odb_t *file, struct sfile *last,
31 struct sfile * sf, int counter, int cg);
opd_extended.h 40 // Extended sfile handlers
45 * OProfile Extended sub-handlers (sfile)
48 int (*create)(struct sfile *);
49 int (*dup)(struct sfile *, struct sfile *);
50 int (*close)(struct sfile *);
51 int (*sync)(struct sfile *);
69 * opd_sfile extended sfile handling functions
71 extern void opd_ext_sfile_create(struct sfile * sf);
72 extern void opd_ext_sfile_dup (struct sfile * to, struct sfile * from)
    [all...]
opd_sfile.h 37 struct sfile { struct
38 /** hash value for this sfile */
74 struct sfile to;
97 /** remove a sfile from the lru list, protecting it from sfile_lru_clear() */
98 void sfile_get(struct sfile * sf);
100 /** add this sfile to lru list */
101 void sfile_put(struct sfile * sf);
104 * Find the sfile for the current parameters. Note that is required
107 struct sfile * sfile_find(struct transient const * trans);
109 /** Log the sample in a previously located sfile. *
    [all...]
opd_sfile.c 82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie,
122 trans_match(struct transient const * trans, struct sfile const * sfile,
125 return do_match(sfile, trans->cookie, trans->app_cookie, ki,
131 sfile_equal(struct sfile const * sf, struct sfile const * sf2)
139 is_sf_ignored(struct sfile const * sf)
161 /** create a new sfile matching the current transient parameters */
162 static struct sfile *
167 struct sfile * sf
    [all...]
opd_trans.h 24 struct sfile;
43 struct sfile * current;
44 struct sfile * last;
opd_extended.c 125 void opd_ext_sfile_create(struct sfile * sf)
127 /* Creating ext sfile only if extended feature is enable*/
134 void opd_ext_sfile_dup (struct sfile * to, struct sfile * from)
136 /* Duplicate ext sfile only if extended feature is enable*/
143 void opd_ext_sfile_close (struct sfile * sf)
145 /* Close ext sfile only if extended feature is enable*/
152 void opd_ext_sfile_sync(struct sfile * sf)
154 /* Sync ext sfile only if extended feature is enable*/
163 /* Get ext sfile only if extended feature is enable*
    [all...]
opd_mangling.c 37 static char const * get_dep_name(struct sfile const * sf)
69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg)
141 int opd_open_sample_file(odb_t *file, struct sfile *last,
142 struct sfile * sf, int counter, int cg)
opd_ibs.c 38 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2);
39 extern void sfile_dup(struct sfile * to, struct sfile * from);
122 /* sfile can change at each sample for kernel */
129 /* get the current sfile if needed */
550 static int ibs_sfile_create(struct sfile * sf)
561 static int ibs_sfile_dup (struct sfile * to, struct sfile * from)
574 static int ibs_sfile_close(struct sfile * sf
    [all...]

Completed in 107 milliseconds