/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 | 42 // Extended sfile handlers 47 * OProfile Extended sub-handlers (sfile) 50 int (*create)(struct sfile *); 51 int (*dup)(struct sfile *, struct sfile *); 52 int (*close)(struct sfile *); 53 int (*sync)(struct sfile *); 78 * opd_sfile extended sfile handling functions 80 extern void opd_ext_sfile_create(struct sfile * sf); 81 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 | 139 void opd_ext_sfile_create(struct sfile * sf) 141 /* Creating ext sfile only if extended feature is enable*/ 148 void opd_ext_sfile_dup (struct sfile * to, struct sfile * from) 150 /* Duplicate ext sfile only if extended feature is enable*/ 157 void opd_ext_sfile_close (struct sfile * sf) 159 /* Close ext sfile only if extended feature is enable*/ 166 void opd_ext_sfile_sync(struct sfile * sf) 168 /* Sync ext sfile only if extended feature is enable*/ 177 /* 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 | 39 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2); 40 extern void sfile_dup(struct sfile * to, struct sfile * from); 141 /* sfile can change at each sample for kernel */ 148 /* get the current sfile if needed */ 703 static int ibs_sfile_create(struct sfile * sf) 714 static int ibs_sfile_dup (struct sfile * to, struct sfile * from) 727 static int ibs_sfile_close(struct sfile * sf [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_sample_files.c | 40 struct opd_24_sfile * sfile; local 51 sfile = list_entry(pos, struct opd_24_sfile, lru_next); 52 odb_close(&sfile->sample_file); 53 list_del_init(&sfile->lru_next); 60 void opd_24_sfile_lru(struct opd_24_sfile * sfile) 62 list_del(&sfile->lru_next); 63 list_add_tail(&sfile->lru_next, &lru_list); 106 struct opd_24_sfile * sfile; local 115 sfile = image->sfiles[cpu_nr][counter]; 116 if (!sfile) { 157 struct opd_24_sfile * sfile; local [all...] |
opd_sample_files.h | 56 * @param sfile sample file to act on 58 * put sfile at the head of samples files lru list 60 void opd_24_sfile_lru(struct opd_24_sfile * sfile);
|
opd_proc.c | 125 struct opd_24_sfile * sfile; local 135 sfile = image->sfiles[cpu_number][counter]; 137 if (!sfile || !odb_open_count(&sfile->sample_file)) { 143 sfile = image->sfiles[cpu_number][counter]; 146 err = odb_update_node(&sfile->sample_file, offset); 152 opd_24_sfile_lru(sfile);
|
/external/oprofile/utils/ |
opcontrol | 147 -V/--verbose[=all,sfile,arcs,samples,module,misc,ext] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | [all...] |