HomeSort by relevance Sort by last modified time
    Searched full:sfile (Results 1 - 25 of 33) sorted by null

1 2

  /external/oprofile/daemon/
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_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_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_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_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_printf.h 16 /// sfile LRU etc. voluminous. FIXME need to be splitted (filename manip, files
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...]
opd_trans.c 101 /* sfile can change at each sample for kernel */
108 /* get the current sfile if needed */
oprofiled.c 100 { "verbose", 'V', POPT_ARG_STRING, &verbose, 0, "be verbose in log file", "all,sfile,arcs,samples,module,misc", },
362 } else if (!strcmp(name, "sfile")) {
opd_spu.c 122 /* get the current sfile if needed */
  /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/libutil++/
cverb.cpp 28 verbose vsfile("sfile");
cverb.h 80 extern verbose vsfile; /**< named "sfile" */
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 290 sFile = "File" + str(count)
291 if config.has_option(JetDefs.RECENT_SECTION, sFile):
292 sFileName = config.get(JetDefs.RECENT_SECTION, sFile)
295 #fileList.append(FileRelativePath(config.get(JetDefs.RECENT_SECTION, sFile)))
296 fileList.append(config.get(JetDefs.RECENT_SECTION, sFile))
313 sFile = "File" + str(count)
314 config.set(JetDefs.RECENT_SECTION, sFile, file)
  /external/oprofile/pp/
common_option.cpp 45 "verbose output", "all,debug,bfd,level1,sfile,stats,xml"),
  /ndk/build/tools/
dev-platform-compress.sh 110 log2 "Copying $SFILE --> $DFILE"
  /external/mksh/src/
lex.c 1240 if (type == SFILE || type == SSTDIN)
1260 case SFILE:
1435 if (s->type == SFILE)
    [all...]
  /external/oprofile/
ChangeLog-2005 521 * daemon/opd_sfile.c: clear only 256 entry in the sfile lru list
555 * daemon/opd_mangling.c: protect last against sfile lru deletion
556 * daemon/opd_sfile.c: allow null sfile to sfile_get(), sfile_put()
  /external/oprofile/doc/
internals.xml     [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 178 " levels are: all,sfile,arcs,samples,module,misc\n"
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 466 milliseconds

1 2