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

  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 31 /** All sfiles are on this list. */
115 sfile = image->sfiles[cpu_nr][counter];
120 image->sfiles[cpu_nr][counter] = sfile;
171 if (image->sfiles[j] && image->sfiles[j][i]) {
172 odb_close(&image->sfiles[j][i]->sample_file);
173 list_del(&image->sfiles[j][i]->lru_next);
174 free(image->sfiles[j][i]);
175 image->sfiles[j][i] = 0;
opd_image.h 33 struct opd_24_sfile ** sfiles[NR_CPUS]; member in struct:opd_image
opd_proc.c 131 if (!image->sfiles[cpu_number]) {
132 image->sfiles[cpu_number] =
135 sfile = image->sfiles[cpu_number][counter];
143 sfile = image->sfiles[cpu_number][counter];
opd_image.c 155 memset(image->sfiles, '\0', NR_CPUS * sizeof(struct opd_24_sfile **));
  /external/oprofile/daemon/
opd_sfile.h 79 /** clear any sfiles that are for the kernel */
84 /** clear any sfiles for the given anon mapping */
opd_sfile.c 32 /** All sfiles are hashed into these lists */
35 /** All sfiles are on this list. */
598 * Clear out older sfiles. Note the current sfiles we're using
init.c 369 /* FIXME: free kernel images, sfiles etc. */
  /external/zlib/nintendods/
Makefile 62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
80 $(CPPFILES:.cpp=.o) $(CFILES:.c=.o) $(SFILES:.s=.o)
  /frameworks/base/tools/aapt/
AaptAssets.cpp     [all...]

Completed in 253 milliseconds