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

  /external/oprofile/daemon/
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_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 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_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_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...]
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_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/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)
  /prebuilt/linux-x86/oprofile/bin/
oparchive 
opannotate 
opreport 
  /external/e2fsprogs/debugfs/
debugfs.c 552 "%sFile ACL: %d Directory ACL: %d Translator: %d\n",
557 fprintf(out, "%sFile ACL: %d Directory ACL: %d\n",
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
objdump 
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 74 'SFile.h', 'slist', 'slist.h', 'stack.h', 'stdexcept',
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-objdump 

Completed in 233 milliseconds